Skip to content

MySqlTypes

Namespace: MJCZone.DapperMatic.Providers.MySql

Assembly: MJCZone.DapperMatic

Summary

Provides constants for MySQL data types.

static public

Contents

Methods (4) | Fields (57)

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Fields

sql_bool

Represents the MySQL boolean type.

Type: object

sql_boolean

Represents the MySQL boolean type.

Type: object

sql_bit

Represents the MySQL bit type.

Type: object

sql_tinyint

Represents the MySQL tinyint type.

Type: object

sql_tinyint_unsigned

Represents the MySQL unsigned tinyint type.

Type: object

sql_smallint

Represents the MySQL smallint type.

Type: object

sql_smallint_unsigned

Represents the MySQL unsigned smallint type.

Type: object

sql_mediumint

Represents the MySQL mediumint type.

Type: object

sql_mediumint_unsigned

Represents the MySQL unsigned mediumint type.

Type: object

sql_integer

Represents the MySQL integer type.

Type: object

sql_integer_unsigned

Represents the MySQL unsigned integer type.

Type: object

sql_int

Represents the MySQL int type.

Type: object

sql_int_unsigned

Represents the MySQL unsigned int type.

Type: object

sql_bigint

Represents the MySQL bigint type.

Type: object

sql_bigint_unsigned

Represents the MySQL unsigned bigint type.

Type: object

sql_serial

Represents the MySQL serial type.

Type: object

sql_decimal

Represents the MySQL decimal type.

Type: object

sql_dec

Represents the MySQL decimal type.

Type: object

sql_fixed

Represents the MySQL fixed type.

Type: object

sql_numeric

Represents the MySQL numeric type.

Type: object

sql_float

Represents the MySQL float type.

Type: object

sql_real

Represents the MySQL real type.

Type: object

sql_double_precision

Represents the MySQL double precision type.

Type: object

sql_double_precision_unsigned

Represents the MySQL unsigned double precision type.

Type: object

sql_double

Represents the MySQL double type.

Type: object

sql_double_unsigned

Represents the MySQL unsigned double type.

Type: object

sql_datetime

Represents the MySQL datetime type.

Type: object

sql_timestamp

Represents the MySQL timestamp type.

Type: object

sql_time

Represents the MySQL time type.

Type: object

sql_date

Represents the MySQL date type.

Type: object

sql_year

Represents the MySQL year type.

Type: object

sql_char

Represents the MySQL char type.

Type: object

sql_varchar

Represents the MySQL varchar type.

Type: object

sql_long_varchar

Represents the MySQL long varchar type.

Type: object

sql_tinytext

Represents the MySQL tinytext type.

Type: object

sql_mediumtext

Represents the MySQL mediumtext type.

Type: object

sql_text

Represents the MySQL text type.

Type: object

sql_longtext

Represents the MySQL longtext type.

Type: object

sql_enum

Represents the MySQL enum type.

Type: object

sql_set

Represents the MySQL set type.

Type: object

sql_json

Represents the MySQL json type.

Type: object

sql_binary

Represents the MySQL binary type.

Type: object

sql_varbinary

Represents the MySQL varbinary type.

Type: object

sql_long_varbinary

Represents the MySQL long varbinary type.

Type: object

sql_tinyblob

Represents the MySQL tinyblob type.

Type: object

sql_blob

Represents the MySQL blob type.

Type: object

sql_mediumblob

Represents the MySQL mediumblob type.

Type: object

sql_longblob

Represents the MySQL longblob type.

Type: object

sql_geometry

Represents the MySQL geometry type.

Type: object

sql_point

Represents the MySQL point type.

Type: object

sql_linestring

Represents the MySQL linestring type.

Type: object

sql_polygon

Represents the MySQL polygon type.

Type: object

sql_multipoint

Represents the MySQL multipoint type.

Type: object

sql_multilinestring

Represents the MySQL multilinestring type.

Type: object

sql_multipolygon

Represents the MySQL multipolygon type.

Type: object

sql_geomcollection

Represents the MySQL geomcollection type.

Type: object

sql_geometrycollection

Represents the MySQL geometrycollection type.

Type: object