plain/ZPlainDbLibSybaseAse125.pas File Reference

Go to the source code of this file.

Classes

class  TZSybaseNativeLibraryLoader
 Implements a loader for Sybase native library. More...

Typedefs

typedef Integer(* DBERRHANDLE_PROC )(PDBPROCESS Proc, Integer Severity, Integer DbErr, Integer OsErr, PChar DbErrStr, PChar OsErrStr)
typedef Integer(* DBMSGHANDLE_PROC )(PDBPROCESS Proc, DBINT MsgNo, Integer MsgState, Integer Severity, PChar MsgText, PChar SrvName, PChar ProcName, DBUSMALLINT Line)
typedef RETCODE(* Tabort_xact )(PDBPROCESS Proc, DBINT CommId)
typedef DBINT(* Tbcp_batch )(PDBPROCESS Proc)
typedef RETCODE(* Tbcp_bind )(PDBPROCESS Proc, PByte VarAddr, Integer PrefixLen, DBINT VarLen, PByte Terminator, Integer TermLen, Integer Typ, Integer TableColumn)
typedef RETCODE(* Tbcp_colfmt )(PDBPROCESS Proc, Integer FileColumn, Byte FileType, Integer FilePrefixLen, DBINT FileColLen, PByte FileTerm, Integer FileTermLen, Integer TableColumn)
typedef RETCODE(* Tbcp_collen )(PDBPROCESS Proc, DBINT VarLen, Integer TableColumn)
typedef RETCODE(* Tbcp_colptr )(PDBPROCESS Proc, PByte ColPtr, Integer TableColumn)
typedef RETCODE(* Tbcp_columns )(PDBPROCESS Proc, Integer FileColCount)
typedef RETCODE(* Tbcp_control )(PDBPROCESS Proc, Integer Field, DBINT Value)
typedef DBINT(* Tbcp_done )(PDBPROCESS Proc)
typedef RETCODE(* Tbcp_exec )(PDBPROCESS Proc, PDBINT RowsCopied)
typedef RETCODE(* Tbcp_init )(PDBPROCESS Proc, PChar TableName, PChar hFile, PChar ErrFile, Integer Direction)
typedef RETCODE(* Tbcp_moretext )(PDBPROCESS Proc, DBINT Size, PByte Text)
typedef RETCODE(* Tbcp_readfmt )(PDBPROCESS Proc, PChar FileName)
typedef RETCODE(* Tbcp_sendrow )(PDBPROCESS Proc)
typedef RETCODE(* Tbcp_writefmt )(PDBPROCESS Proc, PChar FileName)
typedef void(* Tbuild_xact_string )(PChar XActName, PChar Service, DBINT CommId, PChar Result)
typedef void(* Tclose_commit )(PDBPROCESS Proc)
typedef RETCODE(* Tcommit_xact )(PDBPROCESS Proc, DBINT CommId)
typedef DBBOOL(* Tdb12hour )(PDBPROCESS Proc, PChar Language)
typedef PByte(* Tdbadata )(PDBPROCESS Proc, Integer ComputeId, Integer Column)
typedef DBINT(* Tdbadlen )(PDBPROCESS Proc, Integer ComputeId, Integer Column)
typedef RETCODE(* Tdbaltbind )(PDBPROCESS Proc, Integer ComputeId, Integer Column, Integer VarType, DBINT VarLen, PByte VarAddr)
typedef Integer(* Tdbaltcolid )(PDBPROCESS Proc, Integer ComputeId, Integer Column)
typedef DBINT(* Tdbaltlen )(PDBPROCESS Proc, Integer ComputeId, Integer Column)
typedef Integer(* Tdbaltop )(PDBPROCESS Proc, Integer ComputeId, Integer Column)
typedef Integer(* Tdbalttype )(PDBPROCESS Proc, Integer ComputeId, Integer Column)
typedef DBINT(* Tdbaltutype )(PDBPROCESS Proc, Integer ComputeId, Integer Column)
typedef RETCODE(* Tdbanullbind )(PDBPROCESS Proc, Integer ComputeId, Integer Column, PDBINT Indicator)
typedef RETCODE(* Tdbbind )(PDBPROCESS Proc, Integer Column, Integer VarType, Integer VarLen, PByte VarAddr)
typedef PByte(* Tdbbylist )(PDBPROCESS Proc, Integer ComputeId, PInteger Size)
typedef RETCODE(* Tdbcancel )(PDBPROCESS Proc)
typedef RETCODE(* Tdbcanquery )(PDBPROCESS Proc)
typedef PChar(* Tdbchange )(PDBPROCESS Proc)
typedef RETCODE(* Tdbclose )(PDBPROCESS Proc)
typedef void(* Tdbclrbuf )(PDBPROCESS Proc, DBINT N)
typedef RETCODE(* Tdbclropt )(PDBPROCESS Proc, Integer Option, PChar Param)
typedef RETCODE(* Tdbcmd )(PDBPROCESS Proc, PChar Cmd)
typedef RETCODE(* Tdbcmdrow )(PDBPROCESS Proc)
typedef LongBool(* Tdbcolbrowse )(PDBPROCESS Proc, Integer Column)
typedef DBINT(* Tdbcollen )(PDBPROCESS Proc, Integer Column)
typedef PChar(* Tdbcolname )(PDBPROCESS Proc, Integer Column)
typedef PChar(* Tdbcolsource )(PDBPROCESS Proc, Integer Column)
typedef Integer(* Tdbcoltype )(PDBPROCESS Proc, Integer Column)
typedef DBINT(* Tdbcolutype )(PDBPROCESS Proc, Integer Column)
typedef Integer(* Tdbconvert )(PDBPROCESS Proc, Integer SrcType, PByte Src, DBINT SrcLen, Integer DestType, PByte Dest, DBINT DestLen)
typedef Integer(* Tdbcount )(PDBPROCESS Proc)
typedef Integer(* Tdbcurcmd )(PDBPROCESS Proc)
typedef DBINT(* Tdbcurrow )(PDBPROCESS Proc)
typedef RETCODE(* Tdbcursor )(PDBCURSOR hCursor, Integer OpType, Integer Row, PChar Table, PChar Values)
typedef RETCODE(* Tdbcursorbind )(PDBCURSOR hCursor, Integer Col, Integer VarType, DBINT VarLen, PDBINT POutLen, PByte VarAddr)
typedef RETCODE(* Tdbcursorclose )(PDBHANDLE DbHandle)
typedef RETCODE(* Tdbcursorcolinfo )(PDBCURSOR hCursor, Integer Column, PChar ColName, PInteger ColType, PDBINT ColLen, PInteger UserType)
typedef RETCODE(* Tdbcursorfetch )(PDBCURSOR hCursor, Integer FetchType, Integer RowNum)
typedef RETCODE(* Tdbcursorinfo )(PDBCURSOR hCursor, PInteger nCols, PDBINT nRows)
typedef PDBCURSOR(* Tdbcursoropen )(PDBPROCESS Proc, PChar Sql, Integer ScrollOpt, Integer ConCurOpt, Cardinal nRows, PDBINT PStatus)
typedef PByte(* Tdbdata )(PDBPROCESS Proc, Integer Column)
typedef RETCODE(* Tdbdatecrack )(PDBPROCESS Proc, PDBDATEREC DateInfo, PDBDATETIME DateType)
typedef Integer(* Tdbdatlen )(PDBPROCESS Proc, Integer Column)
typedef LongBool(* Tdbdead )(PDBPROCESS Proc)
typedef DBERRHANDLE_PROC(* Tdberrhandle )(DBERRHANDLE_PROC Handler)
typedef void(* Tdbexit )()
typedef RETCODE(* Tdbfcmd )(PDBPROCESS Proc, PChar CmdString,&Params)
typedef DBINT(* Tdbfirstrow )(PDBPROCESS &Proc)
typedef void(* Tdbfreebuf )(PDBPROCESS Proc)
typedef void(* Tdbfreequal )(PChar Ptr)
typedef PChar(* Tdbgetchar )(PDBPROCESS Proc, Integer N)
typedef SmallInt(* Tdbgetmaxprocs )()
typedef Integer(* Tdbgetoff )(PDBPROCESS Proc, DBUSMALLINT OffType, Integer StartFrom)
typedef Cardinal(* Tdbgetpacket )(PDBPROCESS Proc)
typedef STATUS(* Tdbgetrow )(PDBPROCESS Proc, DBINT Row)
typedef Pointer(* Tdbgetuserdata )(PDBPROCESS Proc)
typedef LongBool(* Tdbhasretstat )(PDBPROCESS Proc)
typedef RETCODE(* Tdbinit )()
typedef LongBool(* Tdbisavail )(PDBPROCESS Proc)
typedef LongBool(* Tdbisopt )(PDBPROCESS Proc, Integer Option, PChar Param)
typedef DBINT(* Tdblastrow )(PDBPROCESS Proc)
typedef PLOGINREC(* Tdblogin )()
typedef void(* Tdbloginfree )(PLOGINREC Login)
typedef RETCODE(* Tdbmorecmds )(PDBPROCESS Proc)
typedef RETCODE(* Tdbmoretext )(PDBPROCESS Proc, DBINT Size, PByte Text)
typedef DBMSGHANDLE_PROC(* Tdbmsghandle )(DBMSGHANDLE_PROC Handler)
typedef PChar(* Tdbname )(PDBPROCESS Proc)
typedef STATUS(* Tdbnextrow )(PDBPROCESS Proc)
typedef RETCODE(* Tdbnullbind )(PDBPROCESS Proc, Integer Column, PDBINT Indicator)
typedef Integer(* Tdbnumalts )(PDBPROCESS Proc, Integer ComputeId)
typedef Integer(* Tdbnumcols )(PDBPROCESS Proc)
typedef Integer(* Tdbnumcompute )(PDBPROCESS Proc)
typedef Integer(* Tdbnumorders )(PDBPROCESS Proc)
typedef Integer(* Tdbnumrets )(PDBPROCESS Proc)
typedef PDBPROCESS(* Tdbopen )(PLOGINREC Login, PChar Host)
typedef Integer(* Tdbordercol )(PDBPROCESS Proc, Integer Order)
typedef void(* Tdbprhead )(PDBPROCESS Proc)
typedef RETCODE(* Tdbprrow )(PDBPROCESS Proc)
typedef PChar(* Tdbprtype )(Integer Token)
typedef PChar(* Tdbqual )(PDBPROCESS Proc, Integer TabNum, PChar TabName)
typedef DBINT(* Tdbreadtext )(PDBPROCESS Proc, Pointer Buf, DBINT BufSize)
typedef RETCODE(* Tdbresults )(PDBPROCESS Proc)
typedef PByte(* Tdbretdata )(PDBPROCESS Proc, Integer RetNum)
typedef DBINT(* Tdbretlen )(PDBPROCESS Proc, Integer RetNum)
typedef PChar(* Tdbretname )(PDBPROCESS Proc, Integer RetNum)
typedef DBINT(* Tdbretstatus )(PDBPROCESS Proc)
typedef Integer(* Tdbrettype )(PDBPROCESS Proc, Integer RetNum)
typedef RETCODE(* Tdbrows )(PDBPROCESS Proc)
typedef STATUS(* Tdbrowtype )(PDBPROCESS Proc)
 !!
