Lines Matching refs:java_sql_Statement_Base

63 jclass java_sql_Statement_Base::theClass = 0;
66 java_sql_Statement_Base::java_sql_Statement_Base( JNIEnv * pEnv, java_sql_Connection& _rCon ) in java_sql_Statement_Base() function in java_sql_Statement_Base
81 java_sql_Statement_Base::~java_sql_Statement_Base() in ~java_sql_Statement_Base()
102 java_sql_Statement_Base::disposing(); in disposing()
105 jclass java_sql_Statement_Base::getMyClass() const in getMyClass()
113 void SAL_CALL java_sql_Statement_Base::disposing(void) in disposing()
127 Any SAL_CALL java_sql_Statement_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
135 Sequence< Type > SAL_CALL java_sql_Statement_Base::getTypes( ) throw(RuntimeException) in getTypes()
152 Reference< XResultSet > SAL_CALL java_sql_Statement_Base::getGeneratedValues( ) throw (SQLExceptio… in getGeneratedValues()
195 void SAL_CALL java_sql_Statement_Base::cancel( ) throw(RuntimeException) in cancel()
204 void SAL_CALL java_sql_Statement_Base::close( ) throw(::com::sun::star::sdbc::SQLException, Runtim… in close()
227 sal_Bool SAL_CALL java_sql_Statement_Base::execute( const ::rtl::OUString& sql ) throw(SQLException… in execute()
261 Reference< XResultSet > SAL_CALL java_sql_Statement_Base::executeQuery( const ::rtl::OUString& sql … in executeQuery()
296 Reference< XConnection > SAL_CALL java_sql_Statement_Base::getConnection( ) throw(SQLException, Ru… in getConnection()
307 return aRet.hasValue() ? aRet : java_sql_Statement_Base::queryInterface(rType); in queryInterface()
345 sal_Int32 SAL_CALL java_sql_Statement_Base::executeUpdate( const ::rtl::OUString& sql ) throw(SQLEx… in executeUpdate()
359 Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL java_sql_Statement_Base::getResultSet( ) … in getResultSet()
371 sal_Int32 SAL_CALL java_sql_Statement_Base::getUpdateCount( ) throw(::com::sun::star::sdbc::SQLExc… in getUpdateCount()
382 sal_Bool SAL_CALL java_sql_Statement_Base::getMoreResults( ) throw(::com::sun::star::sdbc::SQLExce… in getMoreResults()
390 Any SAL_CALL java_sql_Statement_Base::getWarnings( ) throw(::com::sun::star::sdbc::SQLException, R… in getWarnings()
408 void SAL_CALL java_sql_Statement_Base::clearWarnings( ) throw(::com::sun::star::sdbc::SQLException… in clearWarnings()
421 sal_Int32 java_sql_Statement_Base::getQueryTimeOut() throw(SQLException, RuntimeException) in getQueryTimeOut()
427 sal_Int32 java_sql_Statement_Base::getMaxRows() throw(SQLException, RuntimeException) in getMaxRows()
433 sal_Int32 java_sql_Statement_Base::getResultSetConcurrency() throw(SQLException, RuntimeException) in getResultSetConcurrency()
440 sal_Int32 java_sql_Statement_Base::getResultSetType() throw(SQLException, RuntimeException) in getResultSetType()
446 sal_Int32 java_sql_Statement_Base::impl_getProperty(const char* _pMethodName, jmethodID& _inout_Met… in impl_getProperty()
455 sal_Int32 java_sql_Statement_Base::impl_getProperty(const char* _pMethodName, jmethodID& _inout_Met… in impl_getProperty()
463 sal_Int32 java_sql_Statement_Base::getFetchDirection() throw(SQLException, RuntimeException) in getFetchDirection()
469 sal_Int32 java_sql_Statement_Base::getFetchSize() throw(SQLException, RuntimeException) in getFetchSize()
475 sal_Int32 java_sql_Statement_Base::getMaxFieldSize() throw(SQLException, RuntimeException) in getMaxFieldSize()
481 ::rtl::OUString java_sql_Statement_Base::getCursorName() throw(SQLException, RuntimeException) in getCursorName()
498 void java_sql_Statement_Base::setQueryTimeOut(sal_Int32 _par0) throw(SQLException, RuntimeException) in setQueryTimeOut()
509 void java_sql_Statement_Base::setEscapeProcessing(sal_Bool _par0) throw(SQLException, RuntimeExcept… in setEscapeProcessing()
523 void java_sql_Statement_Base::setMaxRows(sal_Int32 _par0) throw(SQLException, RuntimeException) in setMaxRows()
533 void java_sql_Statement_Base::setResultSetConcurrency(sal_Int32 _par0) throw(SQLException, RuntimeE… in setResultSetConcurrency()
543 void java_sql_Statement_Base::setResultSetType(sal_Int32 _par0) throw(SQLException, RuntimeExceptio… in setResultSetType()
553 void java_sql_Statement_Base::setFetchDirection(sal_Int32 _par0) throw(SQLException, RuntimeExcepti… in setFetchDirection()
564 void java_sql_Statement_Base::setFetchSize(sal_Int32 _par0) throw(SQLException, RuntimeException) in setFetchSize()
576 void java_sql_Statement_Base::setMaxFieldSize(sal_Int32 _par0) throw(SQLException, RuntimeException) in setMaxFieldSize()
586 void java_sql_Statement_Base::setCursorName(const ::rtl::OUString &_par0) throw(SQLException, Runti… in setCursorName()
599 ::cppu::IPropertyArrayHelper* java_sql_Statement_Base::createArrayHelper( ) const in createArrayHelper()
619 ::cppu::IPropertyArrayHelper & java_sql_Statement_Base::getInfoHelper() in getInfoHelper()
622 return *const_cast<java_sql_Statement_Base*>(this)->getArrayHelper(); in getInfoHelper()
625 sal_Bool java_sql_Statement_Base::convertFastPropertyValue( in convertFastPropertyValue()
660 void java_sql_Statement_Base::setFastPropertyValue_NoBroadcast( in setFastPropertyValue_NoBroadcast()
702 void java_sql_Statement_Base::getFastPropertyValue( in getFastPropertyValue()
707 java_sql_Statement_Base* THIS = const_cast<java_sql_Statement_Base*>(this); in getFastPropertyValue()
799 void SAL_CALL java_sql_Statement_Base::acquire() throw() in acquire()
804 void SAL_CALL java_sql_Statement_Base::release() throw() in release()
819 …:Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL java_sql_Statement_Base::getPrope… in getPropertySetInfo()