public class LoadJet extends Object
Constructor and Description |
---|
LoadJet(Connection _conn,
com.healthmarketscience.jackcess.Database _dbIo) |
Modifier and Type | Method and Description |
---|---|
void |
addFunctions(Class<?> clazz) |
String |
defaultValue4SQL(com.healthmarketscience.jackcess.Column cl) |
SQLWarning |
getLoadingWarnings() |
void |
loadDB() |
void |
loadDefaultValues(com.healthmarketscience.jackcess.Column cl) |
void |
loadDefaultValues(com.healthmarketscience.jackcess.Table t) |
void |
resetFunctionsDefault() |
void |
setSkipIndexes(boolean _skipIndexes) |
void |
setSysSchema(boolean _sysSchema) |
void |
synchronisationTriggers(String tableName,
boolean hasAutoNumberColumn,
boolean hasAppendOnly) |
Object |
tryDefault(Object defaulT) |
public LoadJet(Connection _conn, com.healthmarketscience.jackcess.Database _dbIo) throws SQLException
SQLException
public void loadDefaultValues(com.healthmarketscience.jackcess.Table t) throws SQLException, IOException
SQLException
IOException
public void loadDefaultValues(com.healthmarketscience.jackcess.Column cl) throws SQLException, IOException
SQLException
IOException
public String defaultValue4SQL(com.healthmarketscience.jackcess.Column cl) throws SQLException, IOException
SQLException
IOException
public void addFunctions(Class<?> clazz) throws SQLException
SQLException
public SQLWarning getLoadingWarnings()
public void resetFunctionsDefault() throws SQLException
SQLException
public void loadDB() throws SQLException, IOException
SQLException
IOException
public void synchronisationTriggers(String tableName, boolean hasAutoNumberColumn, boolean hasAppendOnly) throws SQLException
SQLException
public Object tryDefault(Object defaulT) throws SQLException
SQLException
public void setSysSchema(boolean _sysSchema)
public void setSkipIndexes(boolean _skipIndexes)
Copyright © 2012–2018 UCanAccess. All rights reserved.