Home
last modified time | relevance | path

Searched refs:java_sql_CallableStatement (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx48 IMPLEMENT_SERVICE_INFO(java_sql_CallableStatement,"com.sun.star.sdbcx.ACallableStatement","com.sun.…
53 java_sql_CallableStatement::java_sql_CallableStatement( JNIEnv * pEnv, java_sql_Connection& _rCon,c… in java_sql_CallableStatement() function in java_sql_CallableStatement
58 java_sql_CallableStatement::~java_sql_CallableStatement() in ~java_sql_CallableStatement()
63 Any SAL_CALL java_sql_CallableStatement::queryInterface( const Type & rType ) throw(RuntimeExceptio… in queryInterface()
69 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL java_sql_CallableStatement:… in getTypes()
77 sal_Bool SAL_CALL java_sql_CallableStatement::wasNull( ) throw(starsdbc::SQLException, RuntimeExce… in wasNull()
83 sal_Bool SAL_CALL java_sql_CallableStatement::getBoolean( sal_Int32 columnIndex ) throw(starsdbc::S… in getBoolean()
88 sal_Int8 SAL_CALL java_sql_CallableStatement::getByte( sal_Int32 columnIndex ) throw(starsdbc::SQLE… in getByte()
96 Sequence< sal_Int8 > SAL_CALL java_sql_CallableStatement::getBytes( sal_Int32 columnIndex ) throw(s… in getBytes()
115 ::com::sun::star::util::Date SAL_CALL java_sql_CallableStatement::getDate( sal_Int32 columnIndex ) … in getDate()
[all …]
H A DJConnection.cxx526java_sql_CallableStatement* pStatement = new java_sql_CallableStatement( t.pEnv, *this, sSqlStatem… in prepareCall()
/AOO42X/main/connectivity/source/inc/java/sql/
H A DCallableStatement.hxx37 class java_sql_CallableStatement : public java_sql_PreparedStatement, class
46 virtual ~java_sql_CallableStatement();
52java_sql_CallableStatement( JNIEnv * pEnv, java_sql_Connection& _rCon, const ::rtl::OUString& sql …