public interface RowKeyScanAssembler
| Modifier and Type | Method and Description |
|---|---|
void |
assemble()
Assemble row key scan information based only on the data graph root type
information such as the URI and type logical or physical name.
|
void |
assemble(ScanLiterals literals)
Assemble row key scan information based on the given scan literals.
|
void |
assemble(org.plasma.query.model.Where where,
org.plasma.sdo.PlasmaType contextType)
Assemble row key scan information based on one or more given query
predicates.
|
void assemble(org.plasma.query.model.Where where,
org.plasma.sdo.PlasmaType contextType)
where - the where predicate hierarchycontextType - the context type which may be the root type or another type linked
by one or more relations to the rootvoid assemble()
void assemble(ScanLiterals literals)
literals - the scan literalsCopyright © 2021. All Rights Reserved.