All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Types.Schema

java.lang.Object
   |
   +----Types.Schema

public class Schema
extends Object

Constructor Index

 o Schema()
 o Schema(int, String)
 o Schema(int, String, String)

Method Index

 o getAttributeNames()
 o getnumFlds()
 o getString()
 o getTypeAttr()
 o getTypeDescs()
 o main(String[])
 o printAttrnms()
 o printTypes()
 o read(StreamTokenizer)

Constructors

 o Schema
 public Schema()
 o Schema
 public Schema(int nf,
               String str)
 o Schema
 public Schema(int numFlds,
               String types,
               String attrnms)

Methods

 o getAttributeNames
 public String[] getAttributeNames()
 o getTypeDescs
 public TypeDesc[] getTypeDescs()
 o read
 public boolean read(StreamTokenizer st) throws IOException
 o getnumFlds
 public int getnumFlds()
 o getString
 public String getString()
 o getTypeAttr
 public String getTypeAttr()
 o printTypes
 public void printTypes()
 o printAttrnms
 public void printAttrnms()
 o main
 public static void main(String str[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index