org.wso2.siddhi.query.api.definition
Class TableDefinition

java.lang.Object
  extended by org.wso2.siddhi.query.api.definition.AbstractDefinition
      extended by org.wso2.siddhi.query.api.definition.TableDefinition
All Implemented Interfaces:
ExecutionPlan

public class TableDefinition
extends AbstractDefinition


Nested Class Summary
 class TableDefinition.ExternalTable
           
 
Field Summary
 
Fields inherited from class org.wso2.siddhi.query.api.definition.AbstractDefinition
attributeList, id
 
Constructor Summary
TableDefinition()
           
 
Method Summary
 TableDefinition attribute(String attributeName, Attribute.Type type)
           
 TableDefinition from(String paramName, String paramValue)
           
 TableDefinition.ExternalTable getExternalTable()
           
 String getTableId()
           
 TableDefinition name(String streamId)
           
 String toString()
           
 
Methods inherited from class org.wso2.siddhi.query.api.definition.AbstractDefinition
checkAttribute, getAttributeList, getAttributeNameArray, getAttributePosition, getAttributeType, getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableDefinition

public TableDefinition()
Method Detail

name

public TableDefinition name(String streamId)

attribute

public TableDefinition attribute(String attributeName,
                                 Attribute.Type type)

getTableId

public String getTableId()

getExternalTable

public TableDefinition.ExternalTable getExternalTable()

toString

public String toString()
Overrides:
toString in class Object

from

public TableDefinition from(String paramName,
                            String paramValue)


Copyright © 2014. All rights reserved.