simpledb.record
Class Schema.FieldInfo

java.lang.Object
  extended by simpledb.record.Schema.FieldInfo
Enclosing class:
Schema

 class Schema.FieldInfo
extends java.lang.Object


Field Summary
(package private)  int length
           
(package private)  int type
           
 
Constructor Summary
Schema.FieldInfo(int type, int length)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

int type

length

int length
Constructor Detail

Schema.FieldInfo

public Schema.FieldInfo(int type,
                        int length)