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

Classes

class  Builder
 

Public Member Functions

 SqlShowForeignServers (final SqlParserPos pos, final List< SqlFilter > filters, final SqlNode where)
 
- 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

List< SqlFilterfilters
 

Static Private Attributes

static final SqlOperator OPERATOR
 

Detailed Description

Definition at line 14 of file SqlShowForeignServers.java.

Constructor & Destructor Documentation

com.mapd.parser.extension.ddl.SqlShowForeignServers.SqlShowForeignServers ( final SqlParserPos  pos,
final List< SqlFilter filters,
final SqlNode  where 
)
inline

Definition at line 46 of file SqlShowForeignServers.java.

References com.mapd.parser.extension.ddl.SqlShowForeignServers.filters, and com.mapd.parser.extension.ddl.SqlShowForeignServers.OPERATOR.

Referenced by com.mapd.parser.extension.ddl.SqlShowForeignServers.Builder.build().

47  {
48  super(OPERATOR, pos);
49  this.filters = filters;
50  }

+ Here is the caller graph for this function:

Member Data Documentation

List<SqlFilter> com.mapd.parser.extension.ddl.SqlShowForeignServers.filters
private
final SqlOperator com.mapd.parser.extension.ddl.SqlShowForeignServers.OPERATOR
staticprivate
Initial value:
=
new SqlSpecialOperator("SHOW_SERVERS", SqlKind.OTHER_DDL)

Definition at line 15 of file SqlShowForeignServers.java.

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


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