Searched refs:SQL_C_LONG (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/unixODBC/inc/ |
H A D | sqlext.h | 232 #define SQL_C_LONG SQL_INTEGER macro 248 #define SQL_C_SLONG (SQL_C_LONG+SQL_SIGNED_OFFSET) 251 #define SQL_C_ULONG (SQL_C_LONG+SQL_UNSIGNED_OFFSET)
|
/aoo4110/main/connectivity/source/drivers/odbcbase/ |
H A D | OTools.cxx | 884 case SQL_INTEGER: fCType = SQL_C_LONG; in getBindTypes()
|
H A D | ODatabaseMetaDataResultSet.cxx | 333 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_LONG,m_bWasNull,**this,&nVal,s… in getInt()
|
H A D | OResultSet.cxx | 520 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_LONG,&nRet,sizeof nRet); in getInt()
|
Completed in 39 milliseconds