typedef RETCODE(* Tdbrpcinit )(PDBPROCESS Proc, PChar ProcName, DBSMALLINT Options)
typedef RETCODE(* Tdbrpcparam )(PDBPROCESS Proc, PChar ParamName, Byte Status, Integer Typ, DBINT MaxLen, DBINT DataLen, PByte Value)
 !!
typedef RETCODE(* Tdbrpcsend )(PDBPROCESS Proc)
typedef void(* Tdbrpwclr )(PLOGINREC Login)
typedef void(* Tdbsetavail )(PDBPROCESS Proc)
typedef RETCODE(* Tdbsetlname )(PLOGINREC Login, PChar Value, Integer Item)
typedef RETCODE(* Tdbsetlogintime )(Integer Seconds)
typedef RETCODE(* Tdbsetmaxprocs )(SmallInt MaxProcs)
typedef RETCODE(* Tdbsetnull )(PDBPROCESS Proc, Integer BindType, Integer BindLen, PByte BindVal)
typedef RETCODE(* Tdbsetopt )(PDBPROCESS Proc, Integer Option, PChar CharParam, Integer IntParam)
typedef RETCODE(* Tdbsettime )(Integer Seconds)
typedef void(* Tdbsetuserdata )(PDBPROCESS Proc, Pointer Ptr)
typedef RETCODE(* Tdbsqlexec )(PDBPROCESS Proc)
typedef RETCODE(* Tdbsqlok )(PDBPROCESS Proc)
typedef RETCODE(* Tdbsqlsend )(PDBPROCESS Proc)
typedef RETCODE(* Tdbstrcpy )(PDBPROCESS Proc, Integer Start, Integer NumBytes, PChar Dest)
typedef Integer(* Tdbstrlen )(PDBPROCESS Proc)
typedef LongBool(* Tdbtabbrowse )(PDBPROCESS Proc, Integer TabNum)
typedef Integer(* Tdbtabcount )(PDBPROCESS Proc)
typedef PChar(* Tdbtabname )(PDBPROCESS Proc, Integer Table)
typedef PChar(* Tdbtabsource )(PDBPROCESS Proc, Integer Column, PInteger TabNum)
typedef Integer(* Tdbtsnewlen )(PDBPROCESS Proc)
typedef PDBBINARY(* Tdbtsnewval )(PDBPROCESS Proc)
typedef RETCODE(* Tdbtsput )(PDBPROCESS Proc, PDBBINARY NewTs, Integer NewTsName, Integer TabNum, PChar TableName)
typedef PDBBINARY(* Tdbtxptr )(PDBPROCESS Proc, Integer Column)
typedef PDBBINARY(* Tdbtxtimestamp )(PDBPROCESS Proc, Integer Column)
typedef PDBBINARY(* Tdbtxtsnewval )(PDBPROCESS Proc)
typedef RETCODE(* Tdbtxtsput )(PDBPROCESS Proc, PDBBINARY NewTxts, Integer Column)
typedef RETCODE(* Tdbuse )(PDBPROCESS Proc, PChar DbName)
typedef LongBool(* Tdbvarylen )(PDBPROCESS Proc, Integer Column)
typedef LongBool(* Tdbwillconvert )(Integer SrcType, Integer DestType)
typedef RETCODE(* Tdbwritetext )(PDBPROCESS Proc, PChar ObjName, PDBBINARY TextPtr, DBTINYINT TextPtrLen, PDBBINARY Timestamp, LongBool Log, DBINT Size, PByte Text)
typedef PDBPROCESS(* Topen_commit )(PLOGINREC Login, PChar ServerName)
typedef RETCODE(* Tremove_xact )(PDBPROCESS Proc, DBINT CommId, Integer SiteCount)
typedef RETCODE(* Tscan_xact )(PDBPROCESS Proc, DBINT CommId)
typedef DBINT(* Tstart_xact )(PDBPROCESS Proc, PChar AppName, PChar XActName, Integer SiteCount)
typedef Integer(* Tstat_xact )(PDBPROCESS Proc, DBINT CommId)

