Table of Contents

Class SqlTypeTokens

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

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

string

CBLOB

Constant

public const string CBLOB = "@BLOB"

Field Value

string

CBLOB_TEXT

Constant

public const string CBLOB_TEXT = "@BLOB_TEXT"

Field Value

string

CBOOL

Constant

public const string CBOOL = "@BOOL"

Field Value

string

CDATE

Constant

public const string CDATE = "@DATE"

Field Value

string

CDATE_TIME

Constant

public const string CDATE_TIME = "@DATE_TIME"

Field Value

string

CDECIMAL

Constant

public const string CDECIMAL = "@DECIMAL"

Field Value

string

CDECIMAL_

Constant

public const string CDECIMAL_ = "@DECIMAL_"

Field Value

string

CFLOAT

Constant

public const string CFLOAT = "@FLOAT"

Field Value

string

CNBLOB_TEXT

Constant

public const string CNBLOB_TEXT = "@NBLOB_TEXT"

Field Value

string

CNOT_NULL

Constant

public const string CNOT_NULL = "@NOT_NULL"

Field Value

string

CNULL

Constant

public const string CNULL = "@NULL"

Field Value

string

CNVARCHAR

Constant

public const string CNVARCHAR = "@NVARCHAR"

Field Value

string

CPRIMARY_KEY

Constant

public const string CPRIMARY_KEY = "@PRIMARY_KEY"

Field Value

string

CVARCHAR

Constant

public const string CVARCHAR = "@VARCHAR"

Field Value

string