plain/ZPlainASA7.pas File Reference

Go to the source code of this file.

Typedefs

typedef PASASQLDA(* TASAAlloc_sqlda )(LongWord NumVar)
typedef Integer(* TASABasic )(PZASASQLCA sqlca)
typedef LongWord(* TASABasicWithParam )(PZASASQLCA sqlca, PChar Params)
typedef Integer(* TASAdb_cancel_request )(PZASASQLCA sqlca)
typedef void(* TASAdb_register_a_callback )(PZASASQLCA sqlca, integer CBIdx, TASASQLCallback Proc)
typedef void(* TASAdbpp_close )(PZASASQLCA sqlca, PChar CursorName)
typedef void(* TASAdbpp_commit )(PZASASQLCA sqlca, LongWord SomeNumber)
typedef void(* TASAdbpp_declare )(PZASASQLCA sqlca, PChar CursorName, PChar UnKnown, PChar ProgName, PSmallInt RecordStatementNum, Word Options)
typedef void(* TASAdbpp_delete )(PZASASQLCA sqlca, PChar CursorName, PChar UnKnown1, PChar UnKnown2)
typedef void(* TASAdbpp_describe )(PZASASQLCA sqlca, PChar UnKnown, PChar ProgName, PSmallInt RecordStatementNum, PASASQLDA Descriptor, Word WhatToDesc)
typedef void(* TASAdbpp_describe_cursor )(PZASASQLCA sqlca, PChar CursorName, PASASQLDA Descriptor, LongWord SomeNumber)
typedef void(* TASAdbpp_dropstmt )(PZASASQLCA sqlca, PChar UnKnown, PChar ProgName, PSmallInt RecordStatementNum)
typedef void(* TASAdbpp_execute_imm )(PZASASQLCA sqlca, PChar SqlRecordStatement, Word UnKnown1)
typedef void(* TASAdbpp_execute_into )(PZASASQLCA sqlca, PChar UnKnown, PChar ProgName, PSmallInt RecordStatementNum, PASASQLDA Descriptor1, PASASQLDA Descriptor2)
typedef void(* TASAdbpp_explain )(PZASASQLCA sqlca, PChar CursorName, Word SomeNumber1, PASASQLDA Descriptor1)
typedef void(* TASAdbpp_fetch )(PZASASQLCA sqlca, PChar CursorName, Word Offset, LongInt RelPositon, PASASQLDA Descriptor1, SmallInt BlockSize, Word Options)
typedef void(* TASAdbpp_fetch_array )(PZASASQLCA sqlca, PChar CursorName, Word Offset, LongInt RelPositon, PASASQLDA Descriptor1, SmallInt BlockSize, Word Options, Word ArrayWidth)
typedef void(* TASAdbpp_get_data )(PZASASQLCA sqlca, PChar CursorName, Word ColumnNumber, LongInt Offset, PASASQLDA Descriptor1, Word Unknown)
typedef void(* TASAdbpp_open )(PZASASQLCA sqlca, PChar CursorName, PChar UnKnown, PChar ProgName, PSmallInt RecordStatementNum, PASASQLDA Descriptor1, SmallInt BlockSize, SmallInt IsolationLvl, Word Options)
typedef void(* TASAdbpp_prepare_describe )(PZASASQLCA sqlca, PChar UnKnown, PChar ProgName, PSmallInt RecordStatementNum, PChar SqlStatement, PASASQLDA Descriptor1, PASASQLDA Descriptor2, LongWord WhatToDesc, Word LongNames)
typedef void(* TASAdbpp_prepare_into )(PZASASQLCA sqlca, PChar UnKnown, PChar ProgName, PSmallInt RecordStatementNum, PChar SqlStatement, PASASQLDA Descriptor1, PASASQLDA Descriptor2, LongWord SomeNumber)
typedef void(* TASAdbpp_put_array )(PZASASQLCA sqlca, PChar CursorName, PASASQLDA Descriptor, PASASQLDA Into_sqlda, Word Rows)
typedef void(* TASAdbpp_put_into )(PZASASQLCA sqlca, PChar CursorName, PASASQLDA Descriptor, PASASQLDA UnKnown1)
typedef void(* TASAdbpp_resume )(PZASASQLCA sqlca, PChar CursorName)
typedef void(* TASAdbpp_rollback )(PZASASQLCA sqlca, LongWord SomeNumber)
typedef void(* TASAdbpp_select )(PZASASQLCA sqlca, PChar UnKnown, PChar ProgName, PSmallInt RecordStatementNum, PASASQLDA Descriptor1, PASASQLDA Descriptor2)
typedef void(* TASAdbpp_setConnect )(PZASASQLCA sqlca, PChar ConnName)
typedef void(* TASAdbpp_setoption )(PZASASQLCA sqlca, LongInt Temporary, PChar User, PChar Option, PASASQLDA Descriptor)
typedef void(* TASAdbpp_update )(PZASASQLCA sqlca, PChar CursorName, PASASQLDA Descriptor)
typedef PChar(* TASAerror_message )(PZASASQLCA sqlca, PChar Buffer, Integer MaxSize)
typedef PASASQLDA(* TASAfill_s_sqlda )(PASASQLDA Parameter, Integer MaxLength)
typedef PASASQLDA(* TASAfill_sqlda )(PASASQLDA Parameter)
typedef Word(* TASAfind_engine )(PZASASQLCA sqlca, PChar Params)
typedef void(* TASAProc_sqlda )(PASASQLDA Parameter)
typedef void(* TASASQLCallback )()

