Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx47 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 DAConnection.cxx199 OCallableStatement* pStmt = new OCallableStatement(this,m_aTypeInfo,sql); in prepareCall()
/trunk/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()
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 …]
/trunk/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&…
/trunk/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
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx181 xStatement = new OCallableStatement(this, xMasterStatement); in prepareCall()

Completed in 36 milliseconds