| /trunk/main/connectivity/source/drivers/odbcbase/ ! |
| H A D | ODatabaseMetaData.cxx | 120 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_CATALOG_NAME_SEPARATOR,aVal,*this,m_pConnect… in impl_getCatalogSeparator_throw() 261 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_BINARY_LITERAL_LEN,nValue,*this); in getMaxBinaryLiteralLength() 268 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_ROW_SIZE,nValue,*this); in getMaxRowSize() 275 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_CATALOG_NAME_LEN,nValue,*this); in getMaxCatalogNameLength() 282 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_CHAR_LITERAL_LEN,nValue,*this); in getMaxCharLiteralLength() 289 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_COLUMN_NAME_LEN,nValue,*this); in getMaxColumnNameLength() 296 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_COLUMNS_IN_INDEX,nValue,*this); in getMaxColumnsInIndex() 303 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_CURSOR_NAME_LEN,nValue,*this); in getMaxCursorNameLength() 310 …OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_DRIVER_CONNECTIONS/*SQL_ACTIVE_CONNECTIO… in getMaxConnections() 317 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_COLUMNS_IN_TABLE,nValue,*this); in getMaxColumnsInTable() [all …]
|
| H A D | OTools.cxx | 45 void OTools::getValue( OConnection* _pConnection, in getValue() 56 OTools::ThrowException(_pConnection, in getValue() 67 void OTools::bindParameter( OConnection* _pConnection, in bindParameter() 90 OTools::getBindTypes(_bUseWChar,_bUseOldTimeDate,_nODBCtype,fCType,fSqlType); in bindParameter() 92 OTools::bindData(_nODBCtype,_bUseWChar,pDataBuffer,pLen,_pValue,_nTextEncoding,nColumnSize); in bindParameter() 113 OTools::ThrowException(_pConnection,nRetcode,_hStmt,SQL_HANDLE_STMT,_xInterface); in bindParameter() 116 void OTools::bindData( SQLSMALLINT _nOdbcType, in bindData() 249 void OTools::bindValue( OConnection* _pConnection, in bindValue() 267 OTools::getBindTypes( sal_False, in bindValue() 406 OTools::ThrowException(_pConnection,nRetcode,_aStatementHandle,SQL_HANDLE_STMT,_xInterface); in bindValue() [all …]
|
| H A D | ODatabaseMetaDataResultSet.cxx | 203 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_BIT,m_bWasNull,**this,&nValue,… in getBoolean() 226 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_TINYINT,m_bWasNull,**this,&nVa… in getByte() 254 …::rtl::OUString aRet = OTools::getStringValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_B… in getBytes() 258 …return OTools::getBytesValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_BINARY,m_bWasNull,… in getBytes() 279 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,m_pConnection->useOldDateFormat() ? … in getDate() 298 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_DOUBLE,m_bWasNull,**this,&nVal… in getDouble() 315 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_FLOAT,m_bWasNull,**this,&nVal,… in getFloat() 333 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_LONG,m_bWasNull,**this,&nVal,s… in getInt() 408 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_SHORT,m_bWasNull,**this,&nVal,… in getShort() 430 …aVal = OTools::getStringValue(m_pConnection,m_aStatementHandle,columnIndex,impl_getColumnType_noth… in getString() [all …]
|
| H A D | OResultSet.cxx | 136 …OTools::GetInfo(m_pStatement->getOwnConnection(),m_aConnectionHandle,SQL_GETDATA_EXTENSIONS,nValue… in OResultSet() 414 …OTools::getValue(m_pStatement->getOwnConnection(),m_aStatementHandle,_nColumnIndex,_nType,m_bWasNu… in getValue() 476 …::rtl::OUString aRet = OTools::getStringValue(m_pStatement->getOwnConnection(),m_aStatementHandle,… in getBytes() 482 …return OTools::getBytesValue(m_pStatement->getOwnConnection(),m_aStatementHandle,columnIndex,SQL_C… in getBytes() 622 …nRet = OTools::getStringValue(m_pStatement->getOwnConnection(),m_aStatementHandle,columnIndex,nCol… in getString() 820 …OTools::ThrowException(m_pStatement->getOwnConnection(),N3SQLCancel(m_aStatementHandle),m_aStateme… in cancel() 867 …OTools::ThrowException(m_pStatement->getOwnConnection(),nRet,m_aStatementHandle,SQL_HANDLE_STMT,*t… in insertRow() 887 …OTools::ThrowException(m_pStatement->getOwnConnection(),nRet,m_aStatementHandle,SQL_HANDLE_STMT,*t… in insertRow() 933 …OTools::ThrowException(m_pStatement->getOwnConnection(),nRet,m_aStatementHandle,SQL_HANDLE_STMT,*t… in updateRow() 945 …OTools::ThrowException(m_pStatement->getOwnConnection(),nRet,m_aStatementHandle,SQL_HANDLE_STMT,*t… in deleteRow() [all …]
|
| H A D | OConnection.cxx | 148 … OTools::GetInfo(this,m_aConnectionHandle,SQL_DATA_SOURCE_READ_ONLY,aVal,*this,getTextEncoding()); in OpenConnection() 158 … OTools::GetInfo(this,m_aConnectionHandle,SQL_DRIVER_ODBC_VER,sVersion,*this,getTextEncoding()); in OpenConnection() 271 OTools::ThrowException(this,nSQLRETURN,m_aConnectionHandle,SQL_HANDLE_DBC,*this,sal_False); in Construct() 313 …OTools::ThrowException(this,N3SQLNativeSql(m_aConnectionHandle,(SDB_ODBC_CHAR*)aSql.getStr(),aSql.… in nativeSQL() 323 OTools::ThrowException(this,N3SQLSetConnectAttr(m_aConnectionHandle, in setAutoCommit() 336 OTools::ThrowException(this,N3SQLGetConnectAttr(m_aConnectionHandle, in getAutoCommit() 347 …OTools::ThrowException(this,N3SQLEndTran(SQL_HANDLE_DBC,m_aConnectionHandle,SQL_COMMIT),m_aConnect… in commit() 356 …OTools::ThrowException(this,N3SQLEndTran(SQL_HANDLE_DBC,m_aConnectionHandle,SQL_ROLLBACK),m_aConne… in rollback() 387 OTools::ThrowException(this, in setReadOnly() 405 OTools::ThrowException(this, in setCatalog() [all …]
|
| H A D | OResultSetMetaData.cxx | 65 OTools::ThrowException(m_pConnection,nRet,m_aStatementHandle,SQL_HANDLE_STMT,*this); in getCharColAttrib() 80 OTools::ThrowException(m_pConnection,nRet,m_aStatementHandle,SQL_HANDLE_STMT,*this); in getCharColAttrib() 93 …OTools::ThrowException(_pConnection,(*(T3SQLColAttribute)_pConnection->getOdbcFunction(ODBC3SQLCol… in getNumColAttrib() 151 nType = OTools::MapOdbcType2Jdbc(nType); in getColumnType() 156 nType = OTools::MapOdbcType2Jdbc(getNumColAttrib(column,SQL_DESC_CONCISE_TYPE )); in getColumnType() 160 nType = OTools::MapOdbcType2Jdbc(getNumColAttrib(column,SQL_DESC_CONCISE_TYPE )); in getColumnType() 175 …OTools::ThrowException(m_pConnection,N3SQLNumResultCols(m_aStatementHandle,&nNumResultCols),m_aSta… in getColumnCount()
|
| H A D | OPreparedStatement.cxx | 174 OTools::ThrowException(m_pConnection,nReturn,m_aStatementHandle,SQL_HANDLE_STMT,*this); in execute() 330 SQLSMALLINT fSqlType = static_cast<SQLSMALLINT>(OTools::jdbcTypeToOdbc(_nType)); in setParameter() 350 OTools::bindParameter( m_pConnection, in setParameter() 371 DATE_STRUCT x = OTools::DateToOdbcDate(aData); in setDate() 379 TIME_STRUCT x = OTools::TimeToOdbcTime(aVal); in setTime() 386 TIMESTAMP_STRUCT x = OTools::DateTimeToTimestamp(aVal); in setTimestamp() 449 OTools::getBindTypes( sal_False, in setNull() 466 OTools::ThrowException(m_pConnection,nReturn,m_aStatementHandle,SQL_HANDLE_STMT,*this); in setNull() 942 OTools::ThrowException(m_pConnection,nReturn,m_aStatementHandle,SQL_HANDLE_STMT,*this); in prepareStatement()
|
| H A D | OStatement.cxx | 52 OTools::ThrowException(m_pConnection,x,m_aStatementHandle,SQL_HANDLE_STMT,*this) 197 …OTools::ThrowException(m_pConnection,N3SQLCancel(m_aStatementHandle),m_aStatementHandle,SQL_HANDLE… in cancel() 1146 OTools::GetInfo(getOwnConnection(),getConnectionHandle(),nAskFor,nValueLen,NULL); in getCursorProperties()
|
| H A D | makefile.mk | 50 $(SLO)$/OTools.obj \
|
| /trunk/main/connectivity/source/drivers/adabas/ ! |
| H A D | BResultSet.cxx | 60 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in next() 82 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in first() 109 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in last() 132 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in absolute() 155 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in relative() 178 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in previous() 200 …OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in refreshRow()
|
| H A D | BDriver.cxx | 369 odbc::OTools::ThrowException(pCon,nSQLRETURN,pCon->getConnection(),SQL_HANDLE_DBC,*this); in connect()
|
| /trunk/main/connectivity/source/drivers/ado/ ! |
| H A D | AColumn.cxx | 180 …OTools::putValue( m_aColumn.get_Properties(), ::rtl::OUString::createFromAscii( "Autoincrement" ),… in setFastPropertyValue_NoBroadcast() 194 …OTools::putValue( m_aColumn.get_Properties(), ::rtl::OUString::createFromAscii( pAdoPropertyName )… in setFastPropertyValue_NoBroadcast() 261 …m_IsAutoIncrement = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Autoinc… in fillPropertyValues() 263 …m_Description = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Description… in fillPropertyValues() 265 …m_DefaultValue = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Default"))… in fillPropertyValues()
|
| H A D | AResultSetMetaData.cxx | 93 …bRet = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ISCASESENSITIVE")) ); in isCaseSensitive() 123 …sTableName = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("BASETABLENAME"… in getTableName() 169 …bRet = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ISAUTOINCREMENT")) ); in isAutoIncrement()
|
| H A D | ATable.cxx | 218 OTools::putValue( m_aTable.get_Properties(), in setFastPropertyValue_NoBroadcast() 224 OTools::putValue( m_aTable.get_Properties(), in setFastPropertyValue_NoBroadcast()
|
| H A D | AConnection.cxx | 145 …OTools::putValue(aProps,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Jet OLEDB:ODBC Parsing")),sal… in construct() 146 …OLEVariant aVar(OTools::getValue(aProps,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Jet OLEDB:Eng… in construct() 215 …OTools::putValue(aProps,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Jet OLEDB:ODBC Parsing")),sal… in nativeSQL()
|
| H A D | AColumns.cxx | 117 …OTools::putValue( aAddedColumn.get_Properties(), ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Auto… in appendObject()
|
| H A D | ADatabaseMetaDataImpl.cxx | 580 …m_Description = OTools::getValue(aProps,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Description")… in fillPropertyValues()
|
| H A D | Awrapado.cxx | 2181 void OTools::putValue(const WpADOProperties& _rProps,const OLEVariant &_aPosition,const OLEVariant … in putValue() 2193 OLEVariant OTools::getValue(const WpADOProperties& _rProps,const OLEVariant &_aPosition) in getValue()
|
| /trunk/main/connectivity/source/inc/odbc/ ! |
| H A D | OTools.hxx | 101 class OOO_DLLPUBLIC_ODBCBASE OTools class 264 …OTools::getValue(_pConnection,_aStatementHandle,columnIndex,_nType,_bWasNull,_xInterface,&_rValue,… in getValue()
|
| /trunk/main/connectivity/source/inc/ado/ ! |
| H A D | Awrapado.hxx | 394 class OTools class
|
| /trunk/main/connectivity/source/drivers/file/ ! |
| H A D | FStatement.cxx | 47 OTools::ThrowException(x,m_aStatementHandle,SQL_HANDLE_STMT,*this)
|