Uses of Class
org.jooq.conf.Settings

Packages that use Settings
org.jooq   
org.jooq.conf   
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 Settings in org.jooq
 

Methods in org.jooq that return Settings
 Settings Configuration.getSettings()
          Retrieve the runtime configuration settings
 

Constructors in org.jooq with parameters of type Settings
SchemaMapping(Settings settings)
          Deprecated. Construct a mapping from a Settings object
 

Uses of Settings in org.jooq.conf
 

Methods in org.jooq.conf that return Settings
static Settings SettingsTools.defaultSettings()
          Retrieve the configured default settings If the JVM flag -Dorg.jooq.settings points to a valid settings file on the classpath, this will be loaded If the JVM flag -Dorg.jooq.settings points to a valid settings file on the file system, this will be loaded If a valid settings file is found on the classpath at /jooq-settings.xml, this will be loaded Otherwise, a new Settings object is created with its defaults
 Settings Settings.withExecuteListeners(Collection<String> values)
           
 Settings Settings.withExecuteListeners(String... values)
           
 Settings Settings.withExecuteLogging(Boolean value)
           
 Settings Settings.withRenderFormatted(Boolean value)
           
 Settings Settings.withRenderKeywordStyle(RenderKeywordStyle value)
           
 Settings Settings.withRenderMapping(RenderMapping value)
           
 Settings Settings.withRenderNameStyle(RenderNameStyle value)
           
 Settings Settings.withStatementType(StatementType value)
           
 

Methods in org.jooq.conf with parameters of type Settings
static boolean SettingsTools.executePreparedStatements(Settings settings)
          Whether a PreparedStatement should be executed
static boolean SettingsTools.executeStaticStatements(Settings settings)
          Whether static Statement should be executed
static RenderMapping SettingsTools.getRenderMapping(Settings settings)
          Lazy access to RenderMapping
static StatementType SettingsTools.getStatementType(Settings settings)
          Get the statement type from the settings
 

Uses of Settings in org.jooq.impl
 

Methods in org.jooq.impl that return Settings
 Settings Factory.getSettings()
          Retrieve the runtime configuration settings
 

Constructors in org.jooq.impl with parameters of type Settings
Factory(Connection connection, SQLDialect dialect, Settings settings)
          Create a factory with connection, a dialect and a schema mapping configured
 

Uses of Settings in org.jooq.util.ase
 

Constructors in org.jooq.util.ase with parameters of type Settings
ASEFactory(Connection connection, Settings settings)
          Create a factory with connection and a settings configured
 

Uses of Settings in org.jooq.util.cubrid
 

Constructors in org.jooq.util.cubrid with parameters of type Settings
CUBRIDFactory(Connection connection, Settings settings)
          Create a factory with connection and a settings configured
 

Uses of Settings in org.jooq.util.db2
 

Constructors in org.jooq.util.db2 with parameters of type Settings
DB2Factory(Connection connection, Settings settings)
          Create a factory with connection and a settings configured
 

Uses of Settings in org.jooq.util.derby
 

Constructors in org.jooq.util.derby with parameters of type Settings
DerbyFactory(Connection connection, Settings settings)
          Create a factory with connection and a settings configured
 

Uses of Settings in org.jooq.util.h2
 

Constructors in org.jooq.util.h2 with parameters of type Settings
H2Factory(Connection connection, Settings settings)
          Create a factory with connection and a settings configured
 

Uses of Settings in org.jooq.util.hsqldb
 

Constructors in org.jooq.util.hsqldb with parameters of type Settings
HSQLDBFactory(Connection connection, Settings settings)
          Create a factory with connection and a settings configured
 

Uses of Settings in org.jooq.util.ingres
 

Constructors in org.jooq.util.ingres with parameters of type Settings
IngresFactory(Connection connection, Settings settings)
          Create a factory with connection and a settings configured
 

Uses of Settings in org.jooq.util.mysql
 

Constructors in org.jooq.util.mysql with parameters of type Settings
MySQLFactory(Connection connection, Settings settings)
          Create a factory with connection and a settings configured
 

Uses of Settings in org.jooq.util.oracle
 

Constructors in org.jooq.util.oracle with parameters of type Settings
OracleFactory(Connection connection, Settings settings)
          Create a factory with connection and a settings configured
 

Uses of Settings in org.jooq.util.postgres
 

Constructors in org.jooq.util.postgres with parameters of type Settings
PostgresFactory(Connection connection, Settings settings)
          Create a factory with connection and a settings configured
 

Uses of Settings in org.jooq.util.sqlite
 

Constructors in org.jooq.util.sqlite with parameters of type Settings
SQLiteFactory(Connection connection, Settings settings)
          Create a factory with connection and a settings configured
 

Uses of Settings in org.jooq.util.sqlserver
 

Constructors in org.jooq.util.sqlserver with parameters of type Settings
SQLServerFactory(Connection connection, Settings settings)
          Create a factory with connection and a settings configured
 

Uses of Settings in org.jooq.util.sybase
 

Constructors in org.jooq.util.sybase with parameters of type Settings
SybaseFactory(Connection connection, Settings settings)
          Create a factory with connection and a settings configured
 



Copyright © 2012. All Rights Reserved.