Functions

finalization if Assigned (LibraryLoader) then LibraryLoader.Free
DBINT dbrbuf (PDBPROCESS Proc)
RETCODE DBSETLAPP (PLOGINREC Login, PChar AppName)
RETCODE DBSETLCHARSET (PLOGINREC Login, PChar Charset)
RETCODE DBSETLHOST (PLOGINREC Login, PChar ClientHost)
RETCODE DBSETLNATLANG (PLOGINREC Login, PChar Lang)
RETCODE DBSETLPWD (PLOGINREC Login, PChar Passwd)
RETCODE DBSETLUSER (PLOGINREC Login, PChar UserName)
SybaseMessages Delete (0)
while SybaseErrors Count do begin Dispose (SybaseErrors.Items[0])
while SybaseMessages Count do begin Dispose (SybaseMessages.Items[0])
Integer MessageHandle (PDBPROCESS Proc, DBINT MsgNo, Integer MsgState, Integer Severity, PChar MsgText, PChar SrvName, PChar ProcName, DBUSMALLINT Line)

Variables

SybaseErrors __pad0__
SybaseMessages __pad1__
LibraryLoader __pad2__
SybaseMessages __pad3__
SybaseErrors __pad4__
const Tabort_xact abort_xact
const Tbcp_batch bcp_batch
const Tbcp_bind bcp_bind
const Tbcp_colfmt bcp_colfmt
const Tbcp_collen bcp_collen
const Tbcp_colptr bcp_colptr
const Tbcp_columns bcp_columns
const Tbcp_control bcp_control
const Tbcp_done bcp_done
const Tbcp_exec bcp_exec
const Tbcp_init bcp_init
const Tbcp_moretext bcp_moretext
const Tbcp_readfmt bcp_readfmt
const Tbcp_sendrow bcp_sendrow
const Tbcp_writefmt bcp_writefmt
const Tbuild_xact_string build_xact_string
const Tclose_commit close_commit
const Tcommit_xact commit_xact
const Tdb12hour db12hour
const Tdbadata dbadata
const Tdbadlen dbadlen
const Tdbaltbind dbaltbind
const Tdbaltcolid dbaltcolid
const Tdbaltlen dbaltlen
const Tdbaltop dbaltop
const Tdbalttype dbalttype
const Tdbaltutype dbaltutype
const Tdbanullbind dbanullbind
const Tdbbind dbbind
const Tdbbylist dbbylist
const Tdbcancel dbcancel
const Tdbcanquery dbcanquery
const Tdbchange dbchange
const Tdbclose dbclose
const Tdbclrbuf dbclrbuf
const Tdbclropt dbclropt
const Tdbcmd dbcmd
const Tdbcmdrow dbcmdrow
const Tdbcolbrowse dbcolbrowse
const Tdbcollen dbcollen
const Tdbcolname dbcolname
const Tdbcolsource dbcolsource
const Tdbcoltype dbcoltype
const Tdbcolutype dbcolutype
const Tdbconvert dbconvert
const Tdbcount dbcount
const Tdbcurcmd dbcurcmd
const Tdbcurrow dbcurrow
const Tdbcursor dbcursor
const Tdbcursorbind dbcursorbind
const Tdbcursorclose dbcursorclose
const Tdbcursorcolinfo dbcursorcolinfo
const Tdbcursorfetch dbcursorfetch
const Tdbcursorinfo dbcursorinfo
const Tdbcursoropen dbcursoropen
const Tdbdata dbdata
const Tdbdatecrack dbdatecrack
const Tdbdatlen dbdatlen
const Tdbdead dbdead
const Tdberrhandle dberrhandle
const Tdbexit dbexit
const Tdbfcmd dbfcmd
const Tdbfirstrow dbfirstrow
const Tdbfreebuf dbfreebuf
const Tdbfreequal dbfreequal
const Tdbgetchar dbgetchar
const Tdbgetmaxprocs dbgetmaxprocs
const Tdbgetoff dbgetoff
const Tdbgetpacket dbgetpacket
const Tdbgetrow dbgetrow
const Tdbgetuserdata dbgetuserdata
const Tdbhasretstat dbhasretstat
const Tdbinit dbinit
const Tdbisavail dbisavail
const Tdbisopt dbisopt
const Tdblastrow dblastrow
const Tdblogin dblogin
const Tdbloginfree dbloginfree
const Tdbmorecmds dbmorecmds
const Tdbmoretext dbmoretext
const Tdbmsghandle dbmsghandle
const Tdbname dbname
const Tdbnextrow dbnextrow
const Tdbnullbind dbnullbind
const Tdbnumalts dbnumalts
const Tdbnumcols dbnumcols
const Tdbnumcompute dbnumcompute
const Tdbnumorders dbnumorders
const Tdbnumrets dbnumrets
const Tdbopen dbopen
const Tdbordercol dbordercol
const Tdbprhead dbprhead
const Tdbprrow dbprrow
const Tdbprtype dbprtype
const Tdbqual dbqual
const Tdbreadtext dbreadtext
const Tdbresults dbresults
const Tdbretdata dbretdata
const Tdbretlen dbretlen
const Tdbretname dbretname
const Tdbretstatus dbretstatus
const Tdbrettype dbrettype
const Tdbrows dbrows
const Tdbrowtype dbrowtype
const Tdbrpcinit dbrpcinit
const Tdbrpcparam dbrpcparam
const Tdbrpcsend dbrpcsend
const Tdbrpwclr dbrpwclr
const DBSETAPP = 5
const Tdbsetavail dbsetavail
const DBSETBCP = 6
const DBSETCHARSET = 10
const DBSETENCRYPT = 12
const DBSETHID = 4
const DBSETHIER = 9
const DBSETHOST = 1
const DBSETLABELED = 13
const DBSETLANG = 7
const Tdbsetlname dbsetlname
const Tdbsetlogintime dbsetlogintime
const Tdbsetmaxprocs dbsetmaxprocs
const DBSETNOSHORT = 8
const Tdbsetnull dbsetnull
const Tdbsetopt dbsetopt
const DBSETPACKET = 11
const DBSETPWD = 3
const Tdbsettime dbsettime
const DBSETUSER = 2
const Tdbsetuserdata dbsetuserdata
const Tdbsqlexec dbsqlexec
const Tdbsqlok dbsqlok
const Tdbsqlsend dbsqlsend
const Tdbstrcpy dbstrcpy
const Tdbstrlen dbstrlen
const Tdbtabbrowse dbtabbrowse
const Tdbtabcount dbtabcount
const Tdbtabname dbtabname
const Tdbtabsource dbtabsource
const Tdbtsnewlen dbtsnewlen
const Tdbtsnewval dbtsnewval
const Tdbtsput dbtsput
const Tdbtxptr dbtxptr
const Tdbtxtimestamp dbtxtimestamp
const Tdbtxtsnewval dbtxtsnewval
const Tdbtxtsput dbtxtsput
const Tdbuse dbuse
const Tdbvarylen dbvarylen
const Tdbwillconvert dbwillconvert
const Tdbwritetext dbwritetext
 end
