| Package | Description |
|---|---|
| com.agimatec.utility.fileimport |
| Modifier and Type | Field and Description |
|---|---|
protected SqlUtil |
ImportController.sqlUtil |
| Modifier and Type | Method and Description |
|---|---|
static SqlUtil |
SqlUtil.forConnection(Connection connection)
Ermittele die Datenbank anhand der MetaData der Connection
|
static SqlUtil |
SqlUtil.forHSQLDB()
create an instance for HSQLDB syntax (affects sequences)
|
static SqlUtil |
SqlUtil.forOracle()
create an instance for oracle syntax (affects sequences)
|
static SqlUtil |
SqlUtil.forPostgres()
create an instance for postgres syntax (affects sequences)
|
static SqlUtil |
SqlUtil.getDefault() |
SqlUtil |
ImportController.getSqlUtil() |
| Constructor and Description |
|---|
ImportController(Connection connection,
SqlUtil util) |
ImportController(Connection connection,
SqlUtil util,
String sequenceName) |
Copyright © 2008-2016. All Rights Reserved.