Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.WindowsPrincipalContext
-
Packages that use SQLServerStatementParser.WindowsPrincipalContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of SQLServerStatementParser.WindowsPrincipalContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.WindowsPrincipalContext Modifier and Type Method Description SQLServerStatementParser.WindowsPrincipalContextSQLServerStatementParser.CreateUserLoginWindowsPrincipalClauseContext. windowsPrincipal(int i)SQLServerStatementParser.WindowsPrincipalContextSQLServerStatementParser.CreateUserWindowsPrincipalClauseContext. windowsPrincipal()SQLServerStatementParser.WindowsPrincipalContextSQLServerStatementParser. windowsPrincipal()Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type SQLServerStatementParser.WindowsPrincipalContext Modifier and Type Method Description List<SQLServerStatementParser.WindowsPrincipalContext>SQLServerStatementParser.CreateUserLoginWindowsPrincipalClauseContext. windowsPrincipal()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.WindowsPrincipalContext Modifier and Type Method Description TSQLServerStatementBaseVisitor. visitWindowsPrincipal(SQLServerStatementParser.WindowsPrincipalContext ctx)Visit a parse tree produced bySQLServerStatementParser.windowsPrincipal().TSQLServerStatementVisitor. visitWindowsPrincipal(SQLServerStatementParser.WindowsPrincipalContext ctx)Visit a parse tree produced bySQLServerStatementParser.windowsPrincipal().
-