Enumeration PostgresV3DataType

Enumeration Members

PostgresV3Binary: "binary"
PostgresV3Boolean: "boolean"
PostgresV3Date: "date"
PostgresV3DateTime: "datetime"
PostgresV3Floating32: "floating32"
PostgresV3Floating64: "floating64"
PostgresV3Int16: "int16"
PostgresV3Int32: "int32"
PostgresV3Int64: "int64"
PostgresV3Int8: "int8"
PostgresV3Other: "other"
PostgresV3Str: "str"
PostgresV3Time: "time"
PostgresV3TimeStamp: "timestamp"