| Package | Description |
|---|---|
| com.caucho.amber.expr | |
| com.caucho.amber.query |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedExpr |
EmbeddedSchemaExpr.getExpr()
Returns the embedded expression.
|
| Constructor and Description |
|---|
EmbeddedSchemaExpr(EmbeddedExpr expr,
java.lang.String name)
Creates the embedded schema.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.HashMap<java.lang.String,EmbeddedExpr> |
AbstractQuery._embeddedAliases |
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<java.lang.String,EmbeddedExpr> |
AbstractQuery.getEmbeddedAliases()
Gets the embedded aliases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractQuery.addEmbeddedAlias(java.lang.String alias,
EmbeddedExpr expr)
Adds an embedded alias.
|