|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.impl.Factory
org.jooq.util.h2.H2Factory
public class H2Factory
A SQLDialect.H2 specific factory
| Constructor Summary | |
|---|---|
H2Factory(Connection connection)
Create a factory with connection |
|
H2Factory(Connection connection,
SchemaMapping mapping)
Deprecated. - 2.0.5 - Use H2Factory(Connection, Settings)
instead |
|
H2Factory(Connection connection,
Settings settings)
Create a factory with connection and a settings configured |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public H2Factory(Connection connection,
SchemaMapping mapping)
H2Factory(Connection, Settings)
instead
connection - The connection to use with objects created from this
factorymapping - The schema mapping to use with objects created from this
factory
public H2Factory(Connection connection,
Settings settings)
connection - The connection to use with objects created from this
factorysettings - The runtime settings to apply to objects created from
this factorypublic H2Factory(Connection connection)
connection - The connection to use with objects created from this
factory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||