FDO API Reference Feature Data Objects

virtual FDO_API FdoInt16 FdoISQLDataReader::GetInt16 FdoString columnName  )  [pure virtual]
 

Gets the signed 16-bit integer value of the specified column. No conversion is performed, thus the column must be FdoDataType_Int16 or an exception is thrown.

Parameters:
columnName Input the column name.
Returns:
Returns the FdoInt16 value.

Comments or suggestions? Send us feedback.