Uses of Class
com.im.commons.db.SchemaDoesNotExistException
-
Packages that use SchemaDoesNotExistException Package Description com.im.commons.db -
-
Uses of SchemaDoesNotExistException in com.im.commons.db
Methods in com.im.commons.db that throw SchemaDoesNotExistException Modifier and Type Method Description void
AbstractDatabasePlatform. checkSchemaExistence(java.lang.String schemaId)
void
DatabasePlatform. checkSchemaExistence(java.lang.String schemaId)
Checks whether an schema exists in the IJC metadata registry (IJC_SCHEMA table) or not also checks whether the database/ IJC_SCHEMA table exists or not.
-