Uses of Class
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementParser.UserNameContext
Packages that use SQLServerStatementParser.UserNameContext
Package
Description
-
Uses of SQLServerStatementParser.UserNameContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return SQLServerStatementParser.UserNameContextModifier and TypeMethodDescriptionSQLServerStatementParser.AlterUserContext.userName()SQLServerStatementParser.AzureActiveDirectoryPrincipalContext.userName()SQLServerStatementParser.CreateUserContext.userName()SQLServerStatementParser.CreateUserFromExternalProviderClauseContext.userName()SQLServerStatementParser.CreateUserLoginClauseContext.userName()SQLServerStatementParser.CreateUserLoginWindowsPrincipalClauseContext.userName()SQLServerStatementParser.CreateUserWindowsPrincipalClauseContext.userName()SQLServerStatementParser.CreateUserWithDefaultSchemaContext.userName()SQLServerStatementParser.CreateUserWithoutLoginClauseContext.userName()SQLServerStatementParser.DropUserContext.userName()SQLServerStatementParser.PrincipalContext.userName()SQLServerStatementParser.SetItemContext.userName()SQLServerStatementParser.userName()SQLServerStatementParser.WindowsPrincipalContext.userName()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type SQLServerStatementParser.UserNameContextModifier and TypeMethodDescriptionSQLServerStatementBaseVisitor.visitUserName(SQLServerStatementParser.UserNameContext ctx) Visit a parse tree produced bySQLServerStatementParser.userName().SQLServerStatementVisitor.visitUserName(SQLServerStatementParser.UserNameContext ctx) Visit a parse tree produced bySQLServerStatementParser.userName(). -
Uses of SQLServerStatementParser.UserNameContext in org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.impl with parameters of type SQLServerStatementParser.UserNameContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeSQLServerDCLStatementSQLVisitor.visitUserName(SQLServerStatementParser.UserNameContext ctx)