|
|||||||||
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.sqlite.SQLiteFactory
public class SQLiteFactory
A SQLDialect.SQLITE
specific factory
Constructor Summary | |
---|---|
SQLiteFactory(Connection connection)
Create a factory with connection |
|
SQLiteFactory(Connection connection,
SchemaMapping mapping)
Deprecated. - 2.0.5 - Use SQLiteFactory(Connection, Settings)
instead |
|
SQLiteFactory(Connection connection,
Settings settings)
Create a factory with connection and a settings configured |
Method Summary | |
---|---|
static Field<Long> |
rowid()
Retrieve the SQLite-specific _rowid_ pseudo-field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public SQLiteFactory(Connection connection, SchemaMapping mapping)
SQLiteFactory(Connection, Settings)
instead
connection
- The connection to use with objects created from this
factorymapping
- The schema mapping to use with objects created from this
factorypublic SQLiteFactory(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 SQLiteFactory(Connection connection)
connection
- The connection to use with objects created from this
factoryMethod Detail |
---|
public static Field<Long> rowid()
_rowid_
pseudo-field.
_rowid_
was chosen over rowid
as it is less
likely to be used as an actual table column in client code.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |