|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.sqltools.core.PredefinedDataTypeValidator
public class PredefinedDataTypeValidator
The validator to validate a predefined data type
Constructor Summary | |
---|---|
PredefinedDataTypeValidator()
|
Method Summary | |
---|---|
static java.lang.String |
isValidPredefinedType(PredefinedDataType type,
DatabaseDefinition dbdef)
Validates whether the given predefined data type is a valid one. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PredefinedDataTypeValidator()
Method Detail |
---|
public static java.lang.String isValidPredefinedType(PredefinedDataType type, DatabaseDefinition dbdef)
type
- a predefined data typedbdef
- the databse definition
null
if the data type is valid, otherwise returns the error message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |