Uses of Class
org.jooq.SchemaMapping

Packages that use SchemaMapping
org.jooq   
org.jooq.impl   
org.jooq.util.ase   
org.jooq.util.cubrid   
org.jooq.util.db2   
org.jooq.util.derby   
org.jooq.util.h2   
org.jooq.util.hsqldb   
org.jooq.util.ingres   
org.jooq.util.mysql   
org.jooq.util.oracle   
org.jooq.util.postgres   
org.jooq.util.sqlite   
org.jooq.util.sqlserver   
org.jooq.util.sybase   
 

Uses of SchemaMapping in org.jooq
 

Fields in org.jooq declared as SchemaMapping
static SchemaMapping SchemaMapping.NO_MAPPING
          Deprecated. - 2.0.5 - Do not reuse this SchemaMapping!
 

Methods in org.jooq that return SchemaMapping
 SchemaMapping Configuration.getSchemaMapping()
          Deprecated. - 2.0.5 - Use Configuration.getSettings() instead
 

Uses of SchemaMapping in org.jooq.impl
 

Methods in org.jooq.impl that return SchemaMapping
 SchemaMapping Factory.getSchemaMapping()
          Deprecated. 
 

Constructors in org.jooq.impl with parameters of type SchemaMapping
Factory(Connection connection, SQLDialect dialect, SchemaMapping mapping)
          Deprecated. - 2.0.5 - Use Factory.Factory(Connection, SQLDialect, Settings) instead
 

Uses of SchemaMapping in org.jooq.util.ase
 

Constructors in org.jooq.util.ase with parameters of type SchemaMapping
ASEFactory(Connection connection, SchemaMapping mapping)
          Deprecated. - 2.0.5 - Use ASEFactory.ASEFactory(Connection, Settings) instead
 

Uses of SchemaMapping in org.jooq.util.cubrid
 

Constructors in org.jooq.util.cubrid with parameters of type SchemaMapping
CUBRIDFactory(Connection connection, SchemaMapping mapping)
          Deprecated. - 2.0.5 - Use CUBRIDFactory.CUBRIDFactory(Connection, Settings) instead
 

Uses of SchemaMapping in org.jooq.util.db2
 

Constructors in org.jooq.util.db2 with parameters of type SchemaMapping
DB2Factory(Connection connection, SchemaMapping mapping)
          Deprecated. - 2.0.5 - Use DB2Factory.DB2Factory(Connection, Settings) instead
 

Uses of SchemaMapping in org.jooq.util.derby
 

Constructors in org.jooq.util.derby with parameters of type SchemaMapping
DerbyFactory(Connection connection, SchemaMapping mapping)
          Deprecated. - 2.0.5 - Use DerbyFactory.DerbyFactory(Connection, Settings) instead
 

Uses of SchemaMapping in org.jooq.util.h2
 

Constructors in org.jooq.util.h2 with parameters of type SchemaMapping
H2Factory(Connection connection, SchemaMapping mapping)
          Deprecated. - 2.0.5 - Use H2Factory.H2Factory(Connection, Settings) instead
 

Uses of SchemaMapping in org.jooq.util.hsqldb
 

Constructors in org.jooq.util.hsqldb with parameters of type SchemaMapping
HSQLDBFactory(Connection connection, SchemaMapping mapping)
          Deprecated. - 2.0.5 - Use HSQLDBFactory.HSQLDBFactory(Connection, Settings) instead
 

Uses of SchemaMapping in org.jooq.util.ingres
 

Constructors in org.jooq.util.ingres with parameters of type SchemaMapping
IngresFactory(Connection connection, SchemaMapping mapping)
          Deprecated. - 2.0.5 - Use IngresFactory.IngresFactory(Connection, Settings) instead
 

Uses of SchemaMapping in org.jooq.util.mysql
 

Constructors in org.jooq.util.mysql with parameters of type SchemaMapping
MySQLFactory(Connection connection, SchemaMapping mapping)
          Deprecated. - 2.0.5 - Use MySQLFactory.MySQLFactory(Connection, Settings) instead
 

Uses of SchemaMapping in org.jooq.util.oracle
 

Constructors in org.jooq.util.oracle with parameters of type SchemaMapping
OracleFactory(Connection connection, SchemaMapping mapping)
          Deprecated. - 2.0.5 - Use OracleFactory.OracleFactory(Connection, Settings) instead
 

Uses of SchemaMapping in org.jooq.util.postgres
 

Constructors in org.jooq.util.postgres with parameters of type SchemaMapping
PostgresFactory(Connection connection, SchemaMapping mapping)
          Deprecated. - 2.0.5 - Use PostgresFactory.PostgresFactory(Connection, Settings) instead
 

Uses of SchemaMapping in org.jooq.util.sqlite
 

Constructors in org.jooq.util.sqlite with parameters of type SchemaMapping
SQLiteFactory(Connection connection, SchemaMapping mapping)
          Deprecated. - 2.0.5 - Use SQLiteFactory.SQLiteFactory(Connection, Settings) instead
 

Uses of SchemaMapping in org.jooq.util.sqlserver
 

Constructors in org.jooq.util.sqlserver with parameters of type SchemaMapping
SQLServerFactory(Connection connection, SchemaMapping mapping)
          Deprecated. - 2.0.5 - Use SQLServerFactory.SQLServerFactory(Connection, Settings) instead
 

Uses of SchemaMapping in org.jooq.util.sybase
 

Constructors in org.jooq.util.sybase with parameters of type SchemaMapping
SybaseFactory(Connection connection, SchemaMapping mapping)
          Deprecated. - 2.0.5 - Use SybaseFactory.SybaseFactory(Connection, Settings) instead
 



Copyright © 2012. All Rights Reserved.