|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateSchemaClauseTypeDef | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
com.espertech.esper.epl.spec | Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
Uses of CreateSchemaClauseTypeDef in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return CreateSchemaClauseTypeDef | |
---|---|
CreateSchemaClauseTypeDef |
CreateSchemaClause.getTypeDefinition()
returns the type definition. |
static CreateSchemaClauseTypeDef |
CreateSchemaClauseTypeDef.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CreateSchemaClauseTypeDef[] |
CreateSchemaClauseTypeDef.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.espertech.esper.client.soda with parameters of type CreateSchemaClauseTypeDef | |
---|---|
void |
CreateSchemaClause.setTypeDefinition(CreateSchemaClauseTypeDef typeDefinition)
Sets the type definition. |
Constructors in com.espertech.esper.client.soda with parameters of type CreateSchemaClauseTypeDef | |
---|---|
CreateSchemaClause(java.lang.String schemaName,
java.util.Set<java.lang.String> types,
CreateSchemaClauseTypeDef typeDefinition)
Ctor. |
|
CreateSchemaClause(java.lang.String schemaName,
java.util.Set<java.lang.String> types,
java.util.List<SchemaColumnDesc> columns,
java.util.Set<java.lang.String> inherits,
CreateSchemaClauseTypeDef typeDefinition)
Ctor. |
Uses of CreateSchemaClauseTypeDef in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return CreateSchemaClauseTypeDef | |
---|---|
CreateSchemaClauseTypeDef |
CreateSchemaDesc.AssignedType.mapToSoda()
|
Methods in com.espertech.esper.epl.spec with parameters of type CreateSchemaClauseTypeDef | |
---|---|
static CreateSchemaDesc.AssignedType |
CreateSchemaDesc.AssignedType.mapFrom(CreateSchemaClauseTypeDef typeDefinition)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |