prefix is the class name prefix. Core
JTable subclasses use the prefix 'JTable'; third-party JTable classes tend to use the
prefix 'Table'.
Parameters type Class name suffix and file name
[prefix] Class name prefix
Returns New JTable subclass object
getKeyName( ) : string
Gets the name of the primary key field.
Returns Name of the primary key
Appendix
[ 386 ]
getNextOrder( where : string='' ) : int
Gets the next place available in the current ordering. Using reorder() before using this
method will ensure there are no gaps in the ordering.
Parameters [where] WHERE clause
Returns Next place available in the current ordering
getTableName( ) : string
Gets the name of the table.
Returns Name of the table
hit( oid : string=null, log : boolean=false ) : void
Increases the hit counter of the buffered record or, if oid is specified, the record identified
by oid.
Parameters [oid] Record ID
[log] Has no effect
[static] isCheckedOut( with : int=0, against : int=null ) : boolean
Determines if the buffered record is checked out by any user other than the current user.
Pages:
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540