Data Structures
Here are the data structures with brief descriptions:
 CIsaAPIBase class for all DBMS API wrappers
 CSABLobA subsidiary class to bind a SA_dtBLob parameter with SACommand << operator
 CSABytesA subsidiary class to bind a SA_dtBytes parameter with SACommand << operator
 CSACLobA subsidiary class to bind a SA_dtCLob parameter with SACommand << operator
 CSACommandDefines a specific command that you intend to execute against a data source
 CsaCommandHandlesBase class for DBMS specific command handle(s)
 CSAConnectionThe DBMS connection class. Represents an unique session with a data source
 CsaConnectionHandlesBase class for DBMS specific connection handle(s)
 CSADateTimeProvides support for manipulating date/time values
 CSAExceptionLibrary error exception class
 CSAFieldDefines a specific command result set field that you read the value
 CSAGlobalsGlobal SQLAPI++ settings class
 CSAIntervalThis is MySQL specific class that is used to represent MySQL TIME data type
 CSALongBinaryA subsidiary class to bind a SA_dtLongBinary parameter with SACommand << operator
 CSALongCharA subsidiary class to bind a SA_dtLongChar parameter with SACommand << operator
 CSALongOrLobA subsidiary class to bind a long or LOB parameter with SACommand << operator
 CSANullDefines a specific empty/NULL data class for SACommand << operator
 CSANumericProvides support for manipulating NUMERIC values
 CSAOptionsA subsidiary class to specify an object with options
 CSAParamDefines a specific command parameter that you assign and/or read the value
 CSAPIRepresents a database API. The point you have to start with
 CSAPosA subsidiary class to specify a parameter position for SACommand << operator
 CSAStringProvides support for manipulating character values
 CSAValueSubsidiary class
 CSAValueReadBase DBMS values storage class