Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.CreateUserWindowsPrincipalClauseContext
-
-
Uses of SQLServerStatementParser.CreateUserWindowsPrincipalClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.CreateUserWindowsPrincipalClauseContext Modifier and Type Method Description SQLServerStatementParser.CreateUserWindowsPrincipalClauseContextSQLServerStatementParser.CreateUserContext. createUserWindowsPrincipalClause()SQLServerStatementParser.CreateUserWindowsPrincipalClauseContextSQLServerStatementParser. createUserWindowsPrincipalClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.CreateUserWindowsPrincipalClauseContext Modifier and Type Method Description TSQLServerStatementBaseVisitor. visitCreateUserWindowsPrincipalClause(SQLServerStatementParser.CreateUserWindowsPrincipalClauseContext ctx)Visit a parse tree produced bySQLServerStatementParser.createUserWindowsPrincipalClause().TSQLServerStatementVisitor. visitCreateUserWindowsPrincipalClause(SQLServerStatementParser.CreateUserWindowsPrincipalClauseContext ctx)Visit a parse tree produced bySQLServerStatementParser.createUserWindowsPrincipalClause(). -
Uses of SQLServerStatementParser.CreateUserWindowsPrincipalClauseContext in org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.type with parameters of type SQLServerStatementParser.CreateUserWindowsPrincipalClauseContext Modifier and Type Method Description ASTNodeSQLServerDCLStatementVisitor. visitCreateUserWindowsPrincipalClause(SQLServerStatementParser.CreateUserWindowsPrincipalClauseContext ctx)
-