Uses of Class
org.jpox.store.exceptions.SchemaValidationException

Packages that use SchemaValidationException
org.jpox.store.rdbms.exceptions   
 

Uses of SchemaValidationException in org.jpox.store.rdbms.exceptions
 

Subclasses of SchemaValidationException in org.jpox.store.rdbms.exceptions
 class IncompatibleDataTypeException
          A IncompatibleDataTypeException is thrown if a column is detected to have an incompatible type in the database during schema validation.
 class MissingColumnException
          A MissingColumnException is thrown if an expected column is not found in the database during schema validation.
 class MissingTableException
          A MissingTableException is thrown if an expected table is not found in the database during schema validation.
 class NotATableException
          A NotATableException is thrown during schema validation if a table should be a table but is found not to be in the database.
 class NotAViewException
          A NotAViewException is thrown during schema validation if a table should be a view but is found not to be in the database.
 class UnexpectedColumnException
          A UnexpectedColumnException is thrown if an unexpected column is encountered in the database during schema validation.
 class WrongPrecisionException
          A WrongPrecisionException is thrown if a column is detected to have the wrong precision in the database during schema validation.
 class WrongPrimaryKeyException
          A WrongPrimaryKeyException is thrown if a table is detected not to have the expected primary key in the database during schema validation.
 class WrongScaleException
          A WrongScaleException is thrown if a column is detected to have the wrong scale in the database during schema validation.
 



Copyright © -2007 . All Rights Reserved.