DK11 for Java | tatukgis.jdk.TGIS_DbAbstract.sqlTableGetParam | Constructors | Fields | Methods | Properties | Events
Get a parameter from the table.
// Java public abstract Variant sqlTableGetParam( int _id, java.lang.String _name );
// Oxygene public function sqlTableGetParam( _id : Integer; _name : String ) : Variant; virtual; abstract;
Name | Type | Description |
---|---|---|
_id | int Integer | table index |
_name | java.lang.String String | name of the field |
Type | Description |
---|---|
Variant | field value |