| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidatorMessage | |
|---|---|
| org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableeditor.utils | |
| org.eclipse.datatools.sqltools.sql.identifier | |
| Uses of ValidatorMessage in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableeditor.utils | 
|---|
| Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableeditor.utils that return ValidatorMessage | |
|---|---|
| static ValidatorMessage | ConstraintCreationUtils.getValidatorMessage(org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier,
                    Table table,
                    java.lang.String objectName)Get the validator message of a given object name | 
| Uses of ValidatorMessage in org.eclipse.datatools.sqltools.sql.identifier | 
|---|
| Methods in org.eclipse.datatools.sqltools.sql.identifier that return ValidatorMessage | |
|---|---|
|  ValidatorMessage | DefaultIdentifierValidator.doValidCheck(java.lang.String value,
             int identifierType,
             org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier)This method is not encouraged to overrided, if you want to add new validate rule, you can add it in checkCustomization method | 
|  ValidatorMessage | DefaultIdentifierValidator.isValid(java.lang.String value,
        int identifierType,
        org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier)This method is not encouraged to overrided, if you want to add new validate rule, you can add it in checkCustomization method | 
|  ValidatorMessage | IIdentifierValidator.isValid(java.lang.String value,
        int identifierType,
        org.eclipse.datatools.sqltools.core.DatabaseIdentifier databaseIdentifier)Check the valid of given identifier | 
| Methods in org.eclipse.datatools.sqltools.sql.identifier with parameters of type ValidatorMessage | |
|---|---|
| static boolean | ValidatorMessage.hasError(ValidatorMessage message,
         int level)Check whether the message has error or not | 
| static boolean | ValidatorMessage.hasWarning(ValidatorMessage message)Check whether the message has error or not | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||