Uses of Class
com.agimatec.utility.fileimport.SqlUtil

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)
           
 



Copyright © 2008-2011. All Rights Reserved.