Home
last modified time | relevance | path

Searched refs:SQL_C_LONG (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/unixODBC/inc/
H A Dsqlext.h232 #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)
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx884 case SQL_INTEGER: fCType = SQL_C_LONG; in getBindTypes()
H A DODatabaseMetaDataResultSet.cxx333 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_LONG,m_bWasNull,**this,&nVal,s… in getInt()
H A DOResultSet.cxx520 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_LONG,&nRet,sizeof nRet); in getInt()

Completed in 62 milliseconds