if SybaseMessages nil then
begin SybaseMessages 
Free
const TZNativeLibraryLoader LibraryLoader
const LINUX_DLL_LOCATION = "libsybdb.so"
const Topen_commit open_commit
const Tremove_xact remove_xact
const Tscan_xact scan_xact
const Tstart_xact start_xact
const Tstat_xact stat_xact
const TList SybaseErrors
const TList SybaseMessages
const WINDOWS_DLL_LOCATION = "libsybdb.dll"


Typedef Documentation

typedef Integer(* DBERRHANDLE_PROC)(PDBPROCESS Proc, Integer Severity, Integer DbErr, Integer OsErr, PChar DbErrStr, PChar OsErrStr)

Definition at line 122 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* DBMSGHANDLE_PROC)(PDBPROCESS Proc, DBINT MsgNo, Integer MsgState, Integer Severity, PChar MsgText, PChar SrvName, PChar ProcName, DBUSMALLINT Line)

Definition at line 134 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tabort_xact)(PDBPROCESS Proc, DBINT CommId)

Definition at line 170 of file ZPlainDbLibSybaseAse125.pas.

typedef DBINT(* Tbcp_batch)(PDBPROCESS Proc)

Definition at line 240 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tbcp_bind)(PDBPROCESS Proc, PByte VarAddr, Integer PrefixLen, DBINT VarLen, PByte Terminator, Integer TermLen, Integer Typ, Integer TableColumn)

Definition at line 247 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tbcp_colfmt)(PDBPROCESS Proc, Integer FileColumn, Byte FileType, Integer FilePrefixLen, DBINT FileColLen, PByte FileTerm, Integer FileTermLen, Integer TableColumn)

Definition at line 260 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tbcp_collen)(PDBPROCESS Proc, DBINT VarLen, Integer TableColumn)

