|
|||||||||
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.oracle.OracleFactory
public class OracleFactory
A SQLDialect.ORACLE
specific factory
Constructor Summary | |
---|---|
OracleFactory(Connection connection)
Create a factory with connection |
|
OracleFactory(Connection connection,
SchemaMapping mapping)
Deprecated. - 2.0.5 - Use OracleFactory(Connection, Settings)
instead |
|
OracleFactory(Connection connection,
Settings settings)
Create a factory with connection and a settings configured |
Method Summary | |
---|---|
static Field<String> |
rowid()
Retrieve the Oracle-specific ROWID pseudo-field |
static Field<Integer> |
rownum()
Retrieve the Oracle-specific ROWNUM pseudo-field |
static Field<String> |
sysContext(String namespace,
String parameter)
The Oracle-specific SYS_CONTEXT function |
static Field<String> |
sysContext(String namespace,
String parameter,
int length)
The Oracle-specific SYS_CONTEXT function |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public OracleFactory(Connection connection, SchemaMapping mapping)
OracleFactory(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 OracleFactory(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 OracleFactory(Connection connection)
connection
- The connection to use with objects created from this
factoryMethod Detail |
---|
public static Field<Integer> rownum()
ROWNUM
pseudo-field
public static Field<String> rowid()
ROWID
pseudo-field
public static Field<String> sysContext(String namespace, String parameter)
SYS_CONTEXT
function
public static Field<String> sysContext(String namespace, String parameter, int length)
SYS_CONTEXT
function
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |