DK11 for Java | tatukgis.jdk.TGIS_DbAbstract.sqlTableSetField | Constructors | Fields | Methods | Properties | Events
Set a field to the table.
// Java public abstract void sqlTableSetField( int _id, java.lang.String _name, Variant _val, int _defSize );
// Oxygene public procedure sqlTableSetField( _id : Integer; _name : String; _val : Variant; _defSize : Integer ); virtual; abstract;
Name | Type | Description |
---|---|---|
_id | int Integer | table index |
_name | java.lang.String String | name of the field |
_val | Variant | value of the field |
_defSize | int Integer | default size |