LibMyWitch Field Object
Blob property
property MyWitch_Field.Blob As boolean
Datatype of field is 'blob'
FieldName property
Returns the field name
MaxLength property
Returns the length of the longest field value present in the result set.
MultipleKey property
property MyWitch_Field.MultipleKey As boolean
Field is part of a non-unique key
MySqlType property
Returns the type of the field.
NotNull property
property MyWitch_Field.NotNull As boolean
Field can't be NULL
Numeric property
property MyWitch_Field.Numeric As boolean
Field is numeric
PrimaryKey property
property MyWitch_Field.PrimaryKey As boolean
Field is part of a primary key
Table property
property MyWitch_Field.Table as string
Returns the table, from which the curent field/column is part from
UniqueKey property
property MyWitch_Field.UniqueKey As boolean
Field is part of a unique key
Unsigned property
property MyWitch_Field.Unsigned As boolean
Field is unsigned
Value property
property MyWitch_Field.Value as string
Returns value of the curent column (index) of current record
Zerofill property
property MyWitch_Field.Zerofill As boolean
Field has the ZEROFILL attribute
|