Uses of Class
org.geotools.data.db2.DB2DialectInfo
-
Packages that use DB2DialectInfo Package Description org.geotools.data.db2 -
-
Uses of DB2DialectInfo in org.geotools.data.db2
Methods in org.geotools.data.db2 that return DB2DialectInfo Modifier and Type Method Description DB2DialectInfoDB2SQLDialect. getDb2DialectInfo()DB2DialectInfoDB2SQLDialectBasic. getDb2DialectInfo()DB2DialectInfoDB2SQLDialectPrepared. getDb2DialectInfo()Constructors in org.geotools.data.db2 with parameters of type DB2DialectInfo Constructor Description DB2SQLDialect(JDBCDataStore dataStore, DB2DialectInfo info)DB2SQLDialectBasic(JDBCDataStore dataStore, DB2DialectInfo info)DB2SQLDialectPrepared(JDBCDataStore dataStore, DB2DialectInfo info)
-