Class SqlTypeTokens
Sql type tokens used as placeholders in constructing RDBMS-neutral CREATE TABLE statements.
public static class SqlTypeTokens
- Inheritance
-
SqlTypeTokens
- Inherited Members
Fields
CAUTO_INC
Constant
public const string CAUTO_INC = "@AUTO_INC"
Field Value
CBLOB
Constant
public const string CBLOB = "@BLOB"
Field Value
CBLOB_TEXT
Constant
public const string CBLOB_TEXT = "@BLOB_TEXT"
Field Value
CBOOL
Constant
public const string CBOOL = "@BOOL"
Field Value
CDATE
Constant
public const string CDATE = "@DATE"
Field Value
CDATE_TIME
Constant
public const string CDATE_TIME = "@DATE_TIME"
Field Value
CDECIMAL
Constant
public const string CDECIMAL = "@DECIMAL"
Field Value
CDECIMAL_
Constant
public const string CDECIMAL_ = "@DECIMAL_"
Field Value
CFLOAT
Constant
public const string CFLOAT = "@FLOAT"
Field Value
CNBLOB_TEXT
Constant
public const string CNBLOB_TEXT = "@NBLOB_TEXT"
Field Value
CNOT_NULL
Constant
public const string CNOT_NULL = "@NOT_NULL"
Field Value
CNULL
Constant
public const string CNULL = "@NULL"
Field Value
CNVARCHAR
Constant
public const string CNVARCHAR = "@NVARCHAR"
Field Value
CPRIMARY_KEY
Constant
public const string CPRIMARY_KEY = "@PRIMARY_KEY"
Field Value
CVARCHAR
Constant
public const string CVARCHAR = "@VARCHAR"