VisualIB
1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
|
VIB | |
Database | VIB::Database wraps the VisualIB VIBDatabase C structure to provide a C++11 object with semantics compatible with those of Borland TIBDatabase |
DBParamClass | Class implementing the DBParamByDPB property, which reimplements the AnsiString DBParamByDPB[int Idx] property of TIBDatabase |
ParamClass | Class implementing the Params property, which reimplements the TStrings *Params property of TIBDatabase |
DataSet | VIB::DataSet wraps the VisualIB VIBDataSet C structure to provide a C++11 object with semantics compatible with those of Borland TIBDataSet |
FieldByNameClass | Class for VIB::DataSet::FieldByName method's return value |
FieldClass | Fields property wrapper object |
FieldProp | Intermediary for array-style access to fields, equivalent to the Borland TFields::Fields array |
FieldsClass | Top-level Fields property wrapper class, equivalent to Borland TFields object |
SelectSQLClass | Property implementation class for the SelectSQL property |
Error | Error is the root class for all VIB exceptions |
IBError | IBError is thrown when InterBase errors occur |
SQL | VIB::SQL wraps the VisualIB VIBSQL C structure with a C++11 object with semantics compatible with those of Borland TIBSQL |
ParamClass | Wrapper for a single Param object |
ParamsSetClass | Wrapper class for Params property Reimplements Borland TIBXSQLDA |
SQLClass | Wrapper class for the SQL property |
Transaction | VIB::Transaction wraps the VisualIB VIBTransaction structure with a C++11 object which emulates the semantics of Borland TIBTransaction |
DatabasesClass | Property implementation class for the Databases property |
ParamClass | Property implementation class for parameters |
Property | Property implements Borland Delphi-style properties using standard C++11 mechanisms |
ArrayProperty | ArrayProperty extends Property with an array access operator, for properties which behave like C arrays or collections |
VIBDatabase | Wrapper for TIBDatabase |
VIBDataSet | Wrapper for TIBDataSet |
VIBError | Tracking data for the last error to occur |
VIBSQL | Wrapper for a TIBSQL instance |
VIBString | Lightweight string object used to elide AnsiString return values |
VIBTransaction | Wrapper for a TIBTransaction |