Variables

const TASAAlloc_sqlda alloc_sqlda
const TASAdb_cancel_request db_cancel_request
const TASABasicWithParam db_find_engine
const TASABasic db_fini
const TASABasic db_init
const TASAdb_register_a_callback db_register_a_callback
const TASABasicWithParam db_start_database
const TASABasicWithParam db_start_engine
const TASABasicWithParam db_stop_database
const TASABasicWithParam db_stop_engine
const TASABasicWithParam db_string_connect
const TASABasicWithParam db_string_disconnect
const TASAdbpp_close dbpp_close
const TASAdbpp_commit dbpp_commit
const TASAdbpp_declare dbpp_declare
const TASAdbpp_delete dbpp_delete
const TASAdbpp_describe dbpp_describe
const TASAdbpp_describe_cursor dbpp_describe_cursor
const TASAdbpp_setConnect dbpp_disconnect
const TASAdbpp_dropstmt dbpp_dropstmt
const TASAdbpp_execute_imm dbpp_execute_imm
const TASAdbpp_execute_into dbpp_execute_into
const TASAdbpp_explain dbpp_explain
const TASAdbpp_fetch dbpp_fetch
const TASAdbpp_fetch_array dbpp_fetch_array
const TASAdbpp_get_data dbpp_get_data
const TASAdbpp_open dbpp_open
const TASAdbpp_prepare_describe dbpp_prepare_describe
const TASAdbpp_prepare_into dbpp_prepare_into
const TASAdbpp_put_array dbpp_put_array
const TASAdbpp_put_into dbpp_put_into
const TASAdbpp_resume dbpp_resume
const TASAdbpp_rollback dbpp_rollback
const TASAdbpp_select dbpp_select
const TASAdbpp_setConnect dbpp_setConnect
const TASAdbpp_setoption dbpp_setoption
const TASAdbpp_update dbpp_update
const TASAfill_s_sqlda fill_s_sqlda
const TASAfill_sqlda fill_sqlda
const TASAProc_sqlda free_filled_sqlda
const TASAProc_sqlda free_sqlda
const TASAProc_sqlda free_sqlda_noind
const TZNativeLibraryLoader LibraryLoader
const LINUX_DLL_LOCATION = "libdblib7.so"
const TASAerror_message sqlerror_message
const WINDOWS_DLL_LOCATION = "DBLIB7.DLL"


Typedef Documentation

typedef PASASQLDA(* TASAAlloc_sqlda)(LongWord NumVar)

Definition at line 89 of file ZPlainASA7.pas.

typedef Integer(* TASABasic)(PZASASQLCA sqlca)

Definition at line 63 of file ZPlainASA7.pas.

typedef LongWord(* TASABasicWithParam)(PZASASQLCA sqlca, PChar Params)

Definition at line 71 of file ZPlainASA7.pas.

