DK11 for Java | tatukgis.jdk.TGIS_DbAbstract.sqlTableEof | Constructors | Fields | Methods | Properties | Events
Test for Eof on the table. Close the table if Eof.
// Java public abstract bool sqlTableEof( int _id );
// Oxygene public function sqlTableEof( _id : Integer ) : Boolean; virtual; abstract;
Name | Type | Description |
---|---|---|
_id | int Integer | table index |
Type | Description |
---|---|
bool Boolean | True if eof is reached |