Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CreateCastContext
-
Packages that use OpenGaussStatementParser.CreateCastContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.CreateCastContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CreateCastContext Modifier and Type Method Description OpenGaussStatementParser.CreateCastContextOpenGaussStatementParser. createCast()OpenGaussStatementParser.CreateCastContextOpenGaussStatementParser.ExecuteContext. createCast()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CreateCastContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitCreateCast(OpenGaussStatementParser.CreateCastContext ctx)Visit a parse tree produced byOpenGaussStatementParser.createCast().TOpenGaussStatementVisitor. visitCreateCast(OpenGaussStatementParser.CreateCastContext ctx)Visit a parse tree produced byOpenGaussStatementParser.createCast(). -
Uses of OpenGaussStatementParser.CreateCastContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type with parameters of type OpenGaussStatementParser.CreateCastContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitCreateCast(OpenGaussStatementParser.CreateCastContext ctx)
-