typedef Integer(* TASAdb_cancel_request)(PZASASQLCA sqlca)

Definition at line 433 of file ZPlainASA7.pas.

typedef void(* TASAdb_register_a_callback)(PZASASQLCA sqlca, integer CBIdx, TASASQLCallback Proc)

Definition at line 377 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_close)(PZASASQLCA sqlca, PChar CursorName)

Definition at line 202 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_commit)(PZASASQLCA sqlca, LongWord SomeNumber)

Definition at line 316 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_declare)(PZASASQLCA sqlca, PChar CursorName, PChar UnKnown, PChar ProgName, PSmallInt RecordStatementNum, Word Options)

Definition at line 225 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_delete)(PZASASQLCA sqlca, PChar CursorName, PChar UnKnown1, PChar UnKnown2)

Definition at line 262 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_describe)(PZASASQLCA sqlca, PChar UnKnown, PChar ProgName, PSmallInt RecordStatementNum, PASASQLDA Descriptor, Word WhatToDesc)

Definition at line 249 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_describe_cursor)(PZASASQLCA sqlca, PChar CursorName, PASASQLDA Descriptor, LongWord SomeNumber)

Definition at line 131 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_dropstmt)(PZASASQLCA sqlca, PChar UnKnown, PChar ProgName, PSmallInt RecordStatementNum)

Definition at line 238 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_execute_imm)(PZASASQLCA sqlca, PChar SqlRecordStatement, Word UnKnown1)

Definition at line 283 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_execute_into)(PZASASQLCA sqlca, PChar UnKnown, PChar ProgName, PSmallInt RecordStatementNum, PASASQLDA Descriptor1, PASASQLDA Descriptor2)

Definition at line 334 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_explain)(PZASASQLCA sqlca, PChar CursorName, Word SomeNumber1, PASASQLDA Descriptor1)

Definition at line 360 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_fetch)(PZASASQLCA sqlca, PChar CursorName, Word Offset, LongInt RelPositon, PASASQLDA Descriptor1, SmallInt BlockSize, Word Options)

Definition at line 211 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_fetch_array)(PZASASQLCA sqlca, PChar CursorName, Word Offset, LongInt RelPositon, PASASQLDA Descriptor1, SmallInt BlockSize, Word Options, Word ArrayWidth)

Definition at line 399 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_get_data)(PZASASQLCA sqlca, PChar CursorName, Word ColumnNumber, LongInt Offset, PASASQLDA Descriptor1, Word Unknown)

Definition at line 347 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_open)(PZASASQLCA sqlca, PChar CursorName, PChar UnKnown, PChar ProgName, PSmallInt RecordStatementNum, PASASQLDA Descriptor1, SmallInt BlockSize, SmallInt IsolationLvl, Word Options)

Definition at line 186 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_prepare_describe)(PZASASQLCA sqlca, PChar UnKnown, PChar ProgName, PSmallInt RecordStatementNum, PChar SqlStatement, PASASQLDA Descriptor1, PASASQLDA Descriptor2, LongWord WhatToDesc, Word LongNames)

Definition at line 157 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_prepare_into)(PZASASQLCA sqlca, PChar UnKnown, PChar ProgName, PSmallInt RecordStatementNum, PChar SqlStatement, PASASQLDA Descriptor1, PASASQLDA Descriptor2, LongWord SomeNumber)

Definition at line 142 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_put_array)(PZASASQLCA sqlca, PChar CursorName, PASASQLDA Descriptor, PASASQLDA Into_sqlda, Word Rows)

Definition at line 304 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_put_into)(PZASASQLCA sqlca, PChar CursorName, PASASQLDA Descriptor, PASASQLDA UnKnown1)

Definition at line 293 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_resume)(PZASASQLCA sqlca, PChar CursorName)

Definition at line 424 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_rollback)(PZASASQLCA sqlca, LongWord SomeNumber)

Definition at line 325 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_select)(PZASASQLCA sqlca, PChar UnKnown, PChar ProgName, PSmallInt RecordStatementNum, PASASQLDA Descriptor1, PASASQLDA Descriptor2)

Definition at line 173 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_setConnect)(PZASASQLCA sqlca, PChar ConnName)

