| Package | Description |
|---|---|
| com.holonplatform.datastore.jdbc.composer |
| Modifier and Type | Method and Description |
|---|---|
static SQLStatementCompositionContext.AliasMode |
SQLStatementCompositionContext.AliasMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLStatementCompositionContext.AliasMode[] |
SQLStatementCompositionContext.AliasMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SQLStatementCompositionContext |
SQLStatementCompositionContext.asChild(SQLCompositionContext parent,
com.holonplatform.core.datastore.relational.RelationalTarget<?> rootTarget,
SQLStatementCompositionContext.AliasMode aliasMode)
Create a new
SQLStatementCompositionContext as a child of given SQLCompositionContext. |
static SQLStatementCompositionContext |
SQLStatementCompositionContext.create(SQLContext context,
com.holonplatform.core.datastore.relational.RelationalTarget<?> rootTarget,
SQLStatementCompositionContext.AliasMode aliasMode)
Create a new default
SQLStatementCompositionContext. |
Copyright © 2019 The Holon Platform. All rights reserved.