Home
last modified time | relevance | path

Searched refs:SQL_C_BINARY (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx520 SQL_C_BINARY, in getBytesValue()
894 case SQL_BINARY: fCType = SQL_C_BINARY; in getBindTypes()
897 fCType = SQL_C_BINARY; in getBindTypes()
899 case SQL_LONGVARBINARY: fCType = SQL_C_BINARY; in getBindTypes()
937 default: fCType = SQL_C_BINARY; in getBindTypes()
H A DODatabaseMetaDataResultSet.cxx254 …= OTools::getStringValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_BINARY,m_bWasNull,**th… in getBytes()
258 …return OTools::getBytesValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_BINARY,m_bWasNull,… in getBytes()
H A DOPreparedStatement.cxx874 Ctype = SQL_C_BINARY; in setStream()
H A DOResultSet.cxx482 …Value(m_pStatement->getOwnConnection(),m_aStatementHandle,columnIndex,SQL_C_BINARY,m_bWasNull,**th… in getBytes()
/trunk/main/unixODBC/inc/
H A Dsqlext.h245 #define SQL_C_BINARY SQL_BINARY macro
280 #define SQL_C_VARBOOKMARK SQL_C_BINARY

Completed in 65 milliseconds