Searched refs:SQL_C_BINARY (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/connectivity/source/drivers/odbcbase/ |
H A D | OTools.cxx | 520 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 D | ODatabaseMetaDataResultSet.cxx | 254 …= 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 D | OPreparedStatement.cxx | 874 Ctype = SQL_C_BINARY; in setStream()
|
H A D | OResultSet.cxx | 482 …Value(m_pStatement->getOwnConnection(),m_aStatementHandle,columnIndex,SQL_C_BINARY,m_bWasNull,**th… in getBytes()
|
/aoo42x/main/unixODBC/inc/ |
H A D | sqlext.h | 245 #define SQL_C_BINARY SQL_BINARY macro 280 #define SQL_C_VARBOOKMARK SQL_C_BINARY
|
Completed in 58 milliseconds