Searched refs:callBooleanMethodWithIntArg (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/connectivity/source/drivers/jdbc/ |
H A D | ResultSetMetaData.cxx | 102 return callBooleanMethodWithIntArg( "isCaseSensitive", mID,column ); in isCaseSensitive() 162 return callBooleanMethodWithIntArg( "isCurrency", mID,column ); in isCurrency() 170 return callBooleanMethodWithIntArg( "isAutoIncrement", mID,column ); in isAutoIncrement() 179 return callBooleanMethodWithIntArg( "isSigned", mID,column ); in isSigned() 208 return callBooleanMethodWithIntArg( "isSearchable", mID,column ); in isSearchable() 216 return callBooleanMethodWithIntArg( "isReadOnly", mID,column ); in isReadOnly() 224 return callBooleanMethodWithIntArg( "isDefinitelyWritable", mID,column ); in isDefinitelyWritable() 231 return callBooleanMethodWithIntArg( "isWritable", mID,column ); in isWritable()
|
H A D | ResultSet.cxx | 180 return callBooleanMethodWithIntArg( "getBoolean", mID,columnIndex ); in getBoolean() 486 return callBooleanMethodWithIntArg( "absolute", mID,row ); in absolute() 493 return callBooleanMethodWithIntArg( "relative", mID,row ); in relative()
|
H A D | Object.cxx | 253 sal_Bool java_lang_Object::callBooleanMethodWithIntArg( const char* _pMethodName, jmethodID& _inout… in callBooleanMethodWithIntArg() function in java_lang_Object
|
H A D | CallableStatement.cxx | 86 return callBooleanMethodWithIntArg( "getBoolean", mID,columnIndex ); in getBoolean()
|
H A D | DatabaseMetaData.cxx | 590 jboolean out( callBooleanMethodWithIntArg(_pMethodName,_inout_MethodID,_nArgument) ); in impl_callBooleanMethodWithIntArg()
|
/aoo42x/main/connectivity/source/inc/java/lang/ |
H A D | Object.hxx | 131 …sal_Bool callBooleanMethodWithIntArg( const char* _pMethodName, jmethodID& _inout_MethodID,…
|
Completed in 47 milliseconds