This sets the record's checked_out field to zero and checked_out_time to a null
date-time.
Parameters [oid] Record ID
Returns true on success
Appendix
[ 385 ]
checkout( who : id, oid : string=null ) : boolean
Checks out the buffered record or, if oid is specified, checks out the record identified by
oid. This sets the record's checked_out field to who and checked_out_time to the
current date-time.
Parameters who User's ID
[oid] Record ID
Returns true on success
delete( oid : string=null ) : boolean
Deletes the buffered record or, if oid is specified, deletes the record identified by oid.
Parameters [oid] Record ID
Returns true on success
&getDBO( ) : JDatabase
Gets the database connection object.
Returns Database connection object
getErrorNum( ) : int
Gets the object error number. 0 (zero) means no error.
Returns Error number
static &getInstance( type : string, prefix : string='JTable' ) : mixed
Gets a new JTable subclass object. type is the name of the file the class resides in and
the class name suffix, normally the entity name.
Pages:
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539