/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | OResultSet.cxx | 97 ,m_nTextEncoding(pStmt->getOwnConnection()->getTextEncoding()) in OResultSet() 182 m_pStatement->getOwnConnection()->freeStatementHandle(m_aStatementHandle); in disposing() 495 m_pStatement->getOwnConnection()->useOldDateFormat() ? SQL_C_DATE : SQL_C_TYPE_DATE, in getDate() 558 m_xMetaData = new OResultSetMetaData(m_pStatement->getOwnConnection(),m_aStatementHandle); in getMetaData() 633 m_pStatement->getOwnConnection()->useOldDateFormat() ? SQL_C_TIME : SQL_C_TYPE_TIME, in getTime() 645 m_pStatement->getOwnConnection()->useOldDateFormat() ? SQL_C_TIMESTAMP : SQL_C_TYPE_TIMESTAMP, in getTimestamp() 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() 1000 OTools::bindValue( m_pStatement->getOwnConnection(), in updateValue() 1010 m_pStatement->getOwnConnection()->useOldDateFormat()); in updateValue() [all …]
|
H A D | OPreparedStatement.cxx | 120 m_xMetaData = new OResultSetMetaData(getOwnConnection(),m_aStatementHandle); in getMetaData() 266 ::rtl::OString aString(::rtl::OUStringToOString(x,getOwnConnection()->getTextEncoding())); in setString() 360 getOwnConnection()->getTextEncoding()); in setParameter() 497 ::rtl::OString aString(::rtl::OUStringToOString(x,getOwnConnection()->getTextEncoding())); in setDecimal() 518 ::rtl::OString aString(::rtl::OUStringToOString(sStr,getOwnConnection()->getTextEncoding())); in setObjectWithInfo() 940 …::rtl::OString aSql(::rtl::OUStringToOString(m_sSqlStatement,getOwnConnection()->getTextEncoding()… in prepareStatement()
|
H A D | OStatement.cxx | 358 ::rtl::OString aSql(::rtl::OUStringToOString(sql,getOwnConnection()->getTextEncoding())); in execute() 515 aBatchSql += ::rtl::OUStringToOString(*i,getOwnConnection()->getTextEncoding()); in executeBatch() 895 ::rtl::OString aName(::rtl::OUStringToOString(_par0,getOwnConnection()->getTextEncoding())); in setCursorName() 1146 OTools::GetInfo(getOwnConnection(),getConnectionHandle(),nAskFor,nValueLen,NULL); in getCursorProperties()
|
/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() 210 …m_xMetaData = new OAdabasResultSetMetaData(m_pStatement->getOwnConnection(),m_aStatementHandle,m_a… in getMetaData()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_databasemetadata.cxx | 1502 …Reference< XResultSet > xResultSet(getOwnConnection().getDriver().getFactory()->createInstance(::r… in getTableTypes() 1524 …Reference< XResultSet > xResultSet(getOwnConnection().getDriver().getFactory()->createInstance(::r… in getTypeInfo() 1568 …Reference< XResultSet > xResultSet(getOwnConnection().getDriver().getFactory()->createInstance(::r… in getCatalogs() 1603 …Reference< XResultSet > xResultSet(getOwnConnection().getDriver().getFactory()->createInstance(::r… in getSchemas() 1648 …Reference< XResultSet > xResultSet(getOwnConnection().getDriver().getFactory()->createInstance(::r… in getColumnPrivileges() 1691 …Reference< XResultSet > xResultSet(getOwnConnection().getDriver().getFactory()->createInstance(::r… in getColumns() 1742 Reference< XResultSet > xResultSet(getOwnConnection(). in getTables() 1816 …Reference< XResultSet > xResultSet(getOwnConnection().getDriver().getFactory()->createInstance(::r… in getProcedures() 1861 …Reference< XResultSet > xResultSet(getOwnConnection().getDriver().getFactory()->createInstance(::r… in getVersionColumns() 1877 …Reference< XResultSet > xResultSet(getOwnConnection().getDriver().getFactory()->createInstance(::r… in getExportedKeys() [all …]
|
H A D | mysqlc_preparedstatement.cxx | 145 getOwnConnection()->getConnectionEncoding() in getMetaData() 281 xResultSet = new OResultSet(this, res, getOwnConnection()->getConnectionEncoding()); in executeQuery()
|
H A D | mysqlc_statement.hxx | 162 OConnection* getOwnConnection() const { return m_pConnection;} in getOwnConnection() function in connectivity::mysqlc::OCommonStatement
|
H A D | mysqlc_databasemetadata.hxx | 74 inline const OConnection& getOwnConnection() const { return m_rConnection; } in getOwnConnection() function in connectivity::mysqlc::ODatabaseMetaData
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SResultSet.cxx | 76 ,m_nTextEncoding(pStmt->getOwnConnection()->getTextEncoding()) in OResultSet() 252 m_xMetaData = new OResultSetMetaData(m_pStatement->getOwnConnection()); in getMetaData()
|
H A D | SStatement.hxx | 126 OConnection* getOwnConnection() const { return m_pConnection;} in getOwnConnection() function in connectivity::skeleton::OStatement_Base
|
H A D | SPreparedStatement.cxx | 88 m_xMetaData = new OResultSetMetaData(getOwnConnection()); in getMetaData()
|
H A D | SDatabaseMetaData.hxx | 47 inline OConnection* getOwnConnection() const { return m_pConnection; } in getOwnConnection() function in connectivity::skeleton::ODatabaseMetaData
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FResultSet.cxx | 106 ,m_xDBMetaData(pStmt->getOwnConnection()->getMetaData()) in DBG_NAME() 107 ,m_nTextEncoding(pStmt->getOwnConnection()->getTextEncoding()) in DBG_NAME() 121 ,m_bShowDeleted(pStmt->getOwnConnection()->showDeleted()) in DBG_NAME()
|
H A D | FStatement.cxx | 437 …pColumnRef->getChild(2)->parseNodeToStr( aColumnName, getOwnConnection(), NULL, sal_False, sal_Fal… in setOrderbyColumn()
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabStatement.hxx | 151 inline MacabConnection* getOwnConnection() const { return m_pConnection; } in getOwnConnection() function in connectivity::macab::MacabCommonStatement
|
H A D | MacabPreparedStatement.cxx | 137 m_xMetaData = new MacabResultSetMetaData(getOwnConnection(),sTableName); in getMetaData()
|
H A D | MacabResultSet.cxx | 520 m_xMetaData = new MacabResultSetMetaData(m_xStatement->getOwnConnection(), m_sTableName); in getMetaData()
|
H A D | MacabDatabaseMetaData.hxx | 48 inline MacabConnection* getOwnConnection() const { return m_xConnection.get(); } in getOwnConnection() function in connectivity::macab::MacabDatabaseMetaData
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.cxx | 279 …const ::rtl::OUString sError( getOwnConnection()->getResources().getResourceStringWithSubstitution( in setObject()
|
H A D | NStatement.hxx | 202 OEvoabConnection* getOwnConnection() const { return m_pConnection;} in getOwnConnection() function in connectivity::evoab::OCommonStatement
|
H A D | NDatabaseMetaData.hxx | 99 inline OEvoabConnection* getOwnConnection() const { return m_pConnection; } in getOwnConnection() function in connectivity::evoab::OEvoabDatabaseMetaData
|
/trunk/main/connectivity/source/inc/file/ |
H A D | FStatement.hxx | 151 OConnection* getOwnConnection() const { return m_pConnection;} in getOwnConnection() function in connectivity::file::OStatement_Base
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | OStatement.hxx | 193 OConnection* getOwnConnection() const { return m_pConnection;} in getOwnConnection() function in connectivity::odbc::OStatement_Base
|
H A D | ODatabaseMetaData.hxx | 67 inline OConnection* getOwnConnection() const { return m_pConnection; } in getOwnConnection() function in connectivity::odbc::ODatabaseMetaData
|