class ODBCStatement ODBCHandle { h; handle; type; }
This class allocates a statement handle. It corresponds to using the value SQL_HANDLE_STMT for the HandleType of the SQLAllocHandle function.
These functions are identical to the corresponding C or C++ functions, as noted.
corresponds to SQLCancel.
corresponds to SQLCloseCursor.
corresponds to SQLColumns.
corresponds to SQLExecDirect.
corresponds to SQLExecute.
corresponds to SQLFetch.
corresponds to SQLFetchScroll.
corresponds to SQLFreeStmt.
corresponds to SQLGetData.
corresponds to SQLPrepare.
corresponds to SQLPrimaryKeys.
corresponds to SQLRowCount.
corresponds to SQLTables.
(The following functions are inherited from: ODBCHandle)
corresponds to SQLGetDiagRec.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.