Searched refs:impl_callBooleanMethodWithIntArg (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/connectivity/source/drivers/jdbc/ |
H A D | DatabaseMetaData.cxx | 837 return impl_callBooleanMethodWithIntArg( "supportsTransactionIsolationLevel", mID, level ); in supportsTransactionIsolationLevel() 1336 return impl_callBooleanMethodWithIntArg( "supportsResultSetType", mID, setType ); in supportsResultSetType() 1361 return impl_callBooleanMethodWithIntArg( "ownUpdatesAreVisible", mID, setType ); in ownUpdatesAreVisible() 1367 return impl_callBooleanMethodWithIntArg( "ownDeletesAreVisible", mID, setType ); in ownDeletesAreVisible() 1373 return impl_callBooleanMethodWithIntArg( "ownInsertsAreVisible", mID, setType ); in ownInsertsAreVisible() 1379 return impl_callBooleanMethodWithIntArg( "othersUpdatesAreVisible", mID, setType ); in othersUpdatesAreVisible() 1385 return impl_callBooleanMethodWithIntArg( "othersDeletesAreVisible", mID, setType ); in othersDeletesAreVisible() 1391 return impl_callBooleanMethodWithIntArg( "othersInsertsAreVisible", mID, setType ); in othersInsertsAreVisible() 1397 return impl_callBooleanMethodWithIntArg( "updatesAreDetected", mID, setType ); in updatesAreDetected() 1403 return impl_callBooleanMethodWithIntArg( "deletesAreDetected", mID, setType ); in deletesAreDetected() [all …]
|
/aoo42x/main/connectivity/source/inc/java/sql/ |
H A D | DatabaseMetaData.hxx | 210 …sal_Bool impl_callBooleanMethodWithIntArg( const char* _pMethodName, jmethodID& _inout_Meth…
|
Completed in 21 milliseconds