Public Member Functions | |
PASASQLDA | db_alloc_sqlda (LongWord NumVar) |
Integer | db_cancel_request (PZASASQLCA sqlca) |
db_close (PZASASQLCA sqlca, PChar CursorName) | |
db_commit (PZASASQLCA sqlca, LongWord TransLevel) | |
db_declare (PZASASQLCA sqlca, PChar CursorName, PChar StatementName, PChar ProgName, PSmallInt StatementNum, Word Options) | |
db_delete (PZASASQLCA sqlca, PChar CursorName) | |
db_describe (PZASASQLCA sqlca, PChar ProgName, PSmallInt StatementNum, PASASQLDA Descriptor, Word WhatToDesc) | |
db_describe_cursor (PZASASQLCA sqlca, PChar CursorName, PASASQLDA Descriptor, LongWord WhatToDesc) | |
db_disconnect (PZASASQLCA sqlca, PChar ConnStr) | |
db_dropstmt (PZASASQLCA sqlca, PChar StatementName, PChar ProgName, PSmallInt StatementNum) | |
db_execute_imm (PZASASQLCA sqlca, PChar Statement) | |
db_execute_into (PZASASQLCA sqlca, PChar Statement, PChar ProgName, PSmallInt StatementNum, PASASQLDA Descriptor, PASASQLDA ResultDescriptor) | |
db_explain (PZASASQLCA sqlca, PChar CursorName, PASASQLDA Descriptor) | |
db_fetch (PZASASQLCA sqlca, PChar CursorName, Word Offset, Integer RelPositon, PASASQLDA Descriptor, SmallInt BlockSize, Word Options) | |
db_fetch_array (PZASASQLCA sqlca, PChar CursorName, Word Offset, Integer RelPositon, PASASQLDA Descriptor, SmallInt BlockSize, Word Options, Word ArrayWidth) | |
PASASQLDA | db_fill_s_sqlda (PASASQLDA Parameter, Integer MaxLength) |
PASASQLDA | db_fill_sqlda (PASASQLDA Parameter) |
Word | db_find_engine (PZASASQLCA sqlca, PChar Params) |
Integer | db_fini (PZASASQLCA sqlca) |
db_free_filled_sqlda (PASASQLDA Parameter) | |
db_free_sqlda (PASASQLDA Parameter) | |
db_free_sqlda_noind (PASASQLDA Parameter) | |
db_get_data (PZASASQLCA sqlca, PChar CursorName, Word ColumnNumber, Integer Offset, PASASQLDA Descriptor) | |
Integer | db_init (PZASASQLCA sqlca) |
db_open (PZASASQLCA sqlca, PChar CursorName, PChar ProgName, PSmallInt StatementNum, PASASQLDA Descriptor, SmallInt BlockSize, SmallInt IsolationLvl, Word CursorOptions) | |
db_prepare_describe (PZASASQLCA sqlca, PChar ProgName, PSmallInt StatementNum, PChar SqlStatement, PASASQLDA Descriptor, LongWord WhatToDesc, Word LongNames) | |
db_prepare_into (PZASASQLCA sqlca, PChar ProgName, PSmallInt StatementNum, PChar SqlStatement, PASASQLDA Descriptor1, PASASQLDA Descriptor2, LongWord WhatToDesc) | |
db_put_array (PZASASQLCA sqlca, PChar CursorName, PASASQLDA Descriptor, PASASQLDA ResultDescriptor, Word Rows) | |
db_put_into (PZASASQLCA sqlca, PChar CursorName, PASASQLDA Descriptor, PASASQLDA ResultDescriptor) | |
db_register_callback (PZASASQLCA sqlca, ZASA_db_callback_index CBIdx, TZASASQLCallback Proc) | |
db_resume (PZASASQLCA sqlca, PChar CursorName) | |
db_rollback (PZASASQLCA sqlca, LongWord TransLevel) | |
db_select (PZASASQLCA sqlca, PChar ProgName, PSmallInt StatementNum, PASASQLDA SQLDescriptor, PASASQLDA ResultDescriptor) | |
db_setconnect (PZASASQLCA sqlca, PChar ConnStr) | |
db_setoption (PZASASQLCA sqlca, LongInt Temporary, PChar User, PChar Option, PASASQLDA Descriptor) | |
LongWord | db_start_database (PZASASQLCA sqlca, PChar Params) |
LongWord | db_start_engine (PZASASQLCA sqlca, PChar Params) |
LongWord | db_stop_database (PZASASQLCA sqlca, PChar Params) |
LongWord | db_stop_engine (PZASASQLCA sqlca, PChar Params) |
Integer | db_string_connect (PZASASQLCA sqlca, PChar Params) |
LongWord | db_string_disconnect (PZASASQLCA sqlca, PChar Params) |
db_update (PZASASQLCA sqlca, PChar CursorName, PASASQLDA Descriptor) | |
string | GetDescription () |
string | GetProtocol () |
Initialize () | |
PChar | sqlerror_message (PZASASQLCA sqlca, PChar Buffer, Integer MaxSize) |
Definition at line 1789 of file ZPlainASADriver.pas.
PASASQLDA IZASAPlainDriver::db_alloc_sqlda | ( | LongWord | NumVar | ) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
Integer IZASAPlainDriver::db_cancel_request | ( | PZASASQLCA | sqlca | ) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_close | ( | PZASASQLCA | sqlca, | |
PChar | CursorName | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_commit | ( | PZASASQLCA | sqlca, | |
LongWord | TransLevel | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_declare | ( | PZASASQLCA | sqlca, | |
PChar | CursorName, | |||
PChar | StatementName, | |||
PChar | ProgName, | |||
PSmallInt | StatementNum, | |||
Word | Options | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_delete | ( | PZASASQLCA | sqlca, | |
PChar | CursorName | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_describe | ( | PZASASQLCA | sqlca, | |
PChar | ProgName, | |||
PSmallInt | StatementNum, | |||
PASASQLDA | Descriptor, | |||
Word | WhatToDesc | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_describe_cursor | ( | PZASASQLCA | sqlca, | |
PChar | CursorName, | |||
PASASQLDA | Descriptor, | |||
LongWord | WhatToDesc | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_disconnect | ( | PZASASQLCA | sqlca, | |
PChar | ConnStr | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_dropstmt | ( | PZASASQLCA | sqlca, | |
PChar | StatementName, | |||
PChar | ProgName, | |||
PSmallInt | StatementNum | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_execute_imm | ( | PZASASQLCA | sqlca, | |
PChar | Statement | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_execute_into | ( | PZASASQLCA | sqlca, | |
PChar | Statement, | |||
PChar | ProgName, | |||
PSmallInt | StatementNum, | |||
PASASQLDA | Descriptor, | |||
PASASQLDA | ResultDescriptor | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_explain | ( | PZASASQLCA | sqlca, | |
PChar | CursorName, | |||
PASASQLDA | Descriptor | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_fetch | ( | PZASASQLCA | sqlca, | |
PChar | CursorName, | |||
Word | Offset, | |||
Integer | RelPositon, | |||
PASASQLDA | Descriptor, | |||
SmallInt | BlockSize, | |||
Word | Options | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_fetch_array | ( | PZASASQLCA | sqlca, | |
PChar | CursorName, | |||
Word | Offset, | |||
Integer | RelPositon, | |||
PASASQLDA | Descriptor, | |||
SmallInt | BlockSize, | |||
Word | Options, | |||
Word | ArrayWidth | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
Word IZASAPlainDriver::db_find_engine | ( | PZASASQLCA | sqlca, | |
PChar | Params | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
Integer IZASAPlainDriver::db_fini | ( | PZASASQLCA | sqlca | ) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_free_filled_sqlda | ( | PASASQLDA | Parameter | ) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_free_sqlda | ( | PASASQLDA | Parameter | ) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_free_sqlda_noind | ( | PASASQLDA | Parameter | ) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_get_data | ( | PZASASQLCA | sqlca, | |
PChar | CursorName, | |||
Word | ColumnNumber, | |||
Integer | Offset, | |||
PASASQLDA | Descriptor | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
Integer IZASAPlainDriver::db_init | ( | PZASASQLCA | sqlca | ) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_open | ( | PZASASQLCA | sqlca, | |
PChar | CursorName, | |||
PChar | ProgName, | |||
PSmallInt | StatementNum, | |||
PASASQLDA | Descriptor, | |||
SmallInt | BlockSize, | |||
SmallInt | IsolationLvl, | |||
Word | CursorOptions | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_prepare_describe | ( | PZASASQLCA | sqlca, | |
PChar | ProgName, | |||
PSmallInt | StatementNum, | |||
PChar | SqlStatement, | |||
PASASQLDA | Descriptor, | |||
LongWord | WhatToDesc, | |||
Word | LongNames | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_prepare_into | ( | PZASASQLCA | sqlca, | |
PChar | ProgName, | |||
PSmallInt | StatementNum, | |||
PChar | SqlStatement, | |||
PASASQLDA | Descriptor1, | |||
PASASQLDA | Descriptor2, | |||
LongWord | WhatToDesc | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_put_array | ( | PZASASQLCA | sqlca, | |
PChar | CursorName, | |||
PASASQLDA | Descriptor, | |||
PASASQLDA | ResultDescriptor, | |||
Word | Rows | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_put_into | ( | PZASASQLCA | sqlca, | |
PChar | CursorName, | |||
PASASQLDA | Descriptor, | |||
PASASQLDA | ResultDescriptor | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_register_callback | ( | PZASASQLCA | sqlca, | |
ZASA_db_callback_index | CBIdx, | |||
TZASASQLCallback | Proc | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_resume | ( | PZASASQLCA | sqlca, | |
PChar | CursorName | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_rollback | ( | PZASASQLCA | sqlca, | |
LongWord | TransLevel | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_select | ( | PZASASQLCA | sqlca, | |
PChar | ProgName, | |||
PSmallInt | StatementNum, | |||
PASASQLDA | SQLDescriptor, | |||
PASASQLDA | ResultDescriptor | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_setconnect | ( | PZASASQLCA | sqlca, | |
PChar | ConnStr | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_setoption | ( | PZASASQLCA | sqlca, | |
LongInt | Temporary, | |||
PChar | User, | |||
PChar | Option, | |||
PASASQLDA | Descriptor | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
LongWord IZASAPlainDriver::db_start_database | ( | PZASASQLCA | sqlca, | |
PChar | Params | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
LongWord IZASAPlainDriver::db_start_engine | ( | PZASASQLCA | sqlca, | |
PChar | Params | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
LongWord IZASAPlainDriver::db_stop_database | ( | PZASASQLCA | sqlca, | |
PChar | Params | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
LongWord IZASAPlainDriver::db_stop_engine | ( | PZASASQLCA | sqlca, | |
PChar | Params | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
Integer IZASAPlainDriver::db_string_connect | ( | PZASASQLCA | sqlca, | |
PChar | Params | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
LongWord IZASAPlainDriver::db_string_disconnect | ( | PZASASQLCA | sqlca, | |
PChar | Params | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
IZASAPlainDriver::db_update | ( | PZASASQLCA | sqlca, | |
PChar | CursorName, | |||
PASASQLDA | Descriptor | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.
string IZPlainDriver::GetDescription | ( | ) | [inherited] |
Reimplemented in TZAdoPlainDriver, TZASA7PlainDriver, TZASA8PlainDriver, TZASA9PlainDriver, TZDBLibSybaseASE125PlainDriver, TZDBLibMSSQL7PlainDriver, TZAbstractPlainDriver, TZFirebird10PlainDriver, TZFirebird15PlainDriver, TZFirebirdD15PlainDriver, TZFirebird20PlainDriver, TZFirebirdD20PlainDriver, TZFirebird21PlainDriver, TZFirebirdD21PlainDriver, TZInterbase6PlainDriver, TZInterbase5PlainDriver, TZMySQL41PlainDriver, TZMySQLD41PlainDriver, TZMySQL5PlainDriver, TZMySQLD5PlainDriver, TZOracle9iPlainDriver, TZPostgreSQL7PlainDriver, TZPostgreSQL8PlainDriver, TZSQLite28PlainDriver, and TZSQLite3PlainDriver.
string IZPlainDriver::GetProtocol | ( | ) | [inherited] |
Reimplemented in TZAdoPlainDriver, TZASA7PlainDriver, TZASA8PlainDriver, TZASA9PlainDriver, TZDBLibSybaseASE125PlainDriver, TZDBLibMSSQL7PlainDriver, TZAbstractPlainDriver, TZFirebird10PlainDriver, TZFirebird15PlainDriver, TZFirebirdD15PlainDriver, TZFirebird20PlainDriver, TZFirebirdD20PlainDriver, TZFirebird21PlainDriver, TZFirebirdD21PlainDriver, TZInterbase6PlainDriver, TZInterbase5PlainDriver, TZMySQL41PlainDriver, TZMySQLD41PlainDriver, TZMySQL5PlainDriver, TZMySQLD5PlainDriver, TZOracle9iPlainDriver, TZPostgreSQL7PlainDriver, TZPostgreSQL8PlainDriver, TZSQLite28PlainDriver, and TZSQLite3PlainDriver.
IZPlainDriver::Initialize | ( | ) | [inherited] |
Reimplemented in TZAdoPlainDriver, TZASA7PlainDriver, TZASA8PlainDriver, TZASA9PlainDriver, TZDBLibSybaseASE125PlainDriver, TZDBLibMSSQL7PlainDriver, TZAbstractPlainDriver, TZFirebird10PlainDriver, TZFirebird15PlainDriver, TZFirebirdD15PlainDriver, TZFirebird20PlainDriver, TZFirebirdD20PlainDriver, TZFirebird21PlainDriver, TZFirebirdD21PlainDriver, TZInterbase6PlainDriver, TZInterbase5PlainDriver, TZMySQL41PlainDriver, TZMySQLD41PlainDriver, TZMySQL5PlainDriver, TZMySQLD5PlainDriver, TZOracle9iPlainDriver, TZPostgreSQL7PlainDriver, TZPostgreSQL8PlainDriver, TZSQLite28PlainDriver, and TZSQLite3PlainDriver.
PChar IZASAPlainDriver::sqlerror_message | ( | PZASASQLCA | sqlca, | |
PChar | Buffer, | |||
Integer | MaxSize | |||
) | [inherited] |
Reimplemented in TZASA7PlainDriver, TZASA8PlainDriver, and TZASA9PlainDriver.