Definition at line 274 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tbcp_colptr)(PDBPROCESS Proc, PByte ColPtr, Integer TableColumn)

Definition at line 283 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tbcp_columns)(PDBPROCESS Proc, Integer FileColCount)

Definition at line 291 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tbcp_control)(PDBPROCESS Proc, Integer Field, DBINT Value)

Definition at line 299 of file ZPlainDbLibSybaseAse125.pas.

typedef DBINT(* Tbcp_done)(PDBPROCESS Proc)

Definition at line 307 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tbcp_exec)(PDBPROCESS Proc, PDBINT RowsCopied)

Definition at line 313 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tbcp_init)(PDBPROCESS Proc, PChar TableName, PChar hFile, PChar ErrFile, Integer Direction)

Definition at line 320 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tbcp_moretext)(PDBPROCESS Proc, DBINT Size, PByte Text)

Definition at line 331 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tbcp_readfmt)(PDBPROCESS Proc, PChar FileName)

Definition at line 339 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tbcp_sendrow)(PDBPROCESS Proc)

Definition at line 346 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tbcp_writefmt)(PDBPROCESS Proc, PChar FileName)

Definition at line 352 of file ZPlainDbLibSybaseAse125.pas.

typedef void(* Tbuild_xact_string)(PChar XActName, PChar Service, DBINT CommId, PChar Result)

Definition at line 177 of file ZPlainDbLibSybaseAse125.pas.

typedef void(* Tclose_commit)(PDBPROCESS Proc)

Definition at line 186 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tcommit_xact)(PDBPROCESS Proc, DBINT CommId)

Definition at line 192 of file ZPlainDbLibSybaseAse125.pas.

typedef DBBOOL(* Tdb12hour)(PDBPROCESS Proc, PChar Language)

Definition at line 148 of file ZPlainDbLibSybaseAse125.pas.

typedef PByte(* Tdbadata)(PDBPROCESS Proc, Integer ComputeId, Integer Column)

Definition at line 361 of file ZPlainDbLibSybaseAse125.pas.

typedef DBINT(* Tdbadlen)(PDBPROCESS Proc, Integer ComputeId, Integer Column)

Definition at line 369 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbaltbind)(PDBPROCESS Proc, Integer ComputeId, Integer Column, Integer VarType, DBINT VarLen, PByte VarAddr)

Definition at line 377 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbaltcolid)(PDBPROCESS Proc, Integer ComputeId, Integer Column)

Definition at line 388 of file ZPlainDbLibSybaseAse125.pas.

typedef DBINT(* Tdbaltlen)(PDBPROCESS Proc, Integer ComputeId, Integer Column)

Definition at line 396 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbaltop)(PDBPROCESS Proc, Integer ComputeId, Integer Column)

Definition at line 404 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbalttype)(PDBPROCESS Proc, Integer ComputeId, Integer Column)

Definition at line 412 of file ZPlainDbLibSybaseAse125.pas.

typedef DBINT(* Tdbaltutype)(PDBPROCESS Proc, Integer ComputeId, Integer Column)

Definition at line 420 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbanullbind)(PDBPROCESS Proc, Integer ComputeId, Integer Column, PDBINT Indicator)

Definition at line 428 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbbind)(PDBPROCESS Proc, Integer Column, Integer VarType, Integer VarLen, PByte VarAddr)

Definition at line 437 of file ZPlainDbLibSybaseAse125.pas.

typedef PByte(* Tdbbylist)(PDBPROCESS Proc, Integer ComputeId, PInteger Size)

Definition at line 448 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbcancel)(PDBPROCESS Proc)

Definition at line 456 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbcanquery)(PDBPROCESS Proc)

Definition at line 462 of file ZPlainDbLibSybaseAse125.pas.

typedef PChar(* Tdbchange)(PDBPROCESS Proc)

Definition at line 468 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbclose)(PDBPROCESS Proc)

Definition at line 474 of file ZPlainDbLibSybaseAse125.pas.

typedef void(* Tdbclrbuf)(PDBPROCESS Proc, DBINT N)

Definition at line 480 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbclropt)(PDBPROCESS Proc, Integer Option, PChar Param)

Definition at line 487 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbcmd)(PDBPROCESS Proc, PChar Cmd)

Definition at line 495 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbcmdrow)(PDBPROCESS Proc)

Definition at line 502 of file ZPlainDbLibSybaseAse125.pas.

typedef LongBool(* Tdbcolbrowse)(PDBPROCESS Proc, Integer Column)

Definition at line 508 of file ZPlainDbLibSybaseAse125.pas.

typedef DBINT(* Tdbcollen)(PDBPROCESS Proc, Integer Column)

Definition at line 515 of file ZPlainDbLibSybaseAse125.pas.

typedef PChar(* Tdbcolname)(PDBPROCESS Proc, Integer Column)

Definition at line 522 of file ZPlainDbLibSybaseAse125.pas.

typedef PChar(* Tdbcolsource)(PDBPROCESS Proc, Integer Column)

Definition at line 529 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbcoltype)(PDBPROCESS Proc, Integer Column)

Definition at line 537 of file ZPlainDbLibSybaseAse125.pas.

typedef DBINT(* Tdbcolutype)(PDBPROCESS Proc, Integer Column)

Definition at line 544 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbconvert)(PDBPROCESS Proc, Integer SrcType, PByte Src, DBINT SrcLen, Integer DestType, PByte Dest, DBINT DestLen)

Definition at line 551 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbcount)(PDBPROCESS Proc)

Definition at line 563 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbcurcmd)(PDBPROCESS Proc)

Definition at line 569 of file ZPlainDbLibSybaseAse125.pas.

typedef DBINT(* Tdbcurrow)(PDBPROCESS Proc)

Definition at line 575 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbcursor)(PDBCURSOR hCursor, Integer OpType, Integer Row, PChar Table, PChar Values)

Definition at line 582 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbcursorbind)(PDBCURSOR hCursor, Integer Col, Integer VarType, DBINT VarLen, PDBINT POutLen, PByte VarAddr)

Definition at line 592 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbcursorclose)(PDBHANDLE DbHandle)

