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.cxx65 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()
139 checkDisposed(OPreparedStatement::rBHelper.bDisposed); in getMetaData()
159 void SAL_CALL OPreparedStatement::close() in close()
182 sal_Bool SAL_CALL OPreparedStatement::execute() in execute()
201 sal_Int32 SAL_CALL OPreparedStatement::executeUpdate() in executeUpdate()
845 void SAL_CALL OPreparedStatement::clearParameters() in clearParameters()
864 void SAL_CALL OPreparedStatement::clearBatch() in clearBatch()
[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.cxx45 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()
93 void SAL_CALL OPreparedStatement::close( ) throw(SQLException, RuntimeException) in close()
114 sal_Bool SAL_CALL OPreparedStatement::execute( ) throw(SQLException, RuntimeException) in execute()
334 void SAL_CALL OPreparedStatement::clearParameters( ) throw(SQLException, RuntimeException) in clearParameters()
338 void SAL_CALL OPreparedStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch()
343 void SAL_CALL OPreparedStatement::addBatch( ) throw(SQLException, RuntimeException) in addBatch()
[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()
124 void OPreparedStatement::acquire() throw () in acquire()
130 void OPreparedStatement::release() throw () in release()
137 rtl::OUString OPreparedStatement::getImplementationName( ) throw(RuntimeException) in getImplementationName()
159 void OPreparedStatement::disposing() in disposing()
[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.cxx63 OPreparedStatement::OPreparedStatement( OConnection* _pConnection) in DBG_NAME()
72 OPreparedStatement::~OPreparedStatement() in ~OPreparedStatement()
79 void OPreparedStatement::disposing() in disposing()
167 void SAL_CALL OPreparedStatement::close( ) throw(SQLException, RuntimeException) in close()
414 OResultSet* OPreparedStatement::createResultSet() in createResultSet()
420 Reference<XResultSet> OPreparedStatement::initResultSet() in initResultSet()
437 void SAL_CALL OPreparedStatement::acquire() throw() in acquire()
442 void SAL_CALL OPreparedStatement::release() throw() in release()
447 void OPreparedStatement::checkAndResizeParameters(sal_Int32 parameterIndex) in checkAndResizeParameters()
542 void OPreparedStatement::describeParameter() in describeParameter()
[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.cxx61 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()
623 void OPreparedStatement::initBoundParam () throw(SQLException) in initBoundParam()
677 sal_Int8* OPreparedStatement::getDataBuf (sal_Int32 index) in getDataBuf()
698 sal_Int8* OPreparedStatement::getLengthBuf (sal_Int32 index) in getLengthBuf()
723 sal_Int32 OPreparedStatement::getParamLength ( sal_Int32 index) in getParamLength()
843 void OPreparedStatement::setStream( in setStream()
896 void OPreparedStatement::FreeParams() in FreeParams()
935 void OPreparedStatement::prepareStatement() in prepareStatement()
[all …]
H A Dmakefile.mk46 $(SLO)$/OPreparedStatement.obj \
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx62 OPreparedStatement::OPreparedStatement( OConnection* _pConnection,const OTypeInfoMap& _TypeInfo,con… in OPreparedStatement() function in OPreparedStatement
93 OPreparedStatement::~OPreparedStatement() in ~OPreparedStatement()
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()
212 void OPreparedStatement::setParameter(sal_Int32 parameterIndex, const DataTypeEnum& _eType, in setParameter()
508 void SAL_CALL OPreparedStatement::clearBatch( ) throw(SQLException, RuntimeException) in clearBatch()
515 void SAL_CALL OPreparedStatement::addBatch( ) throw(SQLException, RuntimeException) in addBatch()
526 void SAL_CALL OPreparedStatement::acquire() throw() in acquire()
531 void SAL_CALL OPreparedStatement::release() throw() in release()
[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()

Completed in 97 milliseconds

12