- java.lang.Object
-
- net.sf.jsqlparser.statement.UnsupportedStatement
-
- All Implemented Interfaces:
Serializable
,Model
,Statement
public class UnsupportedStatement extends Object implements Statement
- Author:
- Andreas Reichel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedStatement(String upfront, List<String> declarations)
UnsupportedStatement(List<String> declarations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,S>
Taccept(StatementVisitor<T> statementVisitor, S context)
StringBuilder
appendTo(StringBuilder builder)
boolean
isEmpty()
String
toString()
-
-
-
Method Detail
-
accept
public <T,S> T accept(StatementVisitor<T> statementVisitor, S context)
-
appendTo
public StringBuilder appendTo(StringBuilder builder)
-
isEmpty
public boolean isEmpty()
-
-