All Packages Class Hierarchy This Package Previous Next Index
Class Types.Schema
java.lang.Object
|
+----Types.Schema
- public class Schema
- extends Object
-
Schema()
-
-
Schema(int, String)
-
-
Schema(int, String, String)
-
-
getAttributeNames()
-
-
getnumFlds()
-
-
getString()
-
-
getTypeAttr()
-
-
getTypeDescs()
-
-
main(String[])
-
-
printAttrnms()
-
-
printTypes()
-
-
read(StreamTokenizer)
-
Schema
public Schema()
Schema
public Schema(int nf,
String str)
Schema
public Schema(int numFlds,
String types,
String attrnms)
getAttributeNames
public String[] getAttributeNames()
getTypeDescs
public TypeDesc[] getTypeDescs()
read
public boolean read(StreamTokenizer st) throws IOException
getnumFlds
public int getnumFlds()
getString
public String getString()
getTypeAttr
public String getTypeAttr()
printTypes
public void printTypes()
printAttrnms
public void printAttrnms()
main
public static void main(String str[])
All Packages Class Hierarchy This Package Previous Next Index