VisualIB
1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
|
VisualIB - InterBase wrapper for use in Visual Studio. More...
Go to the source code of this file.
Macros | |
#define | VIBFALSE 0 |
False value for VIBBOOL. | |
#define | VIBTRUE 1 |
True value for VIBBOOL. | |
Typedefs | |
typedef int | VIBBOOL |
Portable boolean type. | |
typedef int | VIBTraceFlags |
typedef int | VIBTransactionAction |
typedef int | VIBAutoStopAction |
typedef int | VIBSQLTypes |
typedef int | VIBFieldType |
typedef int | VIBFieldKind |
VisualIB - InterBase wrapper for use in Visual Studio.
Types suitable for inclusion into C code and across compiler boundaries.
We explicitly do not rely on any of the following:
enum VIBAutoStopAction_e |
AutoStop actions for VIBTransaction.
Undocumented by Borland, so, you are on your own using this.
enum VIBFieldKind_e |
TField Kinds, for VIBDataSet::FieldKind.
enum VIBFieldType_e |
TField Data Types, for VIBDataSet::DataType.
enum VIBSQLTypes_e |
SQL query types as used by VIBSQL.
Determines the type of query to be executed
enum VIBTraceFlag |
Trace flags as used by VIBDatabase.
Use to specify which database operations the SQL Monitor should track in an application at runtime. Provided for performance tuning and SQL debugging when working with remote SQL databases.
Actions for VIBTransaction.
Specifies what action a transaction should take upon timing out.