public class KbJDBCHelper extends Object
| Constructor and Description |
|---|
KbJDBCHelper(KBRoot root) |
| Modifier and Type | Method and Description |
|---|---|
protected Connection |
getConnection() |
DirContent |
getDirContent(String fullPath) |
List<DirEntry> |
getFeatureClasses(String fullPath) |
List<Dir> |
getFeatureDatasets(String currentPath,
String type) |
String |
getMetadata(String currentPath) |
protected String |
getTableName(String name) |
void |
saveMetadata(String currentPath,
String metadata) |
String |
syncMetadata(String fullPath,
String metadata) |
protected KBRoot root
public KbJDBCHelper(KBRoot root)
protected Connection getConnection() throws NamingException, SQLException
NamingExceptionSQLExceptionpublic DirContent getDirContent(String fullPath) throws Exception
Exceptionpublic List<Dir> getFeatureDatasets(String currentPath, String type) throws Exception
Exceptionpublic List<DirEntry> getFeatureClasses(String fullPath) throws Exception
Exceptionpublic void saveMetadata(String currentPath, String metadata) throws Exception
ExceptionCopyright © 2015. All rights reserved.