|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
| LogInterface | Interface for Logging used by OrindaSoft software. |
| OracleResourceUser | An interface that can be inplemented by objects that tend to use up cursors and other oracle resources. |
| PlsqlArray | Represents a PL/SQL VARRAY or TABLE |
| StatsInterface | An interface for tracking and accessing basic performance information. |
| Class Summary | |
| CallableStatementParameters | A set of parameters for a Callable Statement statement call This class represents OUT or IN/OUT parameters for a Stored Procedure or function. |
| ConsoleLog | This is a lightweight implementation of LogInterface that uses standard output for information messages and standard error for everything else. |
| DmlStatement | A parameterized SQL statement that continues to exist even if the connection it uses is withdrawn. |
| GenericLog | Partial implementation of LogInterface that composes error messages but leaves the actual logging to other classes. |
| IOUtils | A set of useful static methods for working with files. |
| JavaLog | An Implementation of LogInterface that uses GenericLog to create a logging mechanism that is compatible with java.util.logging.Logger This class extends GenericLog - a partially abstract implementation of LogInterface. |
| LibraryInfo | Static class for providing information about the JDBCWizard Public Library. |
| Log4JLog | Implementation of LogInterface that uses GenericLog to create a logging mechanism that is compatible with org.apache.log4j.Logger This class extends GenericLog - a partially abstract implementation of LogInterface. |
| LongObjectLoader | This utility class is used to get LOB objects into and out of the database. |
| PlsqlIndexByTable | Holds state variables for PL/SQL Index By Table parameters |
| PlsqlIndexByTable2 | Holds state variables for PL/SQL Index By Table parameters |
| QueryStatement | A SELECT statement with caching. |
| ReadOnlyRowSet | A class for representing a ResultSet or set of stored procedure parameters. |
| ResourceWatcher | A static class for keeping track of free memory. |
| SqlUtils | A set of useful static methods for working with SQL. |
| StatementParameters2 | A set of parameters for a PreparedStatement or CallableStatement |
| TextLog | A heavyweight implementation of LogInterface. |
| UiLog | This is an implementation of
LogInterface that uses a javax.swing.JLabel field to display messages. |
| WriteableRowSet | Create a writableRowSet that is based on a ResultSet. |
| Exception Summary | |
| CSAttemptToGetNullException | Thrown when a method which returns a native type such as int,long,double is called for a column whose value is null. |
| CSColumnException | Thrown by the rowValidate method when a non-null column is null or a number column's contents don't match the size of the corresponding database column. |
| CSDBException | Thrown when a SQLException is generated. |
| CSDBInvalidDatatypeCastException | Thrown when an attempt is made to retrieve a value in a form that it can not be converted to. |
| CSDBNullObjectException | Thrown when a null is found where an object is required
(c) Copyright 2003 - 2011 Orinda Software Ltd |
| CSException | An extension of Exception used by this package. |
| CSInvalidColumnIdException | Thrown when an attempt is made to retrieve a value from a column that does not exist. |
| CSInvalidDataTypeException | Thrown when an we encounter a value whose data type is unsupported
(c) Copyright 2003 - 2011 Orinda Software Ltd |
| CSIOException | Thrown when we encounter an IOException
(c) Copyright 2003 - 2011 Orinda Software Ltd |
| CSNoDataInRowSetException | Thrown when an attempt is made to retrieve a value from an empty readOnlyRowset. |
| CSNoNanosAllowedException | Thrown when a Timestamp contains nanoseconds but the Oracle table/record it will be used against is DATA and doesn't support nanonseconds. |
| CSNumberFormatException | Thrown when an attempt to turn a String into a number fails
(c) Copyright 2003 - 2011 Orinda Software Ltd |
| CSUnsupportedDatatypeException | Thrown when an attempt is made to retrieve a value from a column has an unsupported datatype
(c) Copyright 2003 - 2011 Orinda Software Ltd |
Provides classes and interfaces used by JDBCWizard 6.0.2839 generated code.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||