org.isqlviewer |
Base Classes to drive a lot of the core functionality of iSQL-Viewer.
|
Java Source File Name | Type | Comment |
BindVariable.java | Class | Represents parameterized data for bookmarks and historical items that are to be executed as a prepared statement.
Each parameter has an optional index to specify the order in the prepared statement to bound in. |
FieldNotModifiableException.java | Class | Thrown when a class field is attempted to be modified through a setter but cannot be mutated in the given context.
This exception helps define the situation where a member field is modifiable only once or when the requirements for
other class members of an object are met. |
JdbcCommandLogger.java | Interface | Interface for defining a JDBC command history logging mechanisim.
author: Mark A. |
ServiceReference.java | Class | Lightweight object to refer to a service definition at runtime.
Service definitions within iSQL-Viewer can be and most often are heavy objects containing lots of information
regarding how to connect to a specific JDBC resource. |
UserOptions.java | Class | TODO Add PreferenceKeys Overview JavaDoc.
author: Mark A. |