| Interface | Description |
|---|---|
| DbValidator |
DbObject validators must implement this interface.
|
| Class | Description |
|---|---|
| AbstractDbValidator |
Base class providing DbValidator support.
|
| IgnoreObjectValidator |
Allows a complete DbObject to be ignored during differencing.
|
| IndexColumnsValidator |
Validates columns names in a Index using a regular expression pattern.
|
| NameValidator |
Validates the name of a DbObject using a regular expression.
|
| NullValidator |
A 'do nothing' validator
|
| SchemaVersionValidator |
Validate a schema's version number with respect to a reference schema.
|
| TypeNameOnlyValidator |
Validates columns types without column size.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.