Uses of Interface
org.sqlproc.engine.validation.SqlValidatorFactory
Packages that use SqlValidatorFactory
-
Uses of SqlValidatorFactory in org.sqlproc.engine
Fields in org.sqlproc.engine declared as SqlValidatorFactoryModifier and TypeFieldDescriptionprivate 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 SqlValidatorFactoryModifier and TypeMethodDescriptionSqlDefaultFactory.getValidatorFactory()Returns the validator factory used in the process of the SQL Monitor instances creation.Methods in org.sqlproc.engine with parameters of type SqlValidatorFactoryModifier and TypeMethodDescriptionvoidSqlDefaultFactory.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 SqlValidatorFactoryModifierConstructorDescriptionSqlProcessorLoader(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.