Home
last modified time | relevance | path

Searched refs:OResultSet (Results 1 – 25 of 54) sorted by relevance

123

/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.cxx71 OResultSet::OResultSet(OStatement_Base* pStmt) in OResultSet() function in OResultSet
82 OResultSet::~OResultSet() in ~OResultSet()
86 void OResultSet::disposing(void) in disposing()
511 void SAL_CALL OResultSet::cancel( ) throw(RuntimeException) in cancel()
777 IPropertyArrayHelper & OResultSet::getInfoHelper() in getInfoHelper()
779 return *const_cast<OResultSet*>(this)->getArrayHelper(); in getInfoHelper()
782 sal_Bool OResultSet::convertFastPropertyValue( in convertFastPropertyValue()
805 void OResultSet::setFastPropertyValue_NoBroadcast( in setFastPropertyValue_NoBroadcast()
828 void OResultSet::getFastPropertyValue( in getFastPropertyValue()
845 void SAL_CALL OResultSet::acquire() throw() in acquire()
[all …]
H A DSResultSet.hxx63 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 DAResultSet.cxx85 OResultSet::OResultSet(ADORecordset* _pRecordSet,OStatement_Base* pStmt) : OResultSet_BASE(m_aMutex) 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()
997 sal_Int32 OResultSet::getResultSetType() const in getResultSetType()
1028 sal_Int32 OResultSet::getFetchSize() const in getFetchSize()
1049 void OResultSet::setFetchSize(sal_Int32 _par0) in setFetchSize()
1076 sal_Bool OResultSet::convertFastPropertyValue( in convertFastPropertyValue()
1152 void SAL_CALL OResultSet::acquire() throw() in acquire()
[all …]
/trunk/main/dbaccess/source/core/api/
H A Dresultset.cxx92 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()
191 void OResultSet::acquire() throw () in acquire()
197 void OResultSet::release() throw () in release()
205 void OResultSet::disposing() in disposing()
338 const_cast<OResultSet*>(this)->getInfoHelper(). in getFastPropertyValue()
1187 void OResultSet::checkReadOnly() const in checkReadOnly()
[all …]
H A Dresultset.hxx108 class OResultSet : public comphelper::OBaseMutex, class
111 public ::comphelper::OPropertyArrayUsageHelper < OResultSet >
128OResultSet(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet >& _xResultS…
131 virtual ~OResultSet();
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.cxx95 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()
715 void SAL_CALL OResultSet::afterLast() in afterLast()
767 sal_Bool SAL_CALL OResultSet::last() in last()
891 sal_Bool SAL_CALL OResultSet::next() in next()
927 void SAL_CALL OResultSet::cancel() in cancel()
958 void SAL_CALL OResultSet::insertRow() in insertRow()
971 void SAL_CALL OResultSet::updateRow() in updateRow()
1469 void SAL_CALL OResultSet::acquire() in acquire()
[all …]
H A Dmysqlc_resultset.hxx71 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 Dmysqlc_statement.cxx212 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 DOResultSet.cxx88 OResultSet::OResultSet(SQLHANDLE _pStatementHandle ,OStatement_Base* pStmt) : OResultSet_BASE(m_aMu… in OResultSet() function in OResultSet
159 OResultSet::~OResultSet() in ~OResultSet()
165 void OResultSet::construct() in construct()
172 void OResultSet::disposing(void) in disposing()
322 void OResultSet::allocBuffer() in allocBuffer()
340 void OResultSet::releaseBuffer() in releaseBuffer()
1306 sal_Int32 OResultSet::getFetchSize() const in getFetchSize()
1452 void OResultSet::getFastPropertyValue( in getFastPropertyValue()
1562 void SAL_CALL OResultSet::acquire() throw() in acquire()
1675 sal_Int32 OResultSet::getDriverPos() const in getDriverPos()
[all …]
H A DOPreparedStatement.cxx963 OResultSet* OPreparedStatement::createResulSet() in createResulSet()
965 OResultSet* pReturn = new OResultSet(m_aStatementHandle,this); in createResulSet()
H A DOStatement.cxx414 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 DFResultSet.cxx89 OResultSet::OResultSet(OStatement_Base* pStmt,OSQLParseTreeIterator& _aSQLIterator) : OResultSet_BA… 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()
562 sal_Bool OResultSet::evaluate() in evaluate()
1259 void OResultSet::sortRows() in sortRows()
1369 sal_Bool OResultSet::OpenImpl() in OpenImpl()
1829 void OResultSet::clearInsertRow() in clearInsertRow()
1871 sal_Int32 OResultSet::getDriverPos() const in getDriverPos()
[all …]
H A DFStatement.cxx291 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()
552OResultSet::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 DFPreparedStatement.cxx124OResultSet::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 DFStatement.hxx56 class OResultSet;
120 virtual void initializeResultSet(OResultSet* _pResult);
140 virtual OResultSet* createResultSet() = 0;
200 virtual OResultSet* createResultSet();
H A DFResultSet.hxx86 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 DFPreparedStatement.hxx57 OResultSet* m_pResultSet;
61 virtual OResultSet* createResultSet();
74 virtual void initializeResultSet(OResultSet* _pResult);
/trunk/main/connectivity/source/drivers/calc/
H A DCResultSet.cxx46 : 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 DEResultSet.cxx47 : 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 DDResultSet.cxx51 : 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 DAResultSet.hxx68 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 DBResultSet.hxx32 class OAdabasResultSet : public ::connectivity::odbc::OResultSet
37 : ::connectivity::odbc::OResultSet( _pStatementHandle,pStmt) in OAdabasResultSet()
/trunk/main/connectivity/workben/skeleton/
H A DSResultSet.hxx69 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 DOResultSet.hxx111 class OOO_DLLPUBLIC_ODBCBASE OResultSet : class
116 public ::comphelper::OPropertyArrayUsageHelper<OResultSet>
197 OResultSet( SQLHANDLE _pStatementHandle,OStatement_Base* pStmt);
198 virtual ~OResultSet();
H A DOStatement.hxx58 class OResultSet;
124 virtual OResultSet* createResulSet();

Completed in 139 milliseconds

123