Searched refs:OCallableStatement (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/connectivity/source/drivers/ado/ |
H A D | ACallableStatement.cxx | 47 OCallableStatement::OCallableStatement( OConnection* _pConnection,const OTypeInfoMap& _TypeInfo,con… in OCallableStatement() function in OCallableStatement 54 Any SAL_CALL OCallableStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() 62 sal_Bool SAL_CALL OCallableStatement::wasNull( ) throw(SQLException, RuntimeException) in wasNull() 68 sal_Bool SAL_CALL OCallableStatement::getBoolean( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBoolean() 74 sal_Int8 SAL_CALL OCallableStatement::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getByte() 92 double SAL_CALL OCallableStatement::getDouble( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getDouble() 99 float SAL_CALL OCallableStatement::getFloat( sal_Int32 columnIndex ) throw(SQLException, RuntimeExc… in getFloat() 106 sal_Int32 SAL_CALL OCallableStatement::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getInt() 113 sal_Int64 SAL_CALL OCallableStatement::getLong( sal_Int32 columnIndex ) throw(SQLException, Runtime… in getLong() 220 void SAL_CALL OCallableStatement::acquire() throw() in acquire() [all …]
|
H A D | AConnection.cxx | 199 OCallableStatement* pStmt = new OCallableStatement(this,m_aTypeInfo,sql); in prepareCall()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | callablestatement.cxx | 57 Sequence< Type > OCallableStatement::getTypes() throw (RuntimeException) in getTypes() 68 Sequence< sal_Int8 > OCallableStatement::getImplementationId() throw (RuntimeException) in getImplementationId() 86 Any OCallableStatement::queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface() 99 void OCallableStatement::acquire() throw () in acquire() 105 void OCallableStatement::release() throw () in release() 112 rtl::OUString OCallableStatement::getImplementationName( ) throw(RuntimeException) in getImplementationName() 119 Sequence< ::rtl::OUString > OCallableStatement::getSupportedServiceNames( ) throw (RuntimeExceptio… in getSupportedServiceNames() 153 sal_Bool SAL_CALL OCallableStatement::wasNull( ) throw(SQLException, RuntimeException) in wasNull() 183 sal_Int8 SAL_CALL OCallableStatement::getByte( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getByte() 202 sal_Int32 SAL_CALL OCallableStatement::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getInt() [all …]
|
/aoo42x/main/connectivity/source/inc/ado/ |
H A D | ACallableStatement.hxx | 40 class OCallableStatement : public OPreparedStatement, class 47 virtual ~OCallableStatement() {} ; in ~OCallableStatement() 49 …OCallableStatement( OConnection* _pConnection,const OTypeInfoMap& _TypeInfo,const ::rtl::OUString&…
|
/aoo42x/main/dbaccess/source/core/inc/ |
H A D | callablestatement.hxx | 41 class OCallableStatement : public OPreparedStatement, class 46 …OCallableStatement(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > &… in OCallableStatement() function in dbaccess::OCallableStatement
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | connection.cxx | 181 xStatement = new OCallableStatement(this, xMasterStatement); in prepareCall()
|
Completed in 60 milliseconds