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.cxx46 ::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 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.cxx61 ::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 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()
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 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.cxx57 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 Dmysqlc_resultset.hxx71 class OResultSet : public OBase_Mutex, class
74 public OPropertyArrayUsageHelper<OResultSet>
96 virtual ~OResultSet();
101OResultSet( 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.cxx63 ::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 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.cxx86 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 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();

123