org.xerial.db.layer
Class RelationalDatabaseLayer

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

public class RelationalDatabaseLayer
extends Object
implements DatabaseLayer


Constructor Summary
RelationalDatabaseLayer(org.xerial.db.layer.RelationalDatabaseLayer.SystemType systemType, String jdbcAddress)
           
 
Method Summary
 Connection getConnection()
           
 DatabaseLayer getParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationalDatabaseLayer

public RelationalDatabaseLayer(org.xerial.db.layer.RelationalDatabaseLayer.SystemType systemType,
                               String jdbcAddress)
Method Detail

getConnection

public Connection getConnection()

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.