Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Todo List

Class SQLDBC::SQLDBC_Connection
Check more parameters after connection (version).

Distribute the results of a COMMIT or ROLLBACK statment into dependent objects (for correct handling of PUTVAL commands).

Class SQLDBC::SQLDBC_PreparedStatement
binding parameter by name

Member SQLDBC::SQLDBC_PreparedStatement::bindParameter (const SQLDBC_UInt2 Index, const SQLDBC_HostType Type, void *paramAddr, SQLDBC_Length *LengthIndicator, const SQLDBC_Length Size, const SQLDBC_Bool Terminate=SQLDBC_TRUE)
Implement various error checks

Member SQLDBC::SQLDBC_PreparedStatement::bindParameterAddr (const SQLDBC_UInt2 Index, const SQLDBC_HostType Type, void *paramAddr, SQLDBC_Length *LengthIndicator, const SQLDBC_Length Size, const SQLDBC_Bool Terminate=SQLDBC_TRUE)
Implement various error checks

Member SQLDBC::SQLDBC_ResultSet::bindColumn (const SQLDBC_UInt4 Index, const SQLDBC_HostType Type, void *paramAddr, SQLDBC_Length *LengthIndicator, SQLDBC_Length *PositionIndicator, const SQLDBC_Length Size, const SQLDBC_Bool Terminate=SQLDBC_TRUE)
: Indicator handling and truncation handling

Member SQLDBC::SQLDBC_ResultSet::bindColumn (const SQLDBC_UInt4 Index, const SQLDBC_HostType Type, void *paramAddr, SQLDBC_Length *LengthIndicator, const SQLDBC_Length Size, const SQLDBC_Bool Terminate=SQLDBC_TRUE)
: Indicator handling and truncation handling

Member SQLDBC_Connection
Check more parameters after connection (version).

Distribute the results of a COMMIT or ROLLBACK statment into dependent objects (for correct handling of PUTVAL commands).

Member SQLDBC_PreparedStatement
binding parameter by name

Member SQLDBC_PreparedStatement_bindParameter (SQLDBC_PreparedStatement *hdl, const SQLDBC_UInt2 Index, const SQLDBC_HostType Type, void *paramAddr, SQLDBC_Length *LengthIndicator, const SQLDBC_Length Size, const SQLDBC_Bool Terminate)
Implement various error checks

Member SQLDBC_PreparedStatement_bindParameterAddr (SQLDBC_PreparedStatement *hdl, const SQLDBC_UInt2 Index, const SQLDBC_HostType Type, void *paramAddr, SQLDBC_Length *LengthIndicator, const SQLDBC_Length Size, const SQLDBC_Bool Terminate)
Implement various error checks

Member SQLDBC_PreparedStatement_getResultSetType (SQLDBC_PreparedStatement *hdl)
Implement this method

Member SQLDBC_PreparedStatement_setResultSetConcurrencyType (SQLDBC_PreparedStatement *hdl, SQLDBC_Statement_ConcurrencyType type)
Implement this method

Member SQLDBC_PreparedStatement_setResultSetType (SQLDBC_PreparedStatement *hdl, SQLDBC_Statement_ResultSetType type)
Implement this method

Member SQLDBC_ResultSet_bindColumn (SQLDBC_ResultSet *hdl, SQLDBC_UInt4 Index, SQLDBC_HostType Type, void *paramAddr, SQLDBC_Length *LengthIndicator, SQLDBC_Length Size, SQLDBC_Bool Terminate)
: Indicator handling and truncation handling

Member SQLDBC_ResultSet_bindColumnByPos (SQLDBC_ResultSet *hdl, SQLDBC_UInt4 Index, SQLDBC_HostType Type, void *paramAddr, SQLDBC_Length *LengthIndicator, SQLDBC_Length *PositionIndicator, SQLDBC_Length Size, SQLDBC_Bool Terminate)
: Indicator handling and truncation handling