Home
last modified time | relevance | path

Searched refs:callBooleanMethod (Results 1 – 8 of 8) sorted by relevance

/trunk/main/connectivity/source/drivers/jdbc/
H A DResultSet.cxx428 return callBooleanMethod( "isAfterLast", mID ); in isAfterLast()
435 return callBooleanMethod( "isFirst", mID ); in isFirst()
442 return callBooleanMethod( "isLast", mID ); in isLast()
471 return callBooleanMethod( "first", mID ); in first()
479 return callBooleanMethod( "last", mID ); in last()
500 return callBooleanMethod( "previous", mID ); in previous()
514 return callBooleanMethod( "rowDeleted", mID ); in rowDeleted()
521 return callBooleanMethod( "rowInserted", mID ); in rowInserted()
528 return callBooleanMethod( "rowUpdated", mID ); in rowUpdated()
544 return callBooleanMethod( "next", mID ); in next()
[all …]
H A DJConnection.cxx377 return callBooleanMethod( "isClosed", mID ) && java_sql_Connection_BASE::rBHelper.bDisposed; in isClosed()
385 return callBooleanMethod( "isReadOnly", mID ); in isReadOnly()
403 return callBooleanMethod( "getAutoCommit", mID ); in getAutoCommit()
H A DObject.cxx239 sal_Bool java_lang_Object::callBooleanMethod( const char* _pMethodName, jmethodID& _inout_MethodID … in callBooleanMethod() function in java_lang_Object
H A DCallableStatement.cxx80 return callBooleanMethod( "wasNull", mID ); in wasNull()
H A DJStatement.cxx385 return callBooleanMethod( "getMoreResults", mID ); in getMoreResults()
H A DPreparedStatement.cxx106 return callBooleanMethod( "execute", mID ); in execute()
H A DDatabaseMetaData.cxx554 jboolean out( java_lang_Object::callBooleanMethod(_pMethodName,_inout_MethodID) ); in impl_callBooleanMethod()
/trunk/main/connectivity/source/inc/java/lang/
H A DObject.hxx130 … sal_Bool callBooleanMethod( const char* _pMethodName, jmethodID& _inout_MethodID ) const;

Completed in 65 milliseconds