Show: Delphi C++
Display Preferences

IBSQL

From XE2 API Documentation
Jump to: navigation, search


Contents

Classes

TIBBatchTIBBatch is the abstract base class for the TIBBatchInput and TIBBatchOutput objects.
TIBBatchInputTIBBatchInput is the abstract class for performing all batch input.
TIBBatchOutputTIBBatchOutput is the abstract class for performing all batch output.
TIBInputDelimitedFileTIBInputDelimitedFile performs batch input of data from delimited files.
TIBInputRawFileTIBInputRawFile inputs data from a raw file.
TIBOutputDelimitedFileTIBOutputDelimitedFile performs batch output of data to delimited files.
TIBOutputRawFileTIBOutputRawFile outputs data to a raw file format.
TIBOutputXML
TIBSQLTIBSQL provides an object for executing an InterBase SQL statement with minimal overhead.
TIBXSQLDATIBXSQLDA provides properties and methods for use with the IBSQL component.
TIBXSQLVARTIBXSQLVAR provides properties and methods for use with the IBSQL component.
TSQLVAR
TSQLVAR_V1
TSQLVAR_V2

Routines

OutputXML

Types

SHIFT_JIS
TIBSQLTypesTIBSQLTypes indicates the type of an SQL query against an InterBase database.
TIBXMLFlag
TIBXMLFlags
TIBXSQLVARArray
UNICODE_FSSString

Variables

TIBXSQLVARArray

Constants

SQLCommitSQLCommit: TIBSQLTypes = SQLCommit;
SQLDDLSQLDDL: TIBSQLTypes = SQLDDL;
SQLDeleteSQLDelete: TIBSQLTypes = SQLDelete;
SQLExecProcedureSQLExecProcedure: TIBSQLTypes = SQLExecProcedure;
SQLGetSegmentSQLGetSegment: TIBSQLTypes = SQLGetSegment;
SQLInsertSQLInsert: TIBSQLTypes = SQLInsert;
SQLPutSegmentSQLPutSegment: TIBSQLTypes = SQLPutSegment;
SQLRollbackSQLRollback: TIBSQLTypes = SQLRollback;
SQLSelectSQLSelect: TIBSQLTypes = SQLSelect;
SQLSelectForUpdateSQLSelectForUpdate: TIBSQLTypes = SQLSelectForUpdate;
SQLSetGeneratorSQLSetGenerator: TIBSQLTypes = SQLSetGenerator;
SQLStartTransactionSQLStartTransaction: TIBSQLTypes = SQLStartTransaction;
SQLUnknownSQLUnknown: TIBSQLTypes = SQLUnknown;
SQLUpdateSQLUpdate: TIBSQLTypes = SQLUpdate;
xmlAttributexmlAttribute: TIBXMLFlag = xmlAttribute;
xmlDisplayNullxmlDisplayNull: TIBXMLFlag = xmlDisplayNull;
xmlNoHeaderxmlNoHeader: TIBXMLFlag = xmlNoHeader;


Personal tools
Previous Versions
Translations