All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface DataSources.DataSource

public interface DataSource
DataSource interface is used to retreive all the relevant information about a particular relation.


Method Index

 o getSchema()
 o getString()

Methods

 o getSchema
 public abstract Schema getSchema()
 o getString
 public abstract String getString()

All Packages  Class Hierarchy  This Package  Previous  Next  Index