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
SQLExceptionpublic void loadDefaultValues(com.healthmarketscience.jackcess.Table t)
throws SQLException,
IOException
SQLExceptionIOExceptionpublic void loadDefaultValues(com.healthmarketscience.jackcess.Column cl)
throws SQLException,
IOException
SQLExceptionIOExceptionpublic String defaultValue4SQL(com.healthmarketscience.jackcess.Column cl) throws SQLException, IOException
SQLExceptionIOExceptionpublic void addFunctions(Class<?> clazz) throws SQLException
SQLExceptionpublic SQLWarning getLoadingWarnings()
public void resetFunctionsDefault()
throws SQLException
SQLExceptionpublic void loadDB()
throws SQLException,
IOException
SQLExceptionIOExceptionpublic void synchronisationTriggers(String tableName, boolean hasAutoNumberColumn, boolean hasAppendOnly) throws SQLException
SQLExceptionpublic Object tryDefault(Object defaulT) throws SQLException
SQLExceptionpublic void setSysSchema(boolean _sysSchema)
public void setSkipIndexes(boolean _skipIndexes)
Copyright © 2012–2019 UCanAccess. All rights reserved.