public static interface TeiidDdlLexicon.CreateProcedure
Modifier and Type | Field and Description |
---|---|
static String |
FUNCTION_STATEMENT
The mixin name for a create function statement.
|
static String |
PARAMETER
The mixin name for a create procedure parameter.
|
static String |
PARAMETER_RESULT_FLAG
The name of the procedure parameter result flag property.
|
static String |
PARAMETER_TYPE
The name of the procedure parameter type property.
|
static String |
PROCEDURE_STATEMENT
The mixin name for a create procedure statement.
|
static String |
RESULT_COLUMN
The mixin name of a result column.
|
static String |
RESULT_COLUMNS
The mixin name of the result set that contains result columns.
|
static String |
RESULT_DATA_TYPE
The mixin name of the result set that contains one unnamed data type.
|
static String |
RESULT_SET
The child node name for a result set (name is not prefixed).
|
static String |
STATEMENT
The name of the procedure statement property.
|
static String |
TABLE_FLAG
The name of the procedure result columns table flag property.
|
static final String FUNCTION_STATEMENT
static final String PARAMETER
static final String PARAMETER_RESULT_FLAG
static final String PARAMETER_TYPE
static final String PROCEDURE_STATEMENT
static final String RESULT_COLUMN
static final String RESULT_COLUMNS
static final String RESULT_DATA_TYPE
static final String RESULT_SET
static final String STATEMENT
static final String TABLE_FLAG
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.