Go to the source code of this file.
Functions | |
TZSQLType | ConvertAdoToSqlType (SmallInt FieldType) |
Converts a Ado native types into ZDBC SQL types. | |
string | ConvertAdoToTypeName (SmallInt FieldType) |
Converts an ADO native types into string related. | |
Integer | ConvertOleDBToAdoSchema (TGUID OleDBSchema) |
Converts a OLEDB schema guid into ADO schema ID usable with OpenSchema. | |
Integer | ConvertResultSetConcurrencyToAdo (TZResultSetConcurrency ResultSetConcurrency) |
Converts a TZResultSetConcurrency type into ADO lock type. | |
Integer | ConvertResultSetTypeToAdo (TZResultSetType ResultSetType) |
Converts a TZResultSetType type into ADO cursor type. | |
Integer | ConvertSqlTypeToAdo (TZSQLType FieldType) |
Converts a Zeos type into ADO types. | |
Integer | ConvertVariantToAdo (TVarType VT) |
Converts a Variant type into ADO types. | |
WideString | PromptDataSource (THandle Handle, WideString InitialString) |
Brings up the ADO connection string builder dialog. | |
Variables | |
const IMalloc | ZAdoMalloc |
Required to free memory allocated by oledb. |
TZSQLType ConvertAdoToSqlType | ( | SmallInt | FieldType | ) |
Converts a Ado native types into ZDBC SQL types.
FieldType | dblibc native field type. |
Definition at line 226 of file ZDbcAdoUtils.pas.
string ConvertAdoToTypeName | ( | SmallInt | FieldType | ) |
Converts an ADO native types into string related.
FieldType | dblibc native field type. |
Definition at line 168 of file ZDbcAdoUtils.pas.
Integer ConvertOleDBToAdoSchema | ( | TGUID | OleDBSchema | ) |
Converts a OLEDB schema guid into ADO schema ID usable with OpenSchema.
OleDBSchema | schema guid. |
Integer ConvertResultSetConcurrencyToAdo | ( | TZResultSetConcurrency | ResultSetConcurrency | ) |
Converts a TZResultSetConcurrency type into ADO lock type.
ResultSetConcurrency. |
Integer ConvertResultSetTypeToAdo | ( | TZResultSetType | ResultSetType | ) |
Converts a TZResultSetType type into ADO cursor type.
ResultSetType. |
Converts a TZResultSetConcurrency type into ADO lock type.
ResultSetConcurrency. |
OleDBSchema | schema guid. |
Definition at line 363 of file ZDbcAdoUtils.pas.
Integer ConvertSqlTypeToAdo | ( | TZSQLType | FieldType | ) |
Converts a Zeos type into ADO types.
FieldType | zeos field type. |
Definition at line 269 of file ZDbcAdoUtils.pas.
Integer ConvertVariantToAdo | ( | TVarType | VT | ) |
Converts a Variant type into ADO types.
VT | Variant datatype. |
Definition at line 312 of file ZDbcAdoUtils.pas.
WideString PromptDataSource | ( | THandle | Handle, | |
WideString | InitialString | |||
) |
Brings up the ADO connection string builder dialog.
const IMalloc ZAdoMalloc |