Definition at line 122 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_setoption)(PZASASQLCA sqlca, LongInt Temporary, PChar User, PChar Option, PASASQLDA Descriptor)

Definition at line 387 of file ZPlainASA7.pas.

typedef void(* TASAdbpp_update)(PZASASQLCA sqlca, PChar CursorName, PASASQLDA Descriptor)

Definition at line 273 of file ZPlainASA7.pas.

typedef PChar(* TASAerror_message)(PZASASQLCA sqlca, PChar Buffer, Integer MaxSize)

Definition at line 414 of file ZPlainASA7.pas.

typedef PASASQLDA(* TASAfill_s_sqlda)(PASASQLDA Parameter, Integer MaxLength)

Definition at line 105 of file ZPlainASA7.pas.

typedef PASASQLDA(* TASAfill_sqlda)(PASASQLDA Parameter)

Definition at line 97 of file ZPlainASA7.pas.

typedef Word(* TASAfind_engine)(PZASASQLCA sqlca, PChar Params)

Definition at line 80 of file ZPlainASA7.pas.

typedef void(* TASAProc_sqlda)(PASASQLDA Parameter)

Definition at line 114 of file ZPlainASA7.pas.

typedef void(* TASASQLCallback)()

Definition at line 374 of file ZPlainASA7.pas.


Variable Documentation

Definition at line 464 of file ZPlainASA7.pas.

Definition at line 528 of file ZPlainASA7.pas.

Definition at line 454 of file ZPlainASA7.pas.

Definition at line 448 of file ZPlainASA7.pas.

Definition at line 446 of file ZPlainASA7.pas.

Definition at line 520 of file ZPlainASA7.pas.

Definition at line 460 of file ZPlainASA7.pas.

Definition at line 456 of file ZPlainASA7.pas.

Definition at line 462 of file ZPlainASA7.pas.

Definition at line 458 of file ZPlainASA7.pas.

Definition at line 450 of file ZPlainASA7.pas.

Definition at line 452 of file ZPlainASA7.pas.

Definition at line 490 of file ZPlainASA7.pas.

Definition at line 510 of file ZPlainASA7.pas.

Definition at line 494 of file ZPlainASA7.pas.

Definition at line 500 of file ZPlainASA7.pas.

Definition at line 498 of file ZPlainASA7.pas.

Definition at line 478 of file ZPlainASA7.pas.

Definition at line 480 of file ZPlainASA7.pas.

Definition at line 496 of file ZPlainASA7.pas.

Definition at line 504 of file ZPlainASA7.pas.

Definition at line 514 of file ZPlainASA7.pas.

Definition at line 518 of file ZPlainASA7.pas.

Definition at line 492 of file ZPlainASA7.pas.

Definition at line 524 of file ZPlainASA7.pas.

Definition at line 516 of file ZPlainASA7.pas.

Definition at line 488 of file ZPlainASA7.pas.

Definition at line 484 of file ZPlainASA7.pas.

Definition at line 482 of file ZPlainASA7.pas.

Definition at line 508 of file ZPlainASA7.pas.

Definition at line 506 of file ZPlainASA7.pas.

Definition at line 526 of file ZPlainASA7.pas.

Definition at line 512 of file ZPlainASA7.pas.

Definition at line 486 of file ZPlainASA7.pas.

Definition at line 476 of file ZPlainASA7.pas.

Definition at line 522 of file ZPlainASA7.pas.

Definition at line 502 of file ZPlainASA7.pas.

Definition at line 474 of file ZPlainASA7.pas.

Definition at line 470 of file ZPlainASA7.pas.

Definition at line 472 of file ZPlainASA7.pas.

Definition at line 466 of file ZPlainASA7.pas.

Definition at line 468 of file ZPlainASA7.pas.

Definition at line 532 of file ZPlainASA7.pas.

const LINUX_DLL_LOCATION = "libdblib7.so"

Definition at line 59 of file ZPlainASA7.pas.

Definition at line 439 of file ZPlainASA7.pas.

const WINDOWS_DLL_LOCATION = "DBLIB7.DLL"

Definition at line 58 of file ZPlainASA7.pas.


Generated on Wed Dec 30 08:42:42 2009 for zeoslib by  doxygen 1.5.7.1