Definition at line 603 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbcursorcolinfo)(PDBCURSOR hCursor, Integer Column, PChar ColName, PInteger ColType, PDBINT ColLen, PInteger UserType)

Definition at line 609 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbcursorfetch)(PDBCURSOR hCursor, Integer FetchType, Integer RowNum)

Definition at line 621 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbcursorinfo)(PDBCURSOR hCursor, PInteger nCols, PDBINT nRows)

Definition at line 630 of file ZPlainDbLibSybaseAse125.pas.

typedef PDBCURSOR(* Tdbcursoropen)(PDBPROCESS Proc, PChar Sql, Integer ScrollOpt, Integer ConCurOpt, Cardinal nRows, PDBINT PStatus)

Definition at line 638 of file ZPlainDbLibSybaseAse125.pas.

typedef PByte(* Tdbdata)(PDBPROCESS Proc, Integer Column)

Definition at line 649 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbdatecrack)(PDBPROCESS Proc, PDBDATEREC DateInfo, PDBDATETIME DateType)

Definition at line 656 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbdatlen)(PDBPROCESS Proc, Integer Column)

Definition at line 664 of file ZPlainDbLibSybaseAse125.pas.

typedef LongBool(* Tdbdead)(PDBPROCESS Proc)

Definition at line 671 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 156 of file ZPlainDbLibSybaseAse125.pas.

typedef void(* Tdbexit)()

Definition at line 677 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbfcmd)(PDBPROCESS Proc, PChar CmdString,&Params)

Definition at line 682 of file ZPlainDbLibSybaseAse125.pas.

typedef DBINT(* Tdbfirstrow)(PDBPROCESS &Proc)

Definition at line 690 of file ZPlainDbLibSybaseAse125.pas.

typedef void(* Tdbfreebuf)(PDBPROCESS Proc)

Definition at line 696 of file ZPlainDbLibSybaseAse125.pas.

typedef void(* Tdbfreequal)(PChar Ptr)

Definition at line 708 of file ZPlainDbLibSybaseAse125.pas.

typedef PChar(* Tdbgetchar)(PDBPROCESS Proc, Integer N)

Definition at line 714 of file ZPlainDbLibSybaseAse125.pas.

typedef SmallInt(* Tdbgetmaxprocs)()

Definition at line 721 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbgetoff)(PDBPROCESS Proc, DBUSMALLINT OffType, Integer StartFrom)

Definition at line 726 of file ZPlainDbLibSybaseAse125.pas.

typedef Cardinal(* Tdbgetpacket)(PDBPROCESS Proc)

Definition at line 734 of file ZPlainDbLibSybaseAse125.pas.

typedef STATUS(* Tdbgetrow)(PDBPROCESS Proc, DBINT Row)

Definition at line 740 of file ZPlainDbLibSybaseAse125.pas.

typedef Pointer(* Tdbgetuserdata)(PDBPROCESS Proc)

Definition at line 747 of file ZPlainDbLibSybaseAse125.pas.

typedef LongBool(* Tdbhasretstat)(PDBPROCESS Proc)

Definition at line 753 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbinit)()

Definition at line 759 of file ZPlainDbLibSybaseAse125.pas.

typedef LongBool(* Tdbisavail)(PDBPROCESS Proc)

Definition at line 764 of file ZPlainDbLibSybaseAse125.pas.

typedef LongBool(* Tdbisopt)(PDBPROCESS Proc, Integer Option, PChar Param)

Definition at line 770 of file ZPlainDbLibSybaseAse125.pas.

typedef DBINT(* Tdblastrow)(PDBPROCESS Proc)

Definition at line 778 of file ZPlainDbLibSybaseAse125.pas.

typedef PLOGINREC(* Tdblogin)()

Definition at line 784 of file ZPlainDbLibSybaseAse125.pas.

typedef void(* Tdbloginfree)(PLOGINREC Login)

Definition at line 702 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbmorecmds)(PDBPROCESS Proc)

Definition at line 789 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbmoretext)(PDBPROCESS Proc, DBINT Size, PByte Text)

Definition at line 795 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 162 of file ZPlainDbLibSybaseAse125.pas.

typedef PChar(* Tdbname)(PDBPROCESS Proc)

Definition at line 803 of file ZPlainDbLibSybaseAse125.pas.

typedef STATUS(* Tdbnextrow)(PDBPROCESS Proc)

Definition at line 809 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbnullbind)(PDBPROCESS Proc, Integer Column, PDBINT Indicator)

Definition at line 816 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbnumalts)(PDBPROCESS Proc, Integer ComputeId)

Definition at line 824 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbnumcols)(PDBPROCESS Proc)

Definition at line 831 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbnumcompute)(PDBPROCESS Proc)

Definition at line 837 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbnumorders)(PDBPROCESS Proc)

Definition at line 843 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbnumrets)(PDBPROCESS Proc)

Definition at line 849 of file ZPlainDbLibSybaseAse125.pas.

typedef PDBPROCESS(* Tdbopen)(PLOGINREC Login, PChar Host)

Definition at line 855 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbordercol)(PDBPROCESS Proc, Integer Order)

Definition at line 862 of file ZPlainDbLibSybaseAse125.pas.

typedef void(* Tdbprhead)(PDBPROCESS Proc)

Definition at line 869 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbprrow)(PDBPROCESS Proc)

Definition at line 875 of file ZPlainDbLibSybaseAse125.pas.

typedef PChar(* Tdbprtype)(Integer Token)

Definition at line 881 of file ZPlainDbLibSybaseAse125.pas.

typedef PChar(* Tdbqual)(PDBPROCESS Proc, Integer TabNum, PChar TabName)

Definition at line 887 of file ZPlainDbLibSybaseAse125.pas.

typedef DBINT(* Tdbreadtext)(PDBPROCESS Proc, Pointer Buf, DBINT BufSize)

Definition at line 895 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbresults)(PDBPROCESS Proc)

Definition at line 903 of file ZPlainDbLibSybaseAse125.pas.

typedef PByte(* Tdbretdata)(PDBPROCESS Proc, Integer RetNum)

