|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlUtil | |
|---|---|
| com.agimatec.utility.fileimport | |
| Uses of SqlUtil in com.agimatec.utility.fileimport |
|---|
| Fields in com.agimatec.utility.fileimport declared as SqlUtil | |
|---|---|
protected SqlUtil |
ImportController.sqlUtil
|
| Methods in com.agimatec.utility.fileimport that return SqlUtil | |
|---|---|
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()
|
| Constructors in com.agimatec.utility.fileimport with parameters of type SqlUtil | |
|---|---|
ImportController(Connection connection,
SqlUtil util)
|
|
ImportController(Connection connection,
SqlUtil util,
String sequenceName)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||