/aoo4110/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.cxx | 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() 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 D | mysqlc_preparedstatement.hxx | 65 class OPreparedStatement : public OCommonStatement, class 78 virtual ~OPreparedStatement(); 81 OPreparedStatement(OConnection* _pConnection, sql::PreparedStatement * cppPrepStmt);
|
/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SPreparedStatement.cxx | 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() 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 D | SPreparedStatement.hxx | 45 class OPreparedStatement : public OStatement_BASE2, class 82 virtual ~OPreparedStatement(); 86 …OPreparedStatement( OConnection* _pConnection,const TTypeInfoVector& _TypeInfo,const ::rtl::OUStri…
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | preparedstatement.cxx | 51 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 D | callablestatement.cxx | 62 OPreparedStatement::getTypes() ); in getTypes() 89 Any aIface = OPreparedStatement::queryInterface( rType ); in queryInterface() 101 OPreparedStatement::acquire(); in acquire() 107 OPreparedStatement::release(); in release()
|
/aoo4110/main/connectivity/source/drivers/file/ |
H A D | FPreparedStatement.cxx | 63 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 D | FConnection.cxx | 240 OPreparedStatement* pStmt = new OPreparedStatement(this); in prepareStatement()
|
H A D | FNoException.cxx | 82 void OPreparedStatement::scanParameter(OSQLParseNode* pParseNode,::std::vector< OSQLParseNode*>& _r… in scanParameter()
|
/aoo4110/main/connectivity/source/drivers/odbcbase/ |
H A D | OPreparedStatement.cxx | 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() 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 D | makefile.mk | 46 $(SLO)$/OPreparedStatement.obj \
|
/aoo4110/main/connectivity/source/drivers/ado/ |
H A D | APreparedStatement.cxx | 62 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 D | ACallableStatement.cxx | 48 : 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 D | AConnection.cxx | 187 OPreparedStatement* pStmt = new OPreparedStatement(this,m_aTypeInfo,sql); in prepareStatement()
|
/aoo4110/main/connectivity/source/inc/calc/ |
H A D | CPreparedStatement.hxx | 34 class OCalcPreparedStatement : public file::OPreparedStatement 39 …OCalcPreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection)… in OCalcPreparedStatement()
|
/aoo4110/main/connectivity/source/inc/dbase/ |
H A D | DPreparedStatement.hxx | 34 class ODbasePreparedStatement : public file::OPreparedStatement 39 …ODbasePreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection… in ODbasePreparedStatement()
|
/aoo4110/main/connectivity/source/inc/flat/ |
H A D | EPreparedStatement.hxx | 34 class OFlatPreparedStatement : public file::OPreparedStatement 39 …OFlatPreparedStatement( file::OConnection* _pConnection) : file::OPreparedStatement( _pConnection)… in OFlatPreparedStatement()
|
/aoo4110/main/connectivity/source/inc/ado/ |
H A D | APreparedStatement.hxx | 43 class OPreparedStatement : public OStatement_Base, class 64 virtual ~OPreparedStatement(); 69 …OPreparedStatement( OConnection* _pConnection,const OTypeInfoMap& _TypeInfo,const ::rtl::OUString&…
|
H A D | ACallableStatement.hxx | 40 class OCallableStatement : public OPreparedStatement,
|
/aoo4110/main/dbaccess/source/core/inc/ |
H A D | preparedstatement.hxx | 56 class OPreparedStatement : public OStatementBase, class 68 …OPreparedStatement(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > &… 70 virtual ~OPreparedStatement();
|
H A D | callablestatement.hxx | 41 class OCallableStatement : public OPreparedStatement, 48 :OPreparedStatement(_xConn, _xStatement){} in OCallableStatement()
|
/aoo4110/main/connectivity/source/inc/file/ |
H A D | FPreparedStatement.hxx | 42 class OOO_DLLPUBLIC_FILE SAL_NO_VTABLE OPreparedStatement : public OStatement_BASE2, class 76 virtual ~OPreparedStatement(); 80 OPreparedStatement( OConnection* _pConnection);
|
/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | OPreparedStatement.hxx | 48 class OOO_DLLPUBLIC_ODBCBASE OPreparedStatement : class 112 OPreparedStatement( OConnection* _pConnection,const ::rtl::OUString& sql);
|
/aoo4110/main/connectivity/source/inc/adabas/ |
H A D | BPreparedStatement.hxx | 33 class OAdabasPreparedStatement : public ::connectivity::odbc::OPreparedStatement
|
/aoo4110/main/connectivity/source/drivers/adabas/ |
H A D | BPreparedStatement.cxx | 45 : ::connectivity::odbc::OPreparedStatement( _pConnection,sql) in OAdabasPreparedStatement()
|