Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ServerParameterFileContext
-
Packages that use OracleStatementParser.ServerParameterFileContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ServerParameterFileContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ServerParameterFileContext Modifier and Type Method Description OracleStatementParser.ServerParameterFileContextOracleStatementParser.FileTypeTagContext. serverParameterFile()OracleStatementParser.ServerParameterFileContextOracleStatementParser. serverParameterFile()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ServerParameterFileContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitServerParameterFile(OracleStatementParser.ServerParameterFileContext ctx)Visit a parse tree produced byOracleStatementParser.serverParameterFile().TOracleStatementVisitor. visitServerParameterFile(OracleStatementParser.ServerParameterFileContext ctx)Visit a parse tree produced byOracleStatementParser.serverParameterFile().
-