Definition at line 909 of file ZPlainDbLibSybaseAse125.pas.

typedef DBINT(* Tdbretlen)(PDBPROCESS Proc, Integer RetNum)

Definition at line 916 of file ZPlainDbLibSybaseAse125.pas.

typedef PChar(* Tdbretname)(PDBPROCESS Proc, Integer RetNum)

Definition at line 923 of file ZPlainDbLibSybaseAse125.pas.

typedef DBINT(* Tdbretstatus)(PDBPROCESS Proc)

Definition at line 930 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbrettype)(PDBPROCESS Proc, Integer RetNum)

Definition at line 936 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbrows)(PDBPROCESS Proc)

Definition at line 943 of file ZPlainDbLibSybaseAse125.pas.

typedef STATUS(* Tdbrowtype)(PDBPROCESS Proc)

!!

Definition at line 949 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbrpcinit)(PDBPROCESS Proc, PChar ProcName, DBSMALLINT Options)

Definition at line 956 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbrpcparam)(PDBPROCESS Proc, PChar ParamName, Byte Status, Integer Typ, DBINT MaxLen, DBINT DataLen, PByte Value)

!!

Definition at line 964 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbrpcsend)(PDBPROCESS Proc)

Definition at line 976 of file ZPlainDbLibSybaseAse125.pas.

typedef void(* Tdbrpwclr)(PLOGINREC Login)

Definition at line 983 of file ZPlainDbLibSybaseAse125.pas.

typedef void(* Tdbsetavail)(PDBPROCESS Proc)

Definition at line 989 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbsetlname)(PLOGINREC Login, PChar Value, Integer Item)

Definition at line 1001 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbsetlogintime)(Integer Seconds)

Definition at line 1009 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbsetmaxprocs)(SmallInt MaxProcs)

Definition at line 995 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbsetnull)(PDBPROCESS Proc, Integer BindType, Integer BindLen, PByte BindVal)

Definition at line 1016 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbsetopt)(PDBPROCESS Proc, Integer Option, PChar CharParam, Integer IntParam)

Definition at line 1026 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbsettime)(Integer Seconds)

Definition at line 1035 of file ZPlainDbLibSybaseAse125.pas.

typedef void(* Tdbsetuserdata)(PDBPROCESS Proc, Pointer Ptr)

Definition at line 1041 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbsqlexec)(PDBPROCESS Proc)

Definition at line 1048 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbsqlok)(PDBPROCESS Proc)

Definition at line 1054 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbsqlsend)(PDBPROCESS Proc)

Definition at line 1060 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbstrcpy)(PDBPROCESS Proc, Integer Start, Integer NumBytes, PChar Dest)

Definition at line 1067 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbstrlen)(PDBPROCESS Proc)

Definition at line 1076 of file ZPlainDbLibSybaseAse125.pas.

typedef LongBool(* Tdbtabbrowse)(PDBPROCESS Proc, Integer TabNum)

Definition at line 1082 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbtabcount)(PDBPROCESS Proc)

Definition at line 1089 of file ZPlainDbLibSybaseAse125.pas.

typedef PChar(* Tdbtabname)(PDBPROCESS Proc, Integer Table)

Definition at line 1095 of file ZPlainDbLibSybaseAse125.pas.

typedef PChar(* Tdbtabsource)(PDBPROCESS Proc, Integer Column, PInteger TabNum)

Definition at line 1103 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tdbtsnewlen)(PDBPROCESS Proc)

Definition at line 1111 of file ZPlainDbLibSybaseAse125.pas.

typedef PDBBINARY(* Tdbtsnewval)(PDBPROCESS Proc)

Definition at line 1117 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbtsput)(PDBPROCESS Proc, PDBBINARY NewTs, Integer NewTsName, Integer TabNum, PChar TableName)

Definition at line 1123 of file ZPlainDbLibSybaseAse125.pas.

typedef PDBBINARY(* Tdbtxptr)(PDBPROCESS Proc, Integer Column)

Definition at line 1133 of file ZPlainDbLibSybaseAse125.pas.

typedef PDBBINARY(* Tdbtxtimestamp)(PDBPROCESS Proc, Integer Column)

Definition at line 1140 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1147 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbtxtsput)(PDBPROCESS Proc, PDBBINARY NewTxts, Integer Column)

Definition at line 1154 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbuse)(PDBPROCESS Proc, PChar DbName)

Definition at line 1162 of file ZPlainDbLibSybaseAse125.pas.

typedef LongBool(* Tdbvarylen)(PDBPROCESS Proc, Integer Column)

Definition at line 1169 of file ZPlainDbLibSybaseAse125.pas.

typedef LongBool(* Tdbwillconvert)(Integer SrcType, Integer DestType)

Definition at line 1176 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tdbwritetext)(PDBPROCESS Proc, PChar ObjName, PDBBINARY TextPtr, DBTINYINT TextPtrLen, PDBBINARY Timestamp, LongBool Log, DBINT Size, PByte Text)

Definition at line 1183 of file ZPlainDbLibSybaseAse125.pas.

typedef PDBPROCESS(* Topen_commit)(PLOGINREC Login, PChar ServerName)

Definition at line 199 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tremove_xact)(PDBPROCESS Proc, DBINT CommId, Integer SiteCount)

Definition at line 207 of file ZPlainDbLibSybaseAse125.pas.

typedef RETCODE(* Tscan_xact)(PDBPROCESS Proc, DBINT CommId)

Definition at line 215 of file ZPlainDbLibSybaseAse125.pas.

typedef DBINT(* Tstart_xact)(PDBPROCESS Proc, PChar AppName, PChar XActName, Integer SiteCount)

Definition at line 222 of file ZPlainDbLibSybaseAse125.pas.

typedef Integer(* Tstat_xact)(PDBPROCESS Proc, DBINT CommId)

Definition at line 231 of file ZPlainDbLibSybaseAse125.pas.


Function Documentation

finalization if Assigned ( LibraryLoader   ) 

DBINT dbrbuf ( PDBPROCESS  Proc  ) 

RETCODE DBSETLAPP ( PLOGINREC  Login,
PChar  AppName 
)

