Uses of Class
org.odmg.ODMGException
-
Packages that use ODMGException Package Description org.odmg org.rasdaman.rasnet.communication rasj rasj.odmg -
-
Uses of ODMGException in org.odmg
Subclasses of ODMGException in org.odmg Modifier and Type Class Description classDatabaseNotFoundExceptionThis exception is thrown when attempting to open a database that does not exist.classDatabaseOpenExceptionThis exception is thrown when attempting to open a database that is already open.classObjectNameNotFoundExceptionAn attempt to get a object via its name usingDatabase.lookupand the name is not associated with an object in the database.classObjectNameNotUniqueExceptionThis exception is thrown when attempting to bind a name to an object when the name is already bound to another object.classQueryExceptionThis is the base class for all exceptions associated with queries.classQueryInvalidExceptionThis exception is thrown if the query is not a valid OQL query.classQueryParameterCountInvalidExceptionThis exception is thrown when the number of bound parameters for a query does not match the number of placeholders.classQueryParameterTypeInvalidExceptionThis exception is thrown when the type of a query parameter is not compatible with the expected type.Methods in org.odmg that throw ODMGException Modifier and Type Method Description voidDatabase. close()Close the database.voidDatabase. open(java.lang.String name, int accessMode)Open the named database with the specified access mode. -
Uses of ODMGException in org.rasdaman.rasnet.communication
Methods in org.rasdaman.rasnet.communication that throw ODMGException Modifier and Type Method Description voidRasRasnetImplementation. closeDB()voidRasRasnetImplementation. openDB(java.lang.String name, int accessMode) -
Uses of ODMGException in rasj
Subclasses of ODMGException in rasj Modifier and Type Class Description classRasQueryExecutionFailedExceptionPURPOSE: This exception extends the ODMGQueryInvalidException by offering direct access to the RasDaMan error number and the line, column and token in the querystring that produced the error.Methods in rasj that throw ODMGException Modifier and Type Method Description voidRasImplementation. abortTA()Abort a transaction.voidRasImplementation. beginTA()Begin a transaction.voidRasImplementation. closeDB()Closes an open database.voidRasImplementationInterface. closeDB()voidRasImplementation. commitTA()Commit a transaction.booleanRasImplementation. isOpenTA()Returns TRUE if a transaction is currently open.voidRasImplementation. openDB(java.lang.String name, int accessMode)Open databasevoidRasImplementationInterface. openDB(java.lang.String name, int accessMode) -
Uses of ODMGException in rasj.odmg
Methods in rasj.odmg that throw ODMGException Modifier and Type Method Description voidRasDatabase. close()Closes an open database.voidRasODMGImplementation. closeDB()Closes an open database.voidRasDatabase. open(java.lang.String name, int accessMode)Opens a database on the RasDaMan server ( which has been specified when the RasODMG bootstrap object has been initialized).voidRasODMGImplementation. openDB(java.lang.String name, int accessMode)Open database
-