Uses of Interface
org.sqlproc.engine.validation.SqlValidatorFactory

Packages that use SqlValidatorFactory
org.sqlproc.engine The public part of the SQL Processor implementation. 
 

Uses of SqlValidatorFactory in org.sqlproc.engine
 

Fields in org.sqlproc.engine declared as SqlValidatorFactory
private  SqlValidatorFactory SqlSimpleFactory.validatorFactory
          The validator factory used in the process of the SQL Monitor instances creation.
private  SqlValidatorFactory SqlProcessorLoader.validatorFactory
          The validator factory used in the process of the SQL Monitor instances creation
 

Methods in org.sqlproc.engine that return SqlValidatorFactory
 SqlValidatorFactory SqlSimpleFactory.getValidatorFactory()
          Returns the validator factory used in the process of the SQL Monitor instances creation.
 

Methods in org.sqlproc.engine with parameters of type SqlValidatorFactory
 void SqlSimpleFactory.setValidatorFactory(SqlValidatorFactory validatorFactory)
          Sets the validator factory used in the process of the SQL Monitor instances creation.
 

Constructors in org.sqlproc.engine with parameters of type SqlValidatorFactory
SqlProcessorLoader(StringBuilder sbStatements, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory, String filter, SqlMonitorFactory monitorFactory, SqlValidatorFactory validatorFactory, List<SqlInternalType> customTypes, Boolean lazyInit, String... onlyStatements)
          Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
SqlProcessorLoader(StringBuilder sbStatements, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory, String filter, SqlMonitorFactory monitorFactory, SqlValidatorFactory validatorFactory, List<SqlInternalType> customTypes, String... onlyStatements)
          Creates a new instance of the SqlProcessorLoader from the String content repository (which is in fact a collection of the META SQL statements, mapping rules and optional features.
 



Copyright © 2015. All rights reserved.