org.xerial.db.layer
Class RelationalTableLayer

java.lang.Object
  extended by org.xerial.db.layer.RelationalTableLayer
All Implemented Interfaces:
DatabaseLayer

public class RelationalTableLayer
extends Object
implements DatabaseLayer


Constructor Summary
RelationalTableLayer(String tableName)
           
 
Method Summary
 DatabaseLayer getParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationalTableLayer

public RelationalTableLayer(String tableName)
Parameters:
tableName -
Method Detail

getParent

public DatabaseLayer getParent()
Specified by:
getParent in interface DatabaseLayer


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.