public interface TablePartitionByStep extends TableOnStep
SQLDialect.ORACLE
OUTER JOIN
clause.
This step allows for adding Oracle-specific PARTITION BY
clauses
to the right of an OUTER JOIN
keyword. See the Oracle
documentation for more details here: http://docs.oracle.com/cd/B28359_01/server.111/b28286/queries006.htm#
i2054062
Modifier and Type | Method and Description |
---|---|
TableOnStep |
partitionBy(Collection<? extends Field<?>> fields)
Add a
PARTITION BY clause to the right hand side of the
OUTER JOIN keywords |
TableOnStep |
partitionBy(Field<?>... fields)
Add a
PARTITION BY clause to the right hand side of the
OUTER JOIN keywords |
@Support(value=ORACLE) TableOnStep partitionBy(Field<?>... fields)
PARTITION BY
clause to the right hand side of the
OUTER JOIN
keywords@Support(value=ORACLE) TableOnStep partitionBy(Collection<? extends Field<?>> fields)
PARTITION BY
clause to the right hand side of the
OUTER JOIN
keywordsCopyright © 2014. All Rights Reserved.