Class Execute
java.lang.Object
net.sf.jsqlparser.statement.execute.Execute
- All Implemented Interfaces:
Serializable
,Model
,Statement
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(StatementVisitor statementVisitor) getName()
boolean
Deprecated.void
setExecType
(Execute.ExecType execType) void
setExprList
(ExpressionList exprList) void
void
toString()
withExecType
(Execute.ExecType execType) withExprList
(ExpressionList exprList)
-
Field Details
-
execType
-
name
-
exprList
-
-
Constructor Details
-
Execute
public Execute()
-
-
Method Details