| Package | Description |
|---|---|
| org.sqlproc.engine.impl |
The private part of the SQL Processor implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlMetaSqlFragment.Type |
SqlProcessContext.sqlFragmentType
The type of the META SQL fragment.
|
(package private) SqlMetaSqlFragment.Type |
SqlMetaSqlFragment.type
The type if this element.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlMetaSqlFragment.Type |
SqlMetaSqlFragment.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlMetaSqlFragment.Type[] |
SqlMetaSqlFragment.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlProcessContext.setSqlFragmentType(SqlMetaSqlFragment.Type sqlFragmentType)
Sets the type of the META SQL fragment.
|
| Constructor and Description |
|---|
SqlMetaSqlFragment(SqlMetaSqlFragment.Type type)
Creates a new instance.
|
Copyright © 2018. All rights reserved.