Lines Matching refs:callVoidMethod

121         callVoidMethod("close",mID);  in disposing()
449 callVoidMethod("beforeFirst",mID); in beforeFirst()
456 callVoidMethod("afterLast",mID); in afterLast()
560 callVoidMethod("cancel",mID); in cancel()
568 callVoidMethod("clearWarnings",mID); in clearWarnings()
594 callVoidMethod("insertRow",mID); in insertRow()
601 callVoidMethod("updateRow",mID); in updateRow()
608 callVoidMethod("deleteRow",mID); in deleteRow()
616 callVoidMethod("cancelRowUpdates",mID); in cancelRowUpdates()
624 callVoidMethod("moveToInsertRow",mID); in moveToInsertRow()
632 callVoidMethod("moveToCurrentRow",mID); in moveToCurrentRow()
648 callVoidMethod("updateBoolean", "(IZ)V", mID, columnIndex, x); in updateBoolean()
655 callVoidMethod("updateByte", "(IB)V", mID, columnIndex, x); in updateByte()
663 callVoidMethod("updateShort", "(IS)V", mID, columnIndex, x); in updateShort()
670 callVoidMethod("updateInt", "(II)V", mID, columnIndex, x); in updateInt()
677 callVoidMethod("updateLong", "(IJ)V", mID, columnIndex, x); in updateLong()
686 callVoidMethod("updateFloat", "(IF)V", mID, columnIndex, x); in updateFloat()
694 callVoidMethod("updateDouble", "(ID)V", mID, columnIndex, x); in updateDouble()
760 callVoidMethod("updateDate", "(ILjava/sql/Date;)V", mID, columnIndex, aD.getJavaObject()); in updateDate()
769 callVoidMethod("updateTime", "(ILjava/sql/Time;)V", mID, columnIndex, aD.getJavaObject()); in updateTime()
778callVoidMethod("updateTimestamp", "(ILjava/sql/Timestamp;)V", mID, columnIndex, aD.getJavaObject()… in updateTimestamp()
951 callVoidMethod("refreshRow",mID); in refreshRow()