Uses of Class
org.utplsql.api.exception.DatabaseNotCompatibleException
-
Packages that use DatabaseNotCompatibleException Package Description org.utplsql.api.compatibility -
-
Uses of DatabaseNotCompatibleException in org.utplsql.api.compatibility
Methods in org.utplsql.api.compatibility that throw DatabaseNotCompatibleException Modifier and Type Method Description voidCompatibilityProxy. failOnNotCompatible()Checks if actual API-version is compatible with utPLSQL database version and throws a DatabaseNotCompatibleException if not Throws a DatabaseNotCompatibleException if version compatibility can not be checked.
-