Uses of Interface
org.sqlproc.engine.validation.SqlValidatorFactory
-
Packages that use SqlValidatorFactory Package Description 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 Modifier and Type Field Description private SqlValidatorFactorySqlDefaultFactory. validatorFactoryThe validator factory used in the process of the SQL Monitor instances creation.private SqlValidatorFactorySqlProcessorLoader. validatorFactoryThe validator factory used in the process of the SQL Monitor instances creationMethods in org.sqlproc.engine that return SqlValidatorFactory Modifier and Type Method Description SqlValidatorFactorySqlDefaultFactory. 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 Modifier and Type Method Description voidSqlDefaultFactory. 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 Constructor Description SqlProcessorLoader(StringBuilder sbStatements, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory, String filter, SqlMonitorFactory monitorFactory, SqlValidatorFactory validatorFactory, List<SqlMetaType> 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.SqlProcessorLoader(StringBuilder sbStatements, SqlTypeFactory typeFactory, SqlPluginFactory pluginFactory, String filter, SqlMonitorFactory monitorFactory, SqlValidatorFactory validatorFactory, List<SqlMetaType> customTypes, SqlEngineConfiguration configuration, 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.
-