OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mapd.parser.extension.ddl.SqlAlterSystemClear Class Reference
+ Inheritance diagram for com.mapd.parser.extension.ddl.SqlAlterSystemClear:
+ Collaboration diagram for com.mapd.parser.extension.ddl.SqlAlterSystemClear:

Public Member Functions

 SqlAlterSystemClear (final SqlParserPos pos, final String cacheType)
 
- Public Member Functions inherited from com.mapd.parser.extension.ddl.SqlCustomDdl
 SqlCustomDdl (final SqlOperator operator, final SqlParserPos pos)
 
List< SqlNode > getOperandList ()
 
String toString ()
 
- Public Member Functions inherited from com.mapd.parser.extension.ddl.JsonSerializableDdl
default String toJsonString ()
 

Private Attributes

String cacheType
 

Static Private Attributes

static final SqlOperator OPERATOR
 

Detailed Description

Definition at line 10 of file SqlAlterSystemClear.java.

Constructor & Destructor Documentation

com.mapd.parser.extension.ddl.SqlAlterSystemClear.SqlAlterSystemClear ( final SqlParserPos  pos,
final String  cacheType 
)
inline

Member Data Documentation

String com.mapd.parser.extension.ddl.SqlAlterSystemClear.cacheType
private
final SqlOperator com.mapd.parser.extension.ddl.SqlAlterSystemClear.OPERATOR
staticprivate
Initial value:
=
new SqlSpecialOperator("ALTER_SYSTEM_CLEAR", SqlKind.OTHER_DDL)

Definition at line 11 of file SqlAlterSystemClear.java.

Referenced by com.mapd.parser.extension.ddl.SqlAlterSystemClear.SqlAlterSystemClear().


The documentation for this class was generated from the following file: