Home
last modified time | relevance | path

Searched refs:OPreparedStatement (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx61 IMPLEMENT_SERVICE_INFO(OPreparedStatement,"com.sun.star.sdbcx.mysqlc.PreparedStatement","com.sun.st…
65 OPreparedStatement::OPreparedStatement(OConnection* _pConnection, sql::PreparedStatement * _cppPrep… in OPreparedStatement() function in OPreparedStatement
82 OPreparedStatement::~OPreparedStatement() in ~OPreparedStatement()
90 void SAL_CALL OPreparedStatement::acquire() in acquire()
100 void SAL_CALL OPreparedStatement::release() in release()
110 Any SAL_CALL OPreparedStatement::queryInterface(const Type & rType) in queryInterface()
124 Sequence< Type > SAL_CALL OPreparedStatement::getTypes() in getTypes()
134 Reference< XResultSetMetaData > SAL_CALL OPreparedStatement::getMetaData() in getMetaData()
139 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in getMetaData()
159 void SAL_CALL OPreparedStatement::close() in close()
[all …]
H A Dmysqlc_preparedstatement.hxx65 class OPreparedStatement : public OCommonStatement, class
78 virtual ~OPreparedStatement();
81 OPreparedStatement(OConnection* _pConnection, sql::PreparedStatement * cppPrepStmt);
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx42 IMPLEMENT_SERVICE_INFO(OPreparedStatement,"com.sun.star.sdbcx.skeleton.PreparedStatement","com.sun.…
45 OPreparedStatement::OPreparedStatement( OConnection* _pConnection,const TTypeInfoVector& _TypeInfo,… in OPreparedStatement() function in OPreparedStatement
54 OPreparedStatement::~OPreparedStatement() in ~OPreparedStatement()
58 void SAL_CALL OPreparedStatement::acquire() throw() in acquire()
63 void SAL_CALL OPreparedStatement::release() throw() in release()
68 Any SAL_CALL OPreparedStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
76 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL OPreparedStatement::getType… in getTypes()
82 Reference< XResultSetMetaData > SAL_CALL OPreparedStatement::getMetaData( ) throw(SQLException, Ru… in getMetaData()
93 void SAL_CALL OPreparedStatement::close( ) throw(SQLException, RuntimeException) in close()
114 sal_Bool SAL_CALL OPreparedStatement::execute( ) throw(SQLException, RuntimeException) in execute()
[all …]
H A DSPreparedStatement.hxx45 class OPreparedStatement : public OStatement_BASE2, class
82 virtual ~OPreparedStatement();
86OPreparedStatement( OConnection* _pConnection,const TTypeInfoVector& _TypeInfo,const ::rtl::OUStri…
/trunk/main/dbaccess/source/core/api/
H A Dpreparedstatement.cxx51 DBG_NAME(OPreparedStatement) in DBG_NAME() argument
54 OPreparedStatement::OPreparedStatement(const Reference< XConnection > & _xConn, in DBG_NAME()
58 DBG_CTOR(OPreparedStatement, NULL); in DBG_NAME()
66 OPreparedStatement::~OPreparedStatement() in ~OPreparedStatement()
72 DBG_DTOR(OPreparedStatement, NULL); in ~OPreparedStatement()
77 Sequence< Type > OPreparedStatement::getTypes() throw (RuntimeException) in getTypes()
90 Sequence< sal_Int8 > OPreparedStatement::getImplementationId() throw (RuntimeException) in getImplementationId()
107 Any OPreparedStatement::queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface()
124 void OPreparedStatement::acquire() throw () in acquire()
130 void OPreparedStatement::release() throw () in release()
[all …]
H A Dcallablestatement.cxx62 OPreparedStatement::getTypes() ); in getTypes()
89 Any aIface = OPreparedStatement::queryInterface( rType ); in queryInterface()
101 OPreparedStatement::acquire(); in acquire()
107 OPreparedStatement::release(); in release()
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx59 IMPLEMENT_SERVICE_INFO(OPreparedStatement,"com.sun.star.sdbc.driver.file.PreparedStatement","com.su…
63 OPreparedStatement::OPreparedStatement( OConnection* _pConnection) in DBG_NAME()
72 OPreparedStatement::~OPreparedStatement() in ~OPreparedStatement()
79 void OPreparedStatement::disposing() in disposing()
104 void OPreparedStatement::construct(const ::rtl::OUString& sql) throw(SQLException, RuntimeExceptio… in construct()
133 Any SAL_CALL OPreparedStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
143 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL OPreparedStatement::getType… in getTypes()
154 Reference< XResultSetMetaData > SAL_CALL OPreparedStatement::getMetaData( ) throw(SQLException, Ru… in getMetaData()
167 void SAL_CALL OPreparedStatement::close( ) throw(SQLException, RuntimeException) in close()
178 sal_Bool SAL_CALL OPreparedStatement::execute( ) throw(SQLException, RuntimeException) in execute()
[all …]
H A DFConnection.cxx240 OPreparedStatement* pStmt = new OPreparedStatement(this); in prepareStatement()
H A DFNoException.cxx82 void OPreparedStatement::scanParameter(OSQLParseNode* pParseNode,::std::vector< OSQLParseNode*>& _r… in scanParameter()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx58 IMPLEMENT_SERVICE_INFO(OPreparedStatement,"com.sun.star.sdbcx.OPreparedStatement","com.sun.star.sdb…
61 OPreparedStatement::OPreparedStatement( OConnection* _pConnection,const ::rtl::OUString& sql) in OPreparedStatement() function in OPreparedStatement
89 void SAL_CALL OPreparedStatement::acquire() throw() in acquire()
94 void SAL_CALL OPreparedStatement::release() throw() in release()
99 Any SAL_CALL OPreparedStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
105 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL OPreparedStatement::getType… in getTypes()
111 Reference< XResultSetMetaData > SAL_CALL OPreparedStatement::getMetaData( ) throw(SQLException, Ru… in getMetaData()
125 void SAL_CALL OPreparedStatement::close( ) throw(SQLException, RuntimeException) in close()
150 sal_Bool SAL_CALL OPreparedStatement::execute( ) throw(SQLException, RuntimeException) in execute()
241 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate( ) throw(SQLException, RuntimeException) in executeUpdate()
[all …]
H A Dmakefile.mk46 $(SLO)$/OPreparedStatement.obj \
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx60 IMPLEMENT_SERVICE_INFO(OPreparedStatement,"com.sun.star.sdbcx.APreparedStatement","com.sun.star.sdb…
62 OPreparedStatement::OPreparedStatement( OConnection* _pConnection,const OTypeInfoMap& _TypeInfo,con… in OPreparedStatement() function in OPreparedStatement
93 OPreparedStatement::~OPreparedStatement() in ~OPreparedStatement()
105 Any SAL_CALL OPreparedStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
115 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL OPreparedStatement::getType… in getTypes()
126 Reference< XResultSetMetaData > SAL_CALL OPreparedStatement::getMetaData( ) throw(SQLException, Ru… in getMetaData()
133 void OPreparedStatement::disposing() in disposing()
145 void SAL_CALL OPreparedStatement::close( ) throw(SQLException, RuntimeException) in close()
158 sal_Bool SAL_CALL OPreparedStatement::execute( ) throw(SQLException, RuntimeException) in execute()
193 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate( ) throw(SQLException, RuntimeException) in executeUpdate()
[all …]
H A DACallableStatement.cxx48 : OPreparedStatement( _pConnection, _TypeInfo, sql ) in OCallableStatement()
56 Any aRet = OPreparedStatement::queryInterface(rType); in queryInterface()
222 OPreparedStatement::acquire(); in acquire()
227 OPreparedStatement::release(); in release()
H A DAConnection.cxx187 OPreparedStatement* pStmt = new OPreparedStatement(this,m_aTypeInfo,sql); in prepareStatement()
/trunk/main/connectivity/source/inc/calc/
H A DCPreparedStatement.hxx34 class OCalcPreparedStatement : public file::OPreparedStatement
39 …OCalcPreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection)… in OCalcPreparedStatement()
/trunk/main/connectivity/source/inc/dbase/
H A DDPreparedStatement.hxx34 class ODbasePreparedStatement : public file::OPreparedStatement
39 …ODbasePreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection… in ODbasePreparedStatement()
/trunk/main/connectivity/source/inc/flat/
H A DEPreparedStatement.hxx34 class OFlatPreparedStatement : public file::OPreparedStatement
39 …OFlatPreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection)… in OFlatPreparedStatement()
/trunk/main/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx43 class OPreparedStatement : public OStatement_Base, class
64 virtual ~OPreparedStatement();
69OPreparedStatement( OConnection* _pConnection,const OTypeInfoMap& _TypeInfo,const ::rtl::OUString&…
H A DACallableStatement.hxx40 class OCallableStatement : public OPreparedStatement,
/trunk/main/dbaccess/source/core/inc/
H A Dpreparedstatement.hxx56 class OPreparedStatement : public OStatementBase, class
68OPreparedStatement(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > &…
70 virtual ~OPreparedStatement();
H A Dcallablestatement.hxx41 class OCallableStatement : public OPreparedStatement,
48 :OPreparedStatement(_xConn, _xStatement){} in OCallableStatement()
/trunk/main/connectivity/source/inc/file/
H A DFPreparedStatement.hxx42 class OOO_DLLPUBLIC_FILE SAL_NO_VTABLE OPreparedStatement : public OStatement_BASE2, class
76 virtual ~OPreparedStatement();
80 OPreparedStatement( OConnection* _pConnection);
/trunk/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx48 class OOO_DLLPUBLIC_ODBCBASE OPreparedStatement : class
112 OPreparedStatement( OConnection* _pConnection,const ::rtl::OUString& sql);
/trunk/main/connectivity/source/inc/adabas/
H A DBPreparedStatement.hxx33 class OAdabasPreparedStatement : public ::connectivity::odbc::OPreparedStatement
/trunk/main/connectivity/source/drivers/adabas/
H A DBPreparedStatement.cxx45 : ::connectivity::odbc::OPreparedStatement( _pConnection,sql) in OAdabasPreparedStatement()

12