| /trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ ! |
| H A D | SResultSet.cxx | 46 ::rtl::OUString SAL_CALL OResultSet::getImplementationName( ) throw ( RuntimeException) \ in getImplementationName() 51 …Sequence< ::rtl::OUString > SAL_CALL OResultSet::getSupportedServiceNames( ) throw( RuntimeExcept… in getSupportedServiceNames() 59 sal_Bool SAL_CALL OResultSet::supportsService( const ::rtl::OUString& _rServiceName ) throw( Runtim… in supportsService() 71 OResultSet::OResultSet(OStatement_Base* pStmt) in OResultSet() function in OResultSet 82 OResultSet::~OResultSet() in ~OResultSet() 86 void OResultSet::disposing(void) in disposing() 96 Any SAL_CALL OResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() 104 Sequence< Type > SAL_CALL OResultSet::getTypes( ) throw( RuntimeException) in getTypes() 115 sal_Int32 SAL_CALL OResultSet::findColumn( const ::rtl::OUString& columnName ) throw(SQLException, … in findColumn() 134 Reference< XInputStream > SAL_CALL OResultSet::getBinaryStream( sal_Int32 columnIndex ) throw(SQLEx… in getBinaryStream() [all …]
|
| H A D | SResultSet.hxx | 63 class OResultSet : public OBase_Mutex, class 66 public OPropertyArrayUsageHelper<OResultSet> 97 virtual ~OResultSet(); 101 OResultSet( OStatement_Base* pStmt);
|
| /trunk/main/connectivity/source/drivers/ado/ ! |
| H A D | AResultSet.cxx | 61 ::rtl::OUString SAL_CALL OResultSet::getImplementationName( ) throw (::com::sun::star::uno::Runtim… in getImplementationName() 66 ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL OResultSet::getSupportedServiceNames( … in getSupportedServiceNames() 74 sal_Bool SAL_CALL OResultSet::supportsService( const ::rtl::OUString& _rServiceName ) throw(::com::… in supportsService() 85 OResultSet::OResultSet(ADORecordset* _pRecordSet,OStatement_Base* pStmt) : OResultSet_BASE(m_aMute… in OResultSet() function in OResultSet 96 OResultSet::OResultSet(ADORecordset* _pRecordSet) : OResultSet_BASE(m_aMutex) in OResultSet() function in OResultSet 105 void OResultSet::construct() in construct() 122 OResultSet::~OResultSet() in ~OResultSet() 128 void OResultSet::disposing(void) in disposing() 139 Any SAL_CALL OResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() 145 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL OResultSet::getTypes( ) th… in getTypes() [all …]
|
| /trunk/main/dbaccess/source/core/api/ ! |
| H A D | resultset.cxx | 92 DBG_NAME(OResultSet) in DBG_NAME() argument 95 OResultSet::OResultSet(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet >… in DBG_NAME() 105 DBG_CTOR(OResultSet, NULL); in DBG_NAME() 139 OResultSet::~OResultSet() in ~OResultSet() 145 DBG_DTOR(OResultSet, NULL); in ~OResultSet() 150 Sequence< Type > OResultSet::getTypes() throw (RuntimeException) in getTypes() 160 Sequence< sal_Int8 > OResultSet::getImplementationId() throw (RuntimeException) in getImplementationId() 178 Any OResultSet::queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface() 191 void OResultSet::acquire() throw () in acquire() 197 void OResultSet::release() throw () in release() [all …]
|
| H A D | resultset.hxx | 108 class OResultSet : public comphelper::OBaseMutex, class 111 public ::comphelper::OPropertyArrayUsageHelper < OResultSet > 128 …OResultSet(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet >& _xResultS… 131 virtual ~OResultSet();
|
| /trunk/main/mysqlc/source/ ! |
| H A D | mysqlc_resultset.cxx | 57 OUString SAL_CALL OResultSet::getImplementationName() in getImplementationName() 67 Sequence< OUString > SAL_CALL OResultSet::getSupportedServiceNames() in getSupportedServiceNames() 80 sal_Bool SAL_CALL OResultSet::supportsService(const OUString& _rServiceName) in supportsService() 95 OResultSet::OResultSet(OCommonStatement * pStmt, sql::ResultSet * result, rtl_TextEncoding _encodin… in OResultSet() function in OResultSet 116 OResultSet::~OResultSet() in ~OResultSet() 124 void OResultSet::disposing() in disposing() 138 Any SAL_CALL OResultSet::queryInterface(const Type & rType) in queryInterface() 152 Sequence< Type > SAL_CALL OResultSet::getTypes() in getTypes() 166 sal_Int32 SAL_CALL OResultSet::findColumn(const OUString& columnName) in findColumn() 191 Reference< XInputStream > SAL_CALL OResultSet::getBinaryStream(sal_Int32 column) in getBinaryStream() [all …]
|
| H A D | mysqlc_resultset.hxx | 71 class OResultSet : public OBase_Mutex, class 74 public OPropertyArrayUsageHelper<OResultSet> 96 virtual ~OResultSet(); 101 … OResultSet( OCommonStatement* pStmt, sql::ResultSet *result, rtl_TextEncoding _encoding );
|
| H A D | mysqlc_statement.cxx | 212 xResultSet = new OResultSet(this, rset.get(), m_pConnection->getConnectionEncoding()); in executeQuery() 318 xResultSet = new OResultSet(this, rset.get(), m_pConnection->getConnectionEncoding()); in getResultSet()
|
| /trunk/main/connectivity/source/drivers/odbcbase/ ! |
| H A D | OResultSet.cxx | 63 ::rtl::OUString SAL_CALL OResultSet::getImplementationName( ) throw ( RuntimeException) in getImplementationName() 68 …Sequence< ::rtl::OUString > SAL_CALL OResultSet::getSupportedServiceNames( ) throw( RuntimeExcept… in getSupportedServiceNames() 76 sal_Bool SAL_CALL OResultSet::supportsService( const ::rtl::OUString& _rServiceName ) throw( Runtim… in supportsService() 88 OResultSet::OResultSet(SQLHANDLE _pStatementHandle ,OStatement_Base* pStmt) : OResultSet_BASE(m_a… in OResultSet() function in OResultSet 159 OResultSet::~OResultSet() in ~OResultSet() 165 void OResultSet::construct() in construct() 172 void OResultSet::disposing(void) in disposing() 188 SQLRETURN OResultSet::unbind(sal_Bool _bUnbindHandle) in unbind() 260 TVoidPtr OResultSet::allocBindColumn(sal_Int32 _nType,sal_Int32 _nColumnIndex) in allocBindColumn() 322 void OResultSet::allocBuffer() in allocBuffer() [all …]
|
| H A D | OPreparedStatement.cxx | 963 OResultSet* OPreparedStatement::createResulSet() in createResulSet() 965 OResultSet* pReturn = new OResultSet(m_aStatementHandle,this); in createResulSet()
|
| H A D | OStatement.cxx | 414 OResultSet* pRs = NULL; in getResultSet() 1120 OResultSet* OStatement_Base::createResulSet() in createResulSet() 1122 return new OResultSet(m_aStatementHandle,this); in createResulSet()
|
| /trunk/main/connectivity/source/drivers/file/ ! |
| H A D | FResultSet.cxx | 86 IMPLEMENT_SERVICE_INFO(OResultSet,"com.sun.star.sdbcx.drivers.file.ResultSet","com.sun.star.sdbc.Re… 89 OResultSet::OResultSet(OStatement_Base* pStmt,OSQLParseTreeIterator& _aSQLIterator) : OResult… in DBG_NAME() 142 OResultSet::~OResultSet() in ~OResultSet() 150 void OResultSet::construct() in construct() 159 void OResultSet::disposing(void) in disposing() 184 void OResultSet::clear() in clear() 196 Any SAL_CALL OResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() 203 Sequence< Type > SAL_CALL OResultSet::getTypes( ) throw(RuntimeException) in getTypes() 216 sal_Int32 SAL_CALL OResultSet::findColumn( const ::rtl::OUString& columnName ) throw(SQLException, … in findColumn() 233 const ORowSetValue& OResultSet::getValue(sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLE… in getValue() [all …]
|
| H A D | FStatement.cxx | 291 OResultSet* OStatement::createResultSet() in createResultSet() 293 return new OResultSet(this,m_aSQLIterator); in createResultSet() 327 OResultSet* pResult = createResultSet(); in executeQuery() 349 OResultSet* pResult = createResultSet(); in executeUpdate() 552 …OResultSet::setBoundedColumns(m_aRow,m_aSelectRow,xColumns,xNames,sal_True,m_xDBMetaData,m_aColMap… in createColumnMapping() 555 void OStatement_Base::initializeResultSet(OResultSet* _pResult) in initializeResultSet()
|
| H A D | FPreparedStatement.cxx | 124 …OResultSet::setBoundedColumns(m_aEvaluateRow,aTemp,m_xParamColumns,xNames,sal_False,m_xDBMetaData,… in construct() 414 OResultSet* OPreparedStatement::createResultSet() in createResultSet() 417 return new OResultSet(this,m_aSQLIterator); in createResultSet() 563 void OPreparedStatement::initializeResultSet(OResultSet* _pResult) in initializeResultSet()
|
| /trunk/main/connectivity/source/inc/file/ ! |
| H A D | FStatement.hxx | 56 class OResultSet; 120 virtual void initializeResultSet(OResultSet* _pResult); 140 virtual OResultSet* createResultSet() = 0; 200 virtual OResultSet* createResultSet();
|
| H A D | FResultSet.hxx | 86 class OOO_DLLPUBLIC_FILE OResultSet : class 91 public ::comphelper::OPropertyArrayUsageHelper<OResultSet> 194 virtual ~OResultSet(); 198 OResultSet( OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator); 338 inline sal_Int32 OResultSet::mapColumn(sal_Int32 column) in mapColumn()
|
| H A D | FPreparedStatement.hxx | 57 OResultSet* m_pResultSet; 61 virtual OResultSet* createResultSet(); 74 virtual void initializeResultSet(OResultSet* _pResult);
|
| /trunk/main/connectivity/source/drivers/calc/ ! |
| H A D | CResultSet.cxx | 46 : file::OResultSet(pStmt,_aSQLIterator) in OCalcResultSet() 78 Any aRet = OResultSet::queryInterface(rType); in queryInterface() 84 return ::comphelper::concatSequences(OResultSet::getTypes(),OCalcResultSet_BASE::getTypes()); in getTypes()
|
| /trunk/main/connectivity/source/drivers/flat/ ! |
| H A D | EResultSet.cxx | 47 : file::OResultSet(pStmt,_aSQLIterator) in OFlatResultSet() 83 const Any aRet = OResultSet::queryInterface(rType); in queryInterface() 89 Sequence< Type > aTypes = OResultSet::getTypes(); in getTypes()
|
| /trunk/main/connectivity/source/drivers/dbase/ ! |
| H A D | DResultSet.cxx | 51 : file::OResultSet(pStmt,_aSQLIterator) in ODbaseResultSet() 84 return aRet.hasValue() ? aRet : OResultSet::queryInterface(rType); in queryInterface() 89 return ::comphelper::concatSequences(OResultSet::getTypes(),ODbaseResultSet_BASE::getTypes()); in getTypes()
|
| /trunk/main/connectivity/source/inc/ado/ ! |
| H A D | AResultSet.hxx | 68 class OResultSet : public comphelper::OBaseMutex, class 71 public ::comphelper::OPropertyArrayUsageHelper<OResultSet> 117 virtual ~OResultSet(); 120 OResultSet( ADORecordset* _pRecordSet,OStatement_Base* pStmt); 121 OResultSet( ADORecordset* _pRecordSet);
|
| /trunk/main/connectivity/source/inc/adabas/ ! |
| H A D | BResultSet.hxx | 32 class OAdabasResultSet : public ::connectivity::odbc::OResultSet 37 : ::connectivity::odbc::OResultSet( _pStatementHandle,pStmt) in OAdabasResultSet()
|
| /trunk/main/connectivity/workben/skeleton/ ! |
| H A D | SResultSet.hxx | 69 class OResultSet : public comphelper::OBaseMutex, class 72 public ::comphelper::OPropertyArrayUsageHelper<OResultSet> 132 virtual ~OResultSet(); 136 OResultSet( OStatement_Base* pStmt);
|
| /trunk/main/connectivity/source/inc/odbc/ ! |
| H A D | OResultSet.hxx | 111 class OOO_DLLPUBLIC_ODBCBASE OResultSet : class 116 public ::comphelper::OPropertyArrayUsageHelper<OResultSet> 197 OResultSet( SQLHANDLE _pStatementHandle,OStatement_Base* pStmt); 198 virtual ~OResultSet();
|
| H A D | OStatement.hxx | 58 class OResultSet; 124 virtual OResultSet* createResulSet();
|