|
|||||||||
| 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.hsqldb.HSQLDBFactory
public class HSQLDBFactory
A SQLDialect.HSQLDB specific factory
| Constructor Summary | |
|---|---|
HSQLDBFactory()
Create a connection-less factory Without a connection, this factory cannot execute queries. |
|
HSQLDBFactory(Connection connection)
Create a factory with connection |
|
HSQLDBFactory(Connection connection,
SchemaMapping mapping)
Deprecated. - 2.0.5 - Use HSQLDBFactory(Connection, Settings)
instead |
|
HSQLDBFactory(Connection connection,
Settings settings)
Create a factory with connection and a settings configured |
|
HSQLDBFactory(DataSource dataSource)
Create a factory with a data source |
|
HSQLDBFactory(DataSource dataSource,
Settings settings)
Create a factory with a data source and a settings configured |
|
HSQLDBFactory(Settings settings)
Create a factory with settings configured Without a connection, this factory cannot execute queries. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public HSQLDBFactory(Connection connection,
SchemaMapping mapping)
HSQLDBFactory(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 HSQLDBFactory(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 factory
public HSQLDBFactory(DataSource dataSource,
Settings settings)
dataSource - The data source to use with objects created from this
factorysettings - The runtime settings to apply to objects created from
this factorypublic HSQLDBFactory(Connection connection)
connection - The connection to use with objects created from this
factorypublic HSQLDBFactory(DataSource dataSource)
dataSource - The data source to use with objects created from this
factorypublic HSQLDBFactory(Settings settings)
Without a connection, this factory cannot execute queries. Use it to render SQL only.
settings - The runtime settings to apply to objects created from
this factorypublic HSQLDBFactory()
Without a connection, this factory cannot execute queries. Use it to render SQL only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||