All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class DataSources.StandardTable

java.lang.Object
   |
   +----DataSources.StandardTable

public class StandardTable
extends Object
implements DataSource
StandardTable is the simplest example of a DataSource. It is an ASCII file with white-spaces as field separators and is stored on a local file system


Variable Index

 o schema
 o urlString

Constructor Index

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

Method Index

 o getFileName()
 o getSchema()
 o getString()
 o getTypeNm()
 o read(StreamTokenizer)

Variables

 o schema
 protected Schema schema
 o urlString
 protected String urlString

Constructors

 o StandardTable
 public StandardTable()
 o StandardTable
 public StandardTable(Schema sch,
                      String url)
 o StandardTable
 public StandardTable(int nmflds,
                      String s,
                      String url)

Methods

 o getFileName
 public String getFileName()
 o getTypeNm
 public String getTypeNm()
 o read
 public boolean read(StreamTokenizer st) throws IOException
 o getString
 public String getString()
 o getSchema
 public Schema getSchema()

All Packages  Class Hierarchy  This Package  Previous  Next  Index