Home
last modified time | relevance | path

Searched refs:OTools (Results 1 – 21 of 21) sorted by relevance

/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx268 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_MAX_ROW_SIZE,nValue,*this); in getMaxRowSize()
514 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_ALTER_TABLE,nValue,*this); in impl_supportsAlterTableWithAddColumn_throw()
1038 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_GROUP_BY,nValue,*this); in supportsGroupBy()
1045 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_GROUP_BY,nValue,*this); in supportsGroupByBeyondSelect()
1052 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_GROUP_BY,nValue,*this); in supportsGroupByUnrelated()
1087 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_UNION,nValue,*this); in supportsUnion()
1094 OTools::GetInfo(m_pConnection,m_aConnectionHandle,SQL_UNION,nValue,*this); in supportsUnionAll()
1620 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in supportsResultSetConcurrency()
1652 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in ownUpdatesAreVisible()
1674 OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); in ownDeletesAreVisible()
[all …]
H A DOTools.cxx45 void OTools::getValue( OConnection* _pConnection, in getValue()
56 OTools::ThrowException(_pConnection, in getValue()
116 void OTools::bindData( SQLSMALLINT _nOdbcType, in bindData()
267 OTools::getBindTypes( sal_False, in bindValue()
662 void OTools::GetInfo(OConnection* _pConnection, in GetInfo()
671 OTools::ThrowException(_pConnection, in GetInfo()
686 OTools::ThrowException(_pConnection, in GetInfo()
699 OTools::ThrowException(_pConnection, in GetInfo()
712 OTools::ThrowException(_pConnection, in GetInfo()
724 OTools::ThrowException(_pConnection, in GetInfo()
[all …]
H A DODatabaseMetaDataResultSet.cxx907 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openTables()
920 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openTablesTypes()
938 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openCatalogs()
955 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openSchemas()
993 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openColumnPrivileges()
1027 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openColumns()
1094 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openProcedureColumns()
1125 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openProcedures()
1157 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openSpecialColumns()
1202 OTools::ThrowException(m_pConnection,nRetcode,m_aStatementHandle,SQL_HANDLE_STMT,*this); in openForeignKeys()
[all …]
H A DOResultSet.cxx867OTools::ThrowException(m_pStatement->getOwnConnection(),nRet,m_aStatementHandle,SQL_HANDLE_STMT,*t… in insertRow()
887OTools::ThrowException(m_pStatement->getOwnConnection(),nRet,m_aStatementHandle,SQL_HANDLE_STMT,*t… in insertRow()
933OTools::ThrowException(m_pStatement->getOwnConnection(),nRet,m_aStatementHandle,SQL_HANDLE_STMT,*t… in updateRow()
945OTools::ThrowException(m_pStatement->getOwnConnection(),nRet,m_aStatementHandle,SQL_HANDLE_STMT,*t… in deleteRow()
997 m_aBindVector.push_back(allocBindColumn(OTools::MapOdbcType2Jdbc(_nType),columnIndex)); in updateValue()
1000 OTools::bindValue( m_pStatement->getOwnConnection(), in updateValue()
1064 SQLSMALLINT nOdbcType = static_cast<SQLSMALLINT>(OTools::jdbcTypeToOdbc(nType)); in updateString()
1073 SQLSMALLINT nOdbcType = static_cast<SQLSMALLINT>(OTools::jdbcTypeToOdbc(nType)); in updateBytes()
1081 DATE_STRUCT aVal = OTools::DateToOdbcDate(x); in updateDate()
1088 TIME_STRUCT aVal = OTools::TimeToOdbcTime(x); in updateTime()
[all …]
H A DOConnection.cxx148 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()
323 OTools::ThrowException(this,N3SQLSetConnectAttr(m_aConnectionHandle, in setAutoCommit()
336 OTools::ThrowException(this,N3SQLGetConnectAttr(m_aConnectionHandle, in getAutoCommit()
347OTools::ThrowException(this,N3SQLEndTran(SQL_HANDLE_DBC,m_aConnectionHandle,SQL_COMMIT),m_aConnect… in commit()
387 OTools::ThrowException(this, in setReadOnly()
405 OTools::ThrowException(this, in setCatalog()
418 OTools::ThrowException(this, in getCatalog()
431 OTools::ThrowException(this,N3SQLSetConnectAttr(m_aConnectionHandle, in setTransactionIsolation()
[all …]
H A DOResultSetMetaData.cxx65 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()
93OTools::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()
175OTools::ThrowException(m_pConnection,N3SQLNumResultCols(m_aStatementHandle,&nNumResultCols),m_aSta… in getColumnCount()
H A DOPreparedStatement.cxx174 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 DOStatement.cxx52 OTools::ThrowException(m_pConnection,x,m_aStatementHandle,SQL_HANDLE_STMT,*this)
197OTools::ThrowException(m_pConnection,N3SQLCancel(m_aStatementHandle),m_aStatementHandle,SQL_HANDLE… in cancel()
1146 OTools::GetInfo(getOwnConnection(),getConnectionHandle(),nAskFor,nValueLen,NULL); in getCursorProperties()
H A Dmakefile.mk50 $(SLO)$/OTools.obj \
/aoo4110/main/connectivity/source/drivers/adabas/
H A DBResultSet.cxx60OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in next()
82OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in first()
109OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in last()
132OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in absolute()
155OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in relative()
178OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in previous()
200OTools::ThrowException(m_pStatement->getOwnConnection(),m_nCurrentFetchState,m_aStatementHandle,SQ… in refreshRow()
H A DBDriver.cxx369 odbc::OTools::ThrowException(pCon,nSQLRETURN,pCon->getConnection(),SQL_HANDLE_DBC,*this); in connect()
/aoo4110/main/connectivity/source/drivers/ado/
H A DAColumn.cxx180OTools::putValue( m_aColumn.get_Properties(), ::rtl::OUString::createFromAscii( "Autoincrement" ),… in setFastPropertyValue_NoBroadcast()
194OTools::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 DAResultSetMetaData.cxx93 …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 DATable.cxx218 OTools::putValue( m_aTable.get_Properties(), in setFastPropertyValue_NoBroadcast()
224 OTools::putValue( m_aTable.get_Properties(), in setFastPropertyValue_NoBroadcast()
H A DAConnection.cxx145OTools::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()
215OTools::putValue(aProps,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Jet OLEDB:ODBC Parsing")),sal… in nativeSQL()
H A DAColumns.cxx117OTools::putValue( aAddedColumn.get_Properties(), ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Auto… in appendObject()
H A DADatabaseMetaDataImpl.cxx580 …m_Description = OTools::getValue(aProps,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Description")… in fillPropertyValues()
H A DAwrapado.cxx2181 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()
/aoo4110/main/connectivity/source/inc/odbc/
H A DOTools.hxx101 class OOO_DLLPUBLIC_ODBCBASE OTools class
264OTools::getValue(_pConnection,_aStatementHandle,columnIndex,_nType,_bWasNull,_xInterface,&_rValue,… in getValue()
/aoo4110/main/connectivity/source/inc/ado/
H A DAwrapado.hxx394 class OTools class
/aoo4110/main/connectivity/source/drivers/file/
H A DFStatement.cxx47 OTools::ThrowException(x,m_aStatementHandle,SQL_HANDLE_STMT,*this)

Completed in 128 milliseconds