Home
last modified time | relevance | path

Searched refs:OCallableStatement (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx37 IMPLEMENT_SERVICE_INFO(OCallableStatement,"com.sun.star.sdbcx.ACallableStatement","com.sun.star.sdb…
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()
80 Sequence< sal_Int8 > SAL_CALL OCallableStatement::getBytes( sal_Int32 columnIndex ) throw(SQLExcept… in getBytes()
86 ::com::sun::star::util::Date SAL_CALL OCallableStatement::getDate( sal_Int32 columnIndex ) throw(SQ… in getDate()
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()
[all …]
H A DAConnection.cxx199 OCallableStatement* pStmt = new OCallableStatement(this,m_aTypeInfo,sql); in prepareCall()
/AOO41X/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx57 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()
130 void SAL_CALL OCallableStatement::registerOutParameter( sal_Int32 parameterIndex, sal_Int32 sqlType… in registerOutParameter()
142 void SAL_CALL OCallableStatement::registerNumericOutParameter( sal_Int32 parameterIndex, sal_Int32 … in registerNumericOutParameter()
153 sal_Bool SAL_CALL OCallableStatement::wasNull( ) throw(SQLException, RuntimeException) in wasNull()
[all …]
/AOO41X/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx40 class OCallableStatement : public OPreparedStatement, class
47 virtual ~OCallableStatement() {} ; in ~OCallableStatement()
49OCallableStatement( OConnection* _pConnection,const OTypeInfoMap& _TypeInfo,const ::rtl::OUString&…
/AOO41X/main/dbaccess/source/core/inc/
H A Dcallablestatement.hxx41 class OCallableStatement : public OPreparedStatement, class
46OCallableStatement(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > &… in OCallableStatement() function in dbaccess::OCallableStatement
/AOO41X/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx177 xStatement = new OCallableStatement(this, xMasterStatement); in prepareCall()