Show: Delphi
C++
Display Preferences
IBSQL
From XE2 API Documentation
Contents |
Classes
| TIBBatch | TIBBatch is the abstract base class for the TIBBatchInput and TIBBatchOutput objects. |
| TIBBatchInput | TIBBatchInput is the abstract class for performing all batch input. |
| TIBBatchOutput | TIBBatchOutput is the abstract class for performing all batch output. |
| TIBInputDelimitedFile | TIBInputDelimitedFile performs batch input of data from delimited files. |
| TIBInputRawFile | TIBInputRawFile inputs data from a raw file. |
| TIBOutputDelimitedFile | TIBOutputDelimitedFile performs batch output of data to delimited files. |
| TIBOutputRawFile | TIBOutputRawFile outputs data to a raw file format. |
| TIBOutputXML | |
| TIBSQL | TIBSQL provides an object for executing an InterBase SQL statement with minimal overhead. |
| TIBXSQLDA | TIBXSQLDA provides properties and methods for use with the IBSQL component. |
| TIBXSQLVAR | TIBXSQLVAR provides properties and methods for use with the IBSQL component. |
| TSQLVAR | |
| TSQLVAR_V1 | |
| TSQLVAR_V2 |
Routines
| OutputXML |
Types
| SHIFT_JIS | |
| TIBSQLTypes | TIBSQLTypes indicates the type of an SQL query against an InterBase database. |
| TIBXMLFlag | |
| TIBXMLFlags | |
| TIBXSQLVARArray | |
| UNICODE_FSSString |
Variables
| TIBXSQLVARArray |
Constants
| SQLCommit | SQLCommit: TIBSQLTypes = SQLCommit; |
| SQLDDL | SQLDDL: TIBSQLTypes = SQLDDL; |
| SQLDelete | SQLDelete: TIBSQLTypes = SQLDelete; |
| SQLExecProcedure | SQLExecProcedure: TIBSQLTypes = SQLExecProcedure; |
| SQLGetSegment | SQLGetSegment: TIBSQLTypes = SQLGetSegment; |
| SQLInsert | SQLInsert: TIBSQLTypes = SQLInsert; |
| SQLPutSegment | SQLPutSegment: TIBSQLTypes = SQLPutSegment; |
| SQLRollback | SQLRollback: TIBSQLTypes = SQLRollback; |
| SQLSelect | SQLSelect: TIBSQLTypes = SQLSelect; |
| SQLSelectForUpdate | SQLSelectForUpdate: TIBSQLTypes = SQLSelectForUpdate; |
| SQLSetGenerator | SQLSetGenerator: TIBSQLTypes = SQLSetGenerator; |
| SQLStartTransaction | SQLStartTransaction: TIBSQLTypes = SQLStartTransaction; |
| SQLUnknown | SQLUnknown: TIBSQLTypes = SQLUnknown; |
| SQLUpdate | SQLUpdate: TIBSQLTypes = SQLUpdate; |
| xmlAttribute | xmlAttribute: TIBXMLFlag = xmlAttribute; |
| xmlDisplayNull | xmlDisplayNull: TIBXMLFlag = xmlDisplayNull; |
| xmlNoHeader | xmlNoHeader: TIBXMLFlag = xmlNoHeader; |