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
IOException
SQLException
public DBReference loadReference(File fl, com.healthmarketscience.jackcess.Database.FileFormat ff, JackcessOpenerInterface jko, String pwd) throws IOException, SQLException
IOException
SQLException
public DBReference put(String path, DBReference dbr)
public DBReference remove(String path) throws IOException, SQLException
IOException
SQLException
Copyright © 2012–2018 UCanAccess. All rights reserved.