PostgreSqlTypes
Namespace: MJCZone.DapperMatic.Providers.PostgreSql
Assembly: MJCZone.DapperMatic
Summary
Provides constants for PostgreSQL data types.
static public
Contents
Methods
GetType
GetType()ToString
ToString()Equals
Equals()GetHashCode
GetHashCode()Fields
sql_smallint
Represents the PostgreSQL smallint type.
Type: object
sql_int2
Represents the PostgreSQL int2 type.
Type: object
sql_smallserial
Represents the PostgreSQL smallserial type.
Type: object
sql_serial2
Represents the PostgreSQL serial2 type.
Type: object
sql_integer
Represents the PostgreSQL integer type.
Type: object
sql_int
Represents the PostgreSQL int type.
Type: object
sql_int4
Represents the PostgreSQL int4 type.
Type: object
sql_serial
Represents the PostgreSQL serial type.
Type: object
sql_serial4
Represents the PostgreSQL serial4 type.
Type: object
sql_bigint
Represents the PostgreSQL bigint type.
Type: object
sql_int8
Represents the PostgreSQL int8 type.
Type: object
sql_bigserial
Represents the PostgreSQL bigserial type.
Type: object
sql_serial8
Represents the PostgreSQL serial8 type.
Type: object
sql_float4
Represents the PostgreSQL float4 type.
Type: object
sql_real
Represents the PostgreSQL real type.
Type: object
sql_double_precision
Represents the PostgreSQL double precision type.
Type: object
sql_float8
Represents the PostgreSQL float8 type.
Type: object
sql_money
Represents the PostgreSQL money type.
Type: object
sql_numeric
Represents the PostgreSQL numeric type.
Type: object
sql_decimal
Represents the PostgreSQL decimal type.
Type: object
sql_bool
Represents the PostgreSQL bool type.
Type: object
sql_boolean
Represents the PostgreSQL boolean type.
Type: object
sql_date
Represents the PostgreSQL date type.
Type: object
sql_interval
Represents the PostgreSQL interval type.
Type: object
sql_time_without_time_zone
Represents the PostgreSQL time without time zone type.
Type: object
sql_time
Represents the PostgreSQL time type.
Type: object
sql_time_with_time_zone
Represents the PostgreSQL time with time zone type.
Type: object
sql_timetz
Represents the PostgreSQL timetz type.
Type: object
sql_timestamp_without_time_zone
Represents the PostgreSQL timestamp without time zone type.
Type: object
sql_timestamp
Represents the PostgreSQL timestamp type.
Type: object
sql_timestamp_with_time_zone
Represents the PostgreSQL timestamp with time zone type.
Type: object
sql_timestamptz
Represents the PostgreSQL timestamptz type.
Type: object
sql_bit
Represents the PostgreSQL bit type.
Type: object
sql_bit_varying
Represents the PostgreSQL bit varying type.
Type: object
sql_varbit
Represents the PostgreSQL varbit type.
Type: object
sql_character_varying
Represents the PostgreSQL character varying type.
Type: object
sql_varchar
Represents the PostgreSQL varchar type.
Type: object
sql_character
Represents the PostgreSQL character type.
Type: object
sql_char
Represents the PostgreSQL char type.
Type: object
sql_bpchar
Represents the PostgreSQL bpchar type.
Type: object
sql_quoted_char
Represents the PostgreSQL "char" type (internal single-byte character).
Type: object
sql_text
Represents the PostgreSQL text type.
Type: object
sql_name
Represents the PostgreSQL name type.
Type: object
sql_uuid
Represents the PostgreSQL uuid type.
Type: object
sql_json
Represents the PostgreSQL json type.
Type: object
sql_jsonb
Represents the PostgreSQL jsonb type.
Type: object
sql_jsonpath
Represents the PostgreSQL jsonpath type.
Type: object
sql_xml
Represents the PostgreSQL xml type.
Type: object
sql_bytea
Represents the PostgreSQL bytea type.
Type: object
sql_box
Represents the PostgreSQL box type.
Type: object
sql_circle
Represents the PostgreSQL circle type.
Type: object
sql_geometry
Represents the PostgreSQL geometry type.
Type: object
sql_geometry_point
Represents the PostgreSQL geometry point type.
Type: object
sql_geometry_linestring
Represents the PostgreSQL geometry linestring type.
Type: object
sql_geometry_polygon
Represents the PostgreSQL geometry polygon type.
Type: object
sql_geometry_multipoint
Represents the PostgreSQL geometry multipoint type.
Type: object
sql_geometry_multilinestring
Represents the PostgreSQL geometry multilinestring type.
Type: object
sql_geometry_multipolygon
Represents the PostgreSQL geometry multipolygon type.
Type: object
sql_geometry_collection
Represents the PostgreSQL geometry collection type.
Type: object
sql_geography
Represents the PostgreSQL geography type.
Type: object
sql_geography_point
Represents the PostgreSQL geography point type.
Type: object
sql_geography_linestring
Represents the PostgreSQL geography linestring type.
Type: object
sql_geography_polygon
Represents the PostgreSQL geography polygon type.
Type: object
sql_geography_multipoint
Represents the PostgreSQL geography multipoint type.
Type: object
sql_geography_multilinestring
Represents the PostgreSQL geography multilinestring type.
Type: object
sql_geography_multipolygon
Represents the PostgreSQL geography multipolygon type.
Type: object
sql_geography_collection
Represents the PostgreSQL geography collection type.
Type: object
sql_line
Represents the PostgreSQL line type.
Type: object
sql_lseg
Represents the PostgreSQL lseg type.
Type: object
sql_path
Represents the PostgreSQL path type.
Type: object
sql_point
Represents the PostgreSQL point type.
Type: object
sql_polygon
Represents the PostgreSQL polygon type.
Type: object
sql_datemultirange
Represents the PostgreSQL datemultirange type.
Type: object
sql_daterange
Represents the PostgreSQL daterange type.
Type: object
sql_int4multirange
Represents the PostgreSQL int4multirange type.
Type: object
sql_int4range
Represents the PostgreSQL int4range type.
Type: object
sql_int8multirange
Represents the PostgreSQL int8multirange type.
Type: object
sql_int8range
Represents the PostgreSQL int8range type.
Type: object
sql_nummultirange
Represents the PostgreSQL nummultirange type.
Type: object
sql_numrange
Represents the PostgreSQL numrange type.
Type: object
sql_tsmultirange
Represents the PostgreSQL tsmultirange type.
Type: object
sql_tsrange
Represents the PostgreSQL tsrange type.
Type: object
sql_tstzmultirange
Represents the PostgreSQL tstzmultirange type.
Type: object
sql_tstzrange
Represents the PostgreSQL tstzrange type.
Type: object
sql_cidr
Represents the PostgreSQL cidr type.
Type: object
sql_citext
Represents the PostgreSQL citext type.
Type: object
sql_hstore
Represents the PostgreSQL hstore type.
Type: object
sql_inet
Represents the PostgreSQL inet type.
Type: object
sql_int2vector
Represents the PostgreSQL int2vector type.
Type: object
sql_lquery
Represents the PostgreSQL lquery type.
Type: object
sql_ltree
Represents the PostgreSQL ltree type.
Type: object
sql_ltxtquery
Represents the PostgreSQL ltxtquery type.
Type: object
sql_macaddr
Represents the PostgreSQL macaddr type.
Type: object
sql_macaddr8
Represents the PostgreSQL macaddr8 type.
Type: object
sql_oid
Represents the PostgreSQL oid type.
Type: object
sql_oidvector
Represents the PostgreSQL oidvector type.
Type: object
sql_pg_lsn
Represents the PostgreSQL pg_lsn type.
Type: object
sql_pg_snapshot
Represents the PostgreSQL pg_snapshot type.
Type: object
sql_refcursor
Represents the PostgreSQL refcursor type.
Type: object
sql_regclass
Represents the PostgreSQL regclass type.
Type: object
sql_regcollation
Represents the PostgreSQL regcollation type.
Type: object
sql_regconfig
Represents the PostgreSQL regconfig type.
Type: object
sql_regdictionary
Represents the PostgreSQL regdictionary type.
Type: object
sql_regnamespace
Represents the PostgreSQL regnamespace type.
Type: object
sql_regoper
Represents the PostgreSQL regoper type.
Type: object
sql_regoperator
Represents the PostgreSQL regoperator type.
Type: object
sql_regproc
Represents the PostgreSQL regproc type.
Type: object
sql_regprocedure
Represents the PostgreSQL regprocedure type.
Type: object
sql_regrole
Represents the PostgreSQL regrole type.
Type: object
sql_regtype
Represents the PostgreSQL regtype type.
Type: object
sql_tid
Represents the PostgreSQL tid type.
Type: object
sql_tsquery
Represents the PostgreSQL tsquery type.
Type: object
sql_tsvector
Represents the PostgreSQL tsvector type.
Type: object
sql_txid_snapshot
Represents the PostgreSQL txid_snapshot type.
Type: object
sql_xid
Represents the PostgreSQL xid type.
Type: object
sql_xid8
Represents the PostgreSQL xid8 type.
Type: object