RETCODE DBSETLCHARSET ( PLOGINREC  Login,
PChar  Charset 
)

Definition at line 1649 of file ZPlainDbLibSybaseAse125.pas.

RETCODE DBSETLHOST ( PLOGINREC  Login,
PChar  ClientHost 
)

RETCODE DBSETLNATLANG ( PLOGINREC  Login,
PChar  Lang 
)

RETCODE DBSETLPWD ( PLOGINREC  Login,
PChar  Passwd 
)

RETCODE DBSETLUSER ( PLOGINREC  Login,
PChar  UserName 
)

SybaseErrors Delete (  ) 

while SybaseErrors Count do begin Dispose ( SybaseErrors.  Items[0]  ) 

while SybaseMessages Count do begin Dispose ( SybaseMessages.  Items[0]  ) 

Integer MessageHandle ( PDBPROCESS  Proc,
DBINT  MsgNo,
Integer  MsgState,
Integer  Severity,
PChar  MsgText,
PChar  SrvName,
PChar  ProcName,
DBUSMALLINT  Line 
)


Variable Documentation

Definition at line 1841 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1848 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1853 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1874 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1886 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1209 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1229 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1231 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1233 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1235 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1237 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1239 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1241 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1243 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1245 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1247 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1249 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1251 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1253 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1255 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1211 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1213 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1215 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1195 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1259 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1261 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1263 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1265 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1267 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1269 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1271 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1273 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1275 of file ZPlainDbLibSybaseAse125.pas.

const Tdbbind dbbind

Definition at line 1277 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1279 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1281 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1283 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1285 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1287 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1289 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1291 of file ZPlainDbLibSybaseAse125.pas.

const Tdbcmd dbcmd

Definition at line 1293 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1295 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1297 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1299 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1301 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1303 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1306 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1308 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1310 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1312 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1314 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1316 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1319 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1321 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1323 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1325 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1327 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1329 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1331 of file ZPlainDbLibSybaseAse125.pas.

const Tdbdata dbdata

Definition at line 1333 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1335 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1337 of file ZPlainDbLibSybaseAse125.pas.

const Tdbdead dbdead

Definition at line 1339 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1203 of file ZPlainDbLibSybaseAse125.pas.

const Tdbexit dbexit

Definition at line 1341 of file ZPlainDbLibSybaseAse125.pas.

const Tdbfcmd dbfcmd

Definition at line 1343 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1345 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1347 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1351 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1353 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1355 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1357 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1359 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1361 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1363 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1365 of file ZPlainDbLibSybaseAse125.pas.

const Tdbinit dbinit

Definition at line 1367 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1369 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1371 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1373 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1375 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1349 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1377 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1379 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1205 of file ZPlainDbLibSybaseAse125.pas.

const Tdbname dbname

Definition at line 1381 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1383 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1385 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1387 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1389 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1391 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1393 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1395 of file ZPlainDbLibSybaseAse125.pas.

const Tdbopen dbopen

Definition at line 1397 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1399 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1401 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1403 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1405 of file ZPlainDbLibSybaseAse125.pas.

const Tdbqual dbqual

Definition at line 1407 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1409 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1411 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1413 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1415 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1417 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1419 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1421 of file ZPlainDbLibSybaseAse125.pas.

const Tdbrows dbrows

Definition at line 1423 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1425 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1427 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1429 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1431 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1434 of file ZPlainDbLibSybaseAse125.pas.

const DBSETAPP = 5

Definition at line 71 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1436 of file ZPlainDbLibSybaseAse125.pas.

const DBSETBCP = 6

Definition at line 72 of file ZPlainDbLibSybaseAse125.pas.

const DBSETCHARSET = 10

Definition at line 76 of file ZPlainDbLibSybaseAse125.pas.

const DBSETENCRYPT = 12

Definition at line 78 of file ZPlainDbLibSybaseAse125.pas.

const DBSETHID = 4

Definition at line 70 of file ZPlainDbLibSybaseAse125.pas.

const DBSETHIER = 9

Definition at line 75 of file ZPlainDbLibSybaseAse125.pas.

const DBSETHOST = 1

Definition at line 67 of file ZPlainDbLibSybaseAse125.pas.

const DBSETLABELED = 13

Definition at line 79 of file ZPlainDbLibSybaseAse125.pas.

const DBSETLANG = 7

Definition at line 73 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1440 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1442 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1438 of file ZPlainDbLibSybaseAse125.pas.

const DBSETNOSHORT = 8

Definition at line 74 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1445 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1447 of file ZPlainDbLibSybaseAse125.pas.

const DBSETPACKET = 11

Definition at line 77 of file ZPlainDbLibSybaseAse125.pas.

const DBSETPWD = 3

Definition at line 69 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1449 of file ZPlainDbLibSybaseAse125.pas.

const DBSETUSER = 2

Definition at line 68 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1451 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1453 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1455 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1457 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1459 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1461 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1463 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1465 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1467 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1469 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1471 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1473 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1475 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1477 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1479 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1481 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1483 of file ZPlainDbLibSybaseAse125.pas.

const Tdbuse dbuse

Definition at line 1485 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1487 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1489 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1491 of file ZPlainDbLibSybaseAse125.pas.

end

Definition at line 1870 of file ZPlainDbLibSybaseAse125.pas.

if SybaseErrors nil then begin SybaseErrors Free

Definition at line 1873 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1510 of file ZPlainDbLibSybaseAse125.pas.

const LINUX_DLL_LOCATION = "libsybdb.so"

Definition at line 64 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1217 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1219 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1221 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1223 of file ZPlainDbLibSybaseAse125.pas.

Definition at line 1225 of file ZPlainDbLibSybaseAse125.pas.

const TList SybaseErrors

Definition at line 1512 of file ZPlainDbLibSybaseAse125.pas.

const TList SybaseMessages

Definition at line 1514 of file ZPlainDbLibSybaseAse125.pas.

const WINDOWS_DLL_LOCATION = "libsybdb.dll"

Definition at line 63 of file ZPlainDbLibSybaseAse125.pas.


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