Lines Matching refs:java_sql_CallableStatement

48 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()
123 double SAL_CALL java_sql_CallableStatement::getDouble( sal_Int32 columnIndex ) throw(starsdbc::SQLE… in getDouble()
132 float SAL_CALL java_sql_CallableStatement::getFloat( sal_Int32 columnIndex ) throw(starsdbc::SQLExc… in getFloat()
141 sal_Int32 SAL_CALL java_sql_CallableStatement::getInt( sal_Int32 columnIndex ) throw(starsdbc::SQLE… in getInt()
149 sal_Int64 SAL_CALL java_sql_CallableStatement::getLong( sal_Int32 columnIndex ) throw(starsdbc::SQL… in getLong()
158 Any SAL_CALL java_sql_CallableStatement::getObject( sal_Int32 columnIndex, const Reference< ::com::… in getObject()
168 sal_Int16 SAL_CALL java_sql_CallableStatement::getShort( sal_Int32 columnIndex ) throw(starsdbc::SQ… in getShort()
177 ::rtl::OUString SAL_CALL java_sql_CallableStatement::getString( sal_Int32 columnIndex ) throw(stars… in getString()
187 …::com::sun::star::util::Time SAL_CALL java_sql_CallableStatement::getTime( sal_Int32 columnIndex )… in getTime()
197 …::com::sun::star::util::DateTime SAL_CALL java_sql_CallableStatement::getTimestamp( sal_Int32 colu… in getTimestamp()
207 void SAL_CALL java_sql_CallableStatement::registerOutParameter( sal_Int32 parameterIndex, sal_Int32… in registerOutParameter()
228 void SAL_CALL java_sql_CallableStatement::registerNumericOutParameter( sal_Int32 parameterIndex, sa… in registerNumericOutParameter()
247 jclass java_sql_CallableStatement::theClass = 0;
249 jclass java_sql_CallableStatement::getMyClass() const in getMyClass()
257 Reference< ::com::sun::star::io::XInputStream > SAL_CALL java_sql_CallableStatement::getBinaryStrea… in getBinaryStream()
262 Reference< ::com::sun::star::io::XInputStream > SAL_CALL java_sql_CallableStatement::getCharacterSt… in getCharacterStream()
268 Reference< starsdbc::XArray > SAL_CALL java_sql_CallableStatement::getArray( sal_Int32 columnIndex … in getArray()
278 Reference< starsdbc::XClob > SAL_CALL java_sql_CallableStatement::getClob( sal_Int32 columnIndex ) … in getClob()
287 Reference< starsdbc::XBlob > SAL_CALL java_sql_CallableStatement::getBlob( sal_Int32 columnIndex ) … in getBlob()
297 Reference< starsdbc::XRef > SAL_CALL java_sql_CallableStatement::getRef( sal_Int32 columnIndex ) th… in getRef()
307 void SAL_CALL java_sql_CallableStatement::acquire() throw() in acquire()
312 void SAL_CALL java_sql_CallableStatement::release() throw() in release()
317 void java_sql_CallableStatement::createStatement(JNIEnv* /*_pEnv*/) in createStatement()