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

Public Member Functions

 SqlShowRoles (final SqlParserPos pos, final String userName, final boolean effective)
 
- 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 userName
 
boolean effective
 

Static Private Attributes

static final SqlOperator OPERATOR
 

Detailed Description

Class that encapsulates all information associated with a SHOW ROLES DDL command.

Definition at line 15 of file SqlShowRoles.java.

Constructor & Destructor Documentation

com.mapd.parser.extension.ddl.SqlShowRoles.SqlShowRoles ( final SqlParserPos  pos,
final String  userName,
final boolean  effective 
)
inline

Member Data Documentation

boolean com.mapd.parser.extension.ddl.SqlShowRoles.effective
private
final SqlOperator com.mapd.parser.extension.ddl.SqlShowRoles.OPERATOR
staticprivate
Initial value:
=
new SqlSpecialOperator("SHOW_ROLES", SqlKind.OTHER_DDL)

Definition at line 16 of file SqlShowRoles.java.

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


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