Searched refs:_aStatementHandle (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/connectivity/source/drivers/odbcbase/ |
| H A D | OTools.cxx | 46 SQLHANDLE _aStatementHandle, in getValue() argument 57 … (*(T3SQLGetData)_pConnection->getOdbcFunction(ODBC3SQLGetData))(_aStatementHandle, in getValue() 63 _aStatementHandle,SQL_HANDLE_STMT,_xInterface,sal_False); in getValue() 250 SQLHANDLE _aStatementHandle, in bindValue() argument 276 … nRetcode = (*(T3SQLBindCol)_pConnection->getOdbcFunction(ODBC3SQLBindCol))(_aStatementHandle, in bindValue() 397 … nRetcode = (*(T3SQLBindCol)_pConnection->getOdbcFunction(ODBC3SQLBindCol))(_aStatementHandle, in bindValue() 406 OTools::ThrowException(_pConnection,nRetcode,_aStatementHandle,SQL_HANDLE_STMT,_xInterface); in bindValue() 471 SQLHANDLE _aStatementHandle, in getBytesValue() argument 484 …ion(_pConnection,(*(T3SQLGetData)_pConnection->getOdbcFunction(ODBC3SQLGetData))(_aStatementHandle, in getBytesValue() 490 _aStatementHandle,SQL_HANDLE_STMT,_xInterface); in getBytesValue() [all …]
|
| H A D | OResultSetMetaData.cxx | 87 ,SQLHANDLE _aStatementHandle in getNumColAttrib() argument 93 …ection,(*(T3SQLColAttribute)_pConnection->getOdbcFunction(ODBC3SQLColAttribute))(_aStatementHandle, in getNumColAttrib() 99 &nValue),_aStatementHandle,SQL_HANDLE_STMT,_xInterface); in getNumColAttrib() 118 ,SQLHANDLE _aStatementHandle in getColumnODBCType() argument 126 …nType = (SQLSMALLINT)getNumColAttrib(_pConnection,_aStatementHandle,_xInterface,column,SQL_DESC_CO… in getColumnODBCType() 128 …nType = (SQLSMALLINT)getNumColAttrib(_pConnection,_aStatementHandle,_xInterface,column, SQL_DESC_T… in getColumnODBCType() 132 …nType = (SQLSMALLINT)getNumColAttrib(_pConnection,_aStatementHandle,_xInterface,column,SQL_DESC_CO… in getColumnODBCType()
|
| /trunk/main/connectivity/source/inc/odbc/ |
| H A D | OTools.hxx | 191 SQLHANDLE _aStatementHandle, 199 … SQLHANDLE _aStatementHandle, 205 SQLHANDLE _aStatementHandle, 244 SQLHANDLE _aStatementHandle, 257 SQLHANDLE _aStatementHandle, in getValue() argument 264 …OTools::getValue(_pConnection,_aStatementHandle,columnIndex,_nType,_bWasNull,_xInterface,&_rValue,… in getValue()
|
| H A D | OResultSetMetaData.hxx | 78 ,SQLHANDLE _aStatementHandle 84 ,SQLHANDLE _aStatementHandle
|