Go to the source code of this file.
Functions | |
TZColumnNullableType | ConvertDBLibNullability (Byte DBLibNullability) |
Converts a DBLib nullability value into ZDBC TZColumnNullableType. | |
TZSQLType | ConvertDBLibToSqlType (SmallInt FieldType) |
Converts a DBLib native types into ZDBC SQL types. | |
TZSQLType | ConvertDBLibTypeToSqlType (string Value) |
Convert string DBLib field type to SqlType. | |
TZSQLType | ConvertODBCToSqlType (SmallInt FieldType) |
Converts an ODBC native types into ZDBC SQL types. | |
Integer | ConvertSqlTypeToDBLibType (TZSQLType FieldType) |
Converts ZDBC SQL types into MS SQL native types. | |
string | ConvertSqlTypeToDBLibTypeName (TZSQLType FieldType) |
Converts ZDBC SQL types into MS SQL native types. | |
string | PrepareSQLParameter (TZVariant Value, TZSQLType ParamType) |
Prepares an SQL parameter for the query. |
TZColumnNullableType ConvertDBLibNullability | ( | Byte | DBLibNullability | ) |
Converts a DBLib nullability value into ZDBC TZColumnNullableType.
DBLibNullability | dblibc native nullability. |
Definition at line 287 of file ZDbcDbLibUtils.pas.
TZSQLType ConvertDBLibToSqlType | ( | SmallInt | FieldType | ) |
Converts a DBLib native types into ZDBC SQL types.
FieldType | dblibc native field type. |
Definition at line 173 of file ZDbcDbLibUtils.pas.
TZSQLType ConvertDBLibTypeToSqlType | ( | string | Value | ) |
Convert string DBLib field type to SqlType.
string | field type value |
Definition at line 207 of file ZDbcDbLibUtils.pas.
TZSQLType ConvertODBCToSqlType | ( | SmallInt | FieldType | ) |
Converts an ODBC native types into ZDBC SQL types.
FieldType | dblibc native field type. |
Definition at line 143 of file ZDbcDbLibUtils.pas.
Integer ConvertSqlTypeToDBLibType | ( | TZSQLType | FieldType | ) |
Converts ZDBC SQL types into MS SQL native types.
Converts ZDBC SQL types into DBLib native types.
FieldType | dblibc native field type. |
Definition at line 221 of file ZDbcDbLibUtils.pas.
string ConvertSqlTypeToDBLibTypeName | ( | TZSQLType | FieldType | ) |
Converts ZDBC SQL types into MS SQL native types.
Converts ZDBC SQL types into DBLib native types.
FieldType | dblibc native field type. |
Definition at line 254 of file ZDbcDbLibUtils.pas.
Prepares an SQL parameter for the query.
ParameterIndex | the first parameter is 1, the second is 2, ... |
Definition at line 309 of file ZDbcDbLibUtils.pas.