public interface Statement
Title: Service Event Fabric Runtime
Description: Interfaces for statements.
Copyright: Copyright (c) 2013
Company: StreamScape Technologies
Modifier and Type | Interface and Description |
---|---|
static class |
Statement.StatementType |
Modifier and Type | Method and Description |
---|---|
void |
compile(TriggerFunctionContext context) |
StatementResult |
execute(TriggerFunctionContext context) |
Statement.StatementType |
getType() |
void |
reset(boolean withTransient) |
void |
toString(java.lang.StringBuilder builder) |
void |
validate(TriggerFunctionContext context) |
StatementResult execute(TriggerFunctionContext context) throws TriggerFunctionException
TriggerFunctionException
Statement.StatementType getType()
void validate(TriggerFunctionContext context) throws TriggerFunctionException
TriggerFunctionException
void compile(TriggerFunctionContext context) throws TriggerFunctionException
TriggerFunctionException
void reset(boolean withTransient)
void toString(java.lang.StringBuilder builder)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.