public final class DBReferenceSingleton extends Object
| Modifier and Type | Method and Description |
|---|---|
static DBReferenceSingleton |
getInstance() |
DBReference |
getReference(File ref) |
boolean |
loaded(File fl) |
DBReference |
loadReference(File fl,
com.healthmarketscience.jackcess.Database.FileFormat ff,
JackcessOpenerInterface jko,
String pwd) |
DBReference |
put(String path,
DBReference dbr) |
DBReference |
remove(String path) |
public static DBReferenceSingleton getInstance()
public DBReference getReference(File ref)
public boolean loaded(File fl) throws IOException, SQLException
IOExceptionSQLExceptionpublic DBReference loadReference(File fl, com.healthmarketscience.jackcess.Database.FileFormat ff, JackcessOpenerInterface jko, String pwd) throws IOException, SQLException
IOExceptionSQLExceptionpublic DBReference put(String path, DBReference dbr)
public DBReference remove(String path) throws IOException, SQLException
IOExceptionSQLExceptionCopyright © 2012–2019 UCanAccess. All rights reserved.