org.gcube.dbinterface.persistence
Class SystemTableInfo

java.lang.Object
  extended by org.gcube.dbinterface.persistence.SystemTableInfo

public class SystemTableInfo
extends Object


Method Summary
protected  void addInfo(Map<String,String> fieldMapping, String tableName)
           
protected  void deleteInfo(String tableName)
           
protected static SystemTableInfo getSystemInfo(org.gcube.common.dbinterface.registry.DBInterface dbInterface)
           
protected  String retrieveFieldName(String tableName, String columnName)
           
protected  TreeMap<String,String> retrieveInfo(String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSystemInfo

protected static SystemTableInfo getSystemInfo(org.gcube.common.dbinterface.registry.DBInterface dbInterface)
                                        throws Exception
Throws:
Exception

retrieveInfo

protected TreeMap<String,String> retrieveInfo(String tableName)
                                       throws Exception
Throws:
Exception

retrieveFieldName

protected String retrieveFieldName(String tableName,
                                   String columnName)
                            throws Exception
Throws:
Exception

addInfo

protected void addInfo(Map<String,String> fieldMapping,
                       String tableName)
                throws Exception
Throws:
Exception

deleteInfo

protected void deleteInfo(String tableName)
                   throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.