Uses of Class
org.apache.iotdb.db.qp.sql.IoTDBSqlParser.PrivilegeValueContext
-
-
Uses of IoTDBSqlParser.PrivilegeValueContext in org.apache.iotdb.db.qp.sql
Methods in org.apache.iotdb.db.qp.sql that return IoTDBSqlParser.PrivilegeValueContext Modifier and Type Method Description IoTDBSqlParser.PrivilegeValueContextIoTDBSqlParser.PrivilegesContext. privilegeValue(int i)IoTDBSqlParser.PrivilegeValueContextIoTDBSqlParser. privilegeValue()Methods in org.apache.iotdb.db.qp.sql that return types with arguments of type IoTDBSqlParser.PrivilegeValueContext Modifier and Type Method Description java.util.List<IoTDBSqlParser.PrivilegeValueContext>IoTDBSqlParser.PrivilegesContext. privilegeValue()Methods in org.apache.iotdb.db.qp.sql with parameters of type IoTDBSqlParser.PrivilegeValueContext Modifier and Type Method Description TIoTDBSqlParserBaseVisitor. visitPrivilegeValue(IoTDBSqlParser.PrivilegeValueContext ctx)Visit a parse tree produced byIoTDBSqlParser.privilegeValue().TIoTDBSqlParserVisitor. visitPrivilegeValue(IoTDBSqlParser.PrivilegeValueContext ctx)Visit a parse tree produced byIoTDBSqlParser.privilegeValue().
-