Uses of Class
org.odmg.QueryException
-
Packages that use QueryException Package Description org.odmg rasj rasj.odmg -
-
Uses of QueryException in org.odmg
Subclasses of QueryException in org.odmg Modifier and Type Class Description 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 QueryException Modifier and Type Method Description java.lang.ObjectOQLQuery. execute()Execute the query. -
Uses of QueryException in rasj
Subclasses of QueryException 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 QueryException Modifier and Type Method Description java.lang.ObjectRasFastScale. getScaledImage(RasMInterval trimDomain, double scalingFactor, int domType)Returns the scaled image. -
Uses of QueryException in rasj.odmg
Methods in rasj.odmg that throw QueryException Modifier and Type Method Description java.lang.ObjectRasOQLQuery. execute()Execute the OQL query.
-