Uses of Class
org.eclipse.datatools.sqltools.parsers.sql.postparse.PostParseProcessorConfiguration

Packages that use PostParseProcessorConfiguration
org.eclipse.datatools.sqltools.parsers.sql   
org.eclipse.datatools.sqltools.parsers.sql.postparse   
org.eclipse.datatools.sqltools.parsers.sql.query.postparse   
org.eclipse.datatools.sqltools.sqlbuilder.model   
 

Uses of PostParseProcessorConfiguration in org.eclipse.datatools.sqltools.parsers.sql
 

Methods in org.eclipse.datatools.sqltools.parsers.sql with parameters of type PostParseProcessorConfiguration
 void SQLParserManager.configPostParseProcessors(PostParseProcessorConfiguration config)
          Configures this SQLParserManager's PostParseProcessors with the arguments given in the PostParseProcessorConfiguration config.
 

Uses of PostParseProcessorConfiguration in org.eclipse.datatools.sqltools.parsers.sql.postparse
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.postparse with parameters of type PostParseProcessorConfiguration
 void PostParseProcessor.config(PostParseProcessorConfiguration config)
          Configures this PostParseProcessor with the arguments provided in the given PostParseProcessorConfiguration.
 

Uses of PostParseProcessorConfiguration in org.eclipse.datatools.sqltools.parsers.sql.query.postparse
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.query.postparse with parameters of type PostParseProcessorConfiguration
 void DataTypeResolver.config(PostParseProcessorConfiguration config)
           
 void TableReferenceResolver.config(PostParseProcessorConfiguration config)
          Configures this TableReferenceResolver with the Database and default Schema name.
 void RoutineReferenceResolver.config(PostParseProcessorConfiguration config)
          Configures this post-parse process with the Database object and default schema name contained in the given configuration object.
 

Uses of PostParseProcessorConfiguration in org.eclipse.datatools.sqltools.sqlbuilder.model
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.model that return PostParseProcessorConfiguration
 PostParseProcessorConfiguration SQLDomainModel.getPostParseProcessorConfiguration()
          Gets the configuration object to configure list of PostParseProcessor objects for the parser.