OmniSciDB
a5dc49c757
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SqlAlterSystemClear.java
Go to the documentation of this file.
1
package
com.mapd.parser.extension.ddl;
2
3
import
com.google.gson.annotations.Expose;
4
5
import
org.apache.calcite.sql.SqlKind;
6
import
org.apache.calcite.sql.SqlOperator
;
7
import
org.apache.calcite.sql.SqlSpecialOperator;
8
import
org.apache.calcite.sql.parser.SqlParserPos;
9
10
public
class
SqlAlterSystemClear
extends
SqlCustomDdl
{
11
private
static
final
SqlOperator
OPERATOR
=
12
new
SqlSpecialOperator(
"ALTER_SYSTEM_CLEAR"
, SqlKind.OTHER_DDL);
13
@Expose
14
private
String
cacheType
;
15
public
SqlAlterSystemClear
(
final
SqlParserPos pos,
final
String
cacheType
) {
16
super(
OPERATOR
, pos);
17
this.cacheType =
cacheType
;
18
}
19
}
com.mapd.parser.extension.ddl.SqlAlterSystemClear
Definition:
SqlAlterSystemClear.java:10
com.mapd.parser.extension.ddl.SqlAlterSystemClear.SqlAlterSystemClear
SqlAlterSystemClear(final SqlParserPos pos, final String cacheType)
Definition:
SqlAlterSystemClear.java:15
com.mapd.parser.extension.ddl.SqlAlterSystemClear.cacheType
String cacheType
Definition:
SqlAlterSystemClear.java:14
org.apache.calcite.sql.SqlOperator
Definition:
SqlOperator.java:74
com.mapd.parser.extension.ddl.SqlCustomDdl
Definition:
SqlCustomDdl.java:12
com.mapd.parser.extension.ddl.SqlAlterSystemClear.OPERATOR
static final SqlOperator OPERATOR
Definition:
SqlAlterSystemClear.java:11
java
calcite
src
main
java
com
mapd
parser
extension
ddl
SqlAlterSystemClear.java
Generated on Tue Aug 27 2024 00:12:38 for OmniSciDB by
1.8.5