All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class msql.MsqlFieldDesc

java.lang.Object
   |
   +----msql.MsqlFieldDesc

public class MsqlFieldDesc
extends Object
MsqlFieldDesc - description of a table column.


Constructor Index

 o MsqlFieldDesc(String[])
MsqlFieldDesc - Constructs a Field Desc from an array of strings.

Method Index

 o FieldLength()
Return the length of this field.
 o FieldName()
Return the name of this field.
 o FieldType()
Return the type of this field.
 o IsKey()
Return the Key flag for this field.
 o NonNull()
Return the NonNull flag for ths field.
 o TableName()
Return name of base table containing this field.
 o toString()
MsqlFieldDesc - Constructs a Field Desc from an array of strings.

Constructors

 o MsqlFieldDesc
 public MsqlFieldDesc(String row[])
MsqlFieldDesc - Constructs a Field Desc from an array of strings.

Methods

 o TableName
 public String TableName()
Return name of base table containing this field.

 o FieldName
 public String FieldName()
Return the name of this field.

 o FieldType
 public int FieldType()
Return the type of this field.

 o FieldLength
 public int FieldLength()
Return the length of this field.

 o NonNull
 public boolean NonNull()
Return the NonNull flag for ths field.

 o IsKey
 public boolean IsKey()
Return the Key flag for this field.

 o toString
 public String toString()
MsqlFieldDesc - Constructs a Field Desc from an array of strings.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index