| /trunk/main/mysqlc/source/ |
| H A D | mysqlc_preparedstatement.cxx | 61 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 D | mysqlc_preparedstatement.hxx | 65 class OPreparedStatement : public OCommonStatement, class 78 virtual ~OPreparedStatement(); 81 OPreparedStatement(OConnection* _pConnection, sql::PreparedStatement * cppPrepStmt);
|
| /trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
| H A D | SPreparedStatement.cxx | 42 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 D | SPreparedStatement.hxx | 45 class OPreparedStatement : public OStatement_BASE2, class 82 virtual ~OPreparedStatement(); 86 …OPreparedStatement( OConnection* _pConnection,const TTypeInfoVector& _TypeInfo,const ::rtl::OUStri…
|
| /trunk/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() 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 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()
|
| /trunk/main/connectivity/source/drivers/file/ |
| H A D | FPreparedStatement.cxx | 59 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 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()
|
| /trunk/main/connectivity/source/drivers/odbcbase/ |
| H A D | OPreparedStatement.cxx | 58 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 D | makefile.mk | 46 $(SLO)$/OPreparedStatement.obj \
|
| /trunk/main/connectivity/source/drivers/ado/ |
| H A D | APreparedStatement.cxx | 60 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 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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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,
|
| /trunk/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()
|
| /trunk/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);
|
| /trunk/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);
|
| /trunk/main/connectivity/source/inc/adabas/ |
| H A D | BPreparedStatement.hxx | 33 class OAdabasPreparedStatement : public ::connectivity::odbc::OPreparedStatement
|
| /trunk/main/connectivity/source/drivers/adabas/ |
| H A D | BPreparedStatement.cxx | 45 : ::connectivity::odbc::OPreparedStatement( _pConnection,sql) in OAdabasPreparedStatement()
|