class DbRepo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private com.healthmarketscience.jackcess.Database |
_db |
Constructor and Description |
---|
DbRepo()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
com.healthmarketscience.jackcess.Table |
getTable(java.lang.String tableName) |
java.lang.String |
getVersion() |
void |
open(java.lang.String modelFileAbsPath) |
public java.lang.String getVersion()
public void open(java.lang.String modelFileAbsPath) throws ApplicationException
ApplicationException
public void close() throws ApplicationException
ApplicationException
public com.healthmarketscience.jackcess.Table getTable(java.lang.String tableName) throws ApplicationException
ApplicationException
Copyright 2009-2015 Tatjana (Tanja) Kostic