Lines Matching refs:callBooleanMethod
357 aRet <<= aVal.callBooleanMethod("booleanValue",methodID); in getObject()
428 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()
536 return callBooleanMethod( "isBeforeFirst", mID ); in isBeforeFirst()
544 return callBooleanMethod( "next", mID ); in next()
552 return callBooleanMethod( "wasNull", mID ); in wasNull()