A B C D E F G H I J L M N O P R S T U W

A

AbstractUIController - class com.gargoylesoftware.base.gui.AbstractUIController.
An abstract superclass for GUI controller classes.
AbstractUIController() - Constructor for class com.gargoylesoftware.base.gui.AbstractUIController
Create a new controller.
AcceptAllTestFilter - class com.gargoylesoftware.base.testing.AcceptAllTestFilter.
A test filter that accepts all tests
AcceptAllTestFilter() - Constructor for class com.gargoylesoftware.base.testing.AcceptAllTestFilter
Create an instance
AlreadyClosedException - exception com.gargoylesoftware.base.resource.jdbc.AlreadyClosedException.
Thrown if the close() method is called on an object that is already closed
AlreadyClosedException(String) - Constructor for class com.gargoylesoftware.base.resource.jdbc.AlreadyClosedException
Create an exception
absolute(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Moves the cursor to the given row number in this ResultSet object.
accept(Class) - Method in class com.gargoylesoftware.base.testing.AcceptAllTestFilter
Return true if the specified class should be run in this test suite
accept(Class) - Method in interface com.gargoylesoftware.base.testing.TestFilter
Return true if the specified class should be run in this test suite
actionPerformed(ActionEvent) - Method in class com.gargoylesoftware.base.gui.ReflectedAction
The action has been fired so now we use reflection to invoke the method that was specified previously.
add(Object) - Method in class com.gargoylesoftware.base.collections.NotificationList
Appends the specified element to the end of this list (optional operation).
add(int, Object) - Method in class com.gargoylesoftware.base.collections.NotificationList
Inserts the specified element at the specified position in this list (optional operation).
add(Object) - Method in class com.gargoylesoftware.base.trace.BlockingCircularQueue
Add an object to the queue.
addAll(Collection) - Method in class com.gargoylesoftware.base.collections.NotificationList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(int, Collection) - Method in class com.gargoylesoftware.base.collections.NotificationList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addBatch() - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Adds a set of parameters to this PreparedStatement object's batch of commands.
addBatch(String) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Adds an SQL command to the current batch of commmands for this Statement object.
addDelayedComponentLoaderListener(DelayedComponentLoaderListener) - Method in class com.gargoylesoftware.base.gui.DelayedComponentLoaderPanel
Add the specified listener.
addFactory(String, ResourceFactory) - Method in class com.gargoylesoftware.base.resource.ResourceManager
Adds a feature to the Factory attribute of the ResourceManager object
addLayoutComponent(String, Component) - Method in class com.gargoylesoftware.base.gui.TableLayout
Add the specified component to the layout with the specified constraints.
addLayoutComponent(Component, Object) - Method in class com.gargoylesoftware.base.gui.TableLayout
Add the specified component to the layout with the specified constraints.
addNotificationListListener(NotificationListListener) - Method in class com.gargoylesoftware.base.collections.NotificationList
Add a NotificationListListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.gargoylesoftware.base.testing.SampleBean
Add a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class com.gargoylesoftware.base.trace.TraceChannel
Add a property change listener.
addTraceWriter(TraceWriter) - Method in class com.gargoylesoftware.base.trace.TraceChannel
Add a trace writer.
afterLast() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Moves the cursor to the end of this ResultSet object, just after the last row.
allProceduresAreCallable() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if all the procedures returned by getProcedures can be called by the current user.
allTablesAreSelectable() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if all the tables returned by getTable can be SELECTed by the current user.
allocateRealConnection(String, String, String) - Method in class com.gargoylesoftware.base.resource.jdbc.JDBCResourceFactory
Allocate a real database connection from the DriverManager
appearsEqual(Object, Object) - Static method in class com.gargoylesoftware.base.testing.TestUtil
Return true if the two objects appear to be equal.
assertAppearsEqual(String, Object, Object) - Static method in class com.gargoylesoftware.base.testing.TestUtil
Assert that a and b appear equal.
assertAppearsNotEqual(String, Object, Object) - Static method in class com.gargoylesoftware.base.testing.TestUtil
Assert that a and b do not appear equal.
assertCollectionsEqual(Collection, Collection) - Method in class com.gargoylesoftware.base.testing.BaseTestCase
Assert that the two collections are the same irrespective of order.
assertEventsAppearEquals(List) - Method in class com.gargoylesoftware.base.testing.EventCatcher
Compare the specified events against the actual collected event to see if they appear to be the same.
assertFalse(String, boolean) - Static method in class com.gargoylesoftware.base.testing.BaseTestCase
Assert that the specified condition is false.
assertFalse(boolean) - Static method in class com.gargoylesoftware.base.testing.BaseTestCase
Assert that the specified condition is false.
assertInstanceOf(String, Object, Class) - Method in class com.gargoylesoftware.base.testing.BaseTestCase
Assert that the specified object is an instance of this class
assertInstanceOf(Object, Class) - Method in class com.gargoylesoftware.base.testing.BaseTestCase
Assert that the specified object is an instance of this class
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.collections.NotificationListEvent
Throw an exception if the specified object is null
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.gui.AbstractUIController
Throw an exception if the specified object is null
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.gui.DefaultComponentLoader
Throw an Exception if the specified object is null.
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.gui.DelayedComponentLoaderPanel
Throw an exception if the specified object is null
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.gui.ReflectedAction
Throw an exception if the specified object is null
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.gui.ReflectedTableModel
Throw an exception if the specified object is null
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.gui.TableLayout
Verify that the specified value is not null.
assertNotNull(String, Object) - Static method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Verify that the specified value is not null.
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.gui.TableLayoutDebuggingPanel
Verify that the specified value is not null.
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.gui.ThrowablePanel
Verify that the specified value is not null.
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.objectstore.ObjectStore
Throw an exception if the specified object is null
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.testing.SampleBean
Verify that the specified value is not null.
assertNotNull(String, Object) - Static method in class com.gargoylesoftware.base.testing.TestUtil
Verify that the specified value is not null.
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.trace.BlockingCircularQueue
Verify that the specified value is not null.
assertNotNull(String, Object) - Static method in class com.gargoylesoftware.base.trace.Trace
Verify that the specified value is not null.
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.trace.TraceChannel
Verify that the specified value is not null.
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.trace.TraceController
Verify that the specified value is not null.
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.trace.TraceItem
Verify that the specified value is not null.
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.trace.TraceItemDispatcher
Verify that the specified value is not null.
assertNotNull(String, Object) - Method in class com.gargoylesoftware.base.trace.TraceItemQueue
Verify that the specified value is not null.
assertSame(String, Object, Object) - Static method in class com.gargoylesoftware.base.testing.BaseTestCase
Assert that the two objects are the same.
assertSame(Object, Object) - Static method in class com.gargoylesoftware.base.testing.BaseTestCase
Assert that the two objects are the same.

B

BaseTestCase - class com.gargoylesoftware.base.testing.BaseTestCase.
An extension of junit.framework.TestCase that adds those methods that we really wish were part of JUnit.
BaseTestCase(String) - Constructor for class com.gargoylesoftware.base.testing.BaseTestCase
Create an instance
BashTraceWriter - class com.gargoylesoftware.base.trace.BashTraceWriter.
A trace writer specifically designed for the bash shell.
BashTraceWriter() - Constructor for class com.gargoylesoftware.base.trace.BashTraceWriter
Create a new writer.
BlockingCircularQueue - class com.gargoylesoftware.base.trace.BlockingCircularQueue.

Internal use only.

BlockingCircularQueue() - Constructor for class com.gargoylesoftware.base.trace.BlockingCircularQueue
Create the queue with a capacity of 20
BlockingCircularQueue(int) - Constructor for class com.gargoylesoftware.base.trace.BlockingCircularQueue
Create the queue with the specified capacity
beforeFirst() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Moves the cursor to the front of this ResultSet object, just before the first row.

C

CHANGE - Static variable in class com.gargoylesoftware.base.collections.NotificationListEvent
Action indicating that an item in the list was change.
CallableStatementWrapper - class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper.
The interface used to execute SQL stored procedures.
CallableStatementWrapper(CallableStatement) - Constructor for class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Create a wrapper
ComponentLoader - interface com.gargoylesoftware.base.gui.ComponentLoader.
An object that knows how to load a component.
CondensedObjectOutputStream - class com.gargoylesoftware.base.io.CondensedObjectOutputStream.
A specialized subclass of ObjectOutputStream that is used to serialize objects.
CondensedObjectOutputStream(OutputStream) - Constructor for class com.gargoylesoftware.base.io.CondensedObjectOutputStream
Create the stream
ConnectionWrapper - class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper.
A wrapper for java.sql.Connection objects.
ConnectionWrapper(Connection) - Constructor for class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Create a new connection wrapper
cancel() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancelRowUpdates() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Cancels the updates made to the current row in this ResultSet object.
checkIsOpen() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Check to see if the connection is still open
clear() - Method in class com.gargoylesoftware.base.collections.NotificationList
Removes all of the elements from this list (optional operation).
clear() - Method in class com.gargoylesoftware.base.testing.EventCatcher
Throw away all the currently collected events.
clear() - Method in class com.gargoylesoftware.base.trace.BlockingCircularQueue
Remove all items from the queue
clearBatch() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Makes the set of commands in the current batch empty.
clearParameters() - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Clears the current parameter values immediately.
clearWarnings() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Clears all warnings reported for this Connection object.
clearWarnings() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Clears all warnings reported on this ResultSet object.
clearWarnings() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Clears all the warnings reported on this Statement object.
clone() - Method in class com.gargoylesoftware.base.trace.TraceItem
Return a copy of this object.
close() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Releases a Connection's database and JDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Close this object and any result sets that it created
close() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.gargoylesoftware.base.trace.TraceController
Close down the debugging facilities in preparation for application shutdown.
close() - Method in class com.gargoylesoftware.base.trace.TraceOutputStream
Closes this output stream and releases any system resources associated with this stream.
closeAnyOpenMetaDatas() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Close any open DatabaseMetaData objects
closeAnyOpenStatements() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Close any open statements
com.gargoylesoftware.base.collections - package com.gargoylesoftware.base.collections
Classes involving the collection classes
com.gargoylesoftware.base.gui - package com.gargoylesoftware.base.gui
Classes that are UI related.
com.gargoylesoftware.base.io - package com.gargoylesoftware.base.io
Classes involving IO
com.gargoylesoftware.base.objectstore - package com.gargoylesoftware.base.objectstore
Classes involving object stores.
com.gargoylesoftware.base.resource - package com.gargoylesoftware.base.resource
 
com.gargoylesoftware.base.resource.jdbc - package com.gargoylesoftware.base.resource.jdbc
An implementation of.ResourceFactory that manages JDBC connections
com.gargoylesoftware.base.testing - package com.gargoylesoftware.base.testing
Classes that are useful during testing
com.gargoylesoftware.base.trace - package com.gargoylesoftware.base.trace
Classes involving tracing (error logging)
com.gargoylesoftware.base.util - package com.gargoylesoftware.base.util
General utility methods
commit() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by the Connection.
compare(Object, Object) - Method in class com.gargoylesoftware.base.collections.StringComparator
Compare the two strings.
componentLoadingFinished(DelayedComponentLoaderEvent) - Method in interface com.gargoylesoftware.base.gui.DelayedComponentLoaderListener
Called when the loader has finished its work.
componentLoadingStarted(DelayedComponentLoaderEvent) - Method in interface com.gargoylesoftware.base.gui.DelayedComponentLoaderListener
Called when the loader has started it's work.
contains(Object) - Method in class com.gargoylesoftware.base.collections.NotificationList
Returns true if this list contains the specified element.
containsAll(Collection) - Method in class com.gargoylesoftware.base.collections.NotificationList
Returns true if this list contains all of the elements of the specified collection.
containsText() - Method in class com.gargoylesoftware.base.trace.TraceItem
Return true if this item contains any text.
copyBySerialization(Object) - Static method in class com.gargoylesoftware.base.testing.TestUtil
Copy an object by serializing it into a buffer and then deserializing it again.
createProxy(Class) - Static method in class com.gargoylesoftware.base.util.ProxyUtil
Create a proxy object that implements the interface specified by 'clazz'.
createProxy(Class, Object[][]) - Static method in class com.gargoylesoftware.base.util.ProxyUtil
Create a proxy object that implements the interface specified by 'clazz'.
createStatement() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int, int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Creates a Statement object that will generate ResultSet objects with the given type, concurrency, and holdability.

D

DatabaseMetaDataWrapper - class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper.
Wrapper for DatabaseMetaData
DatabaseMetaDataWrapper(DatabaseMetaData) - Constructor for class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Create a wrapper
DefaultComponentLoader - class com.gargoylesoftware.base.gui.DefaultComponentLoader.
A default implementation of ComponentLoader that uses reflection to instantiate components.
DefaultComponentLoader(String) - Constructor for class com.gargoylesoftware.base.gui.DefaultComponentLoader
Create a new loader.
DefaultComponentLoader(Class) - Constructor for class com.gargoylesoftware.base.gui.DefaultComponentLoader
Create a new loader.
DefaultComponentLoader(Class, boolean) - Constructor for class com.gargoylesoftware.base.gui.DefaultComponentLoader
Create a new loader.
DelayedComponentLoaderEvent - class com.gargoylesoftware.base.gui.DelayedComponentLoaderEvent.
An event that describes changes to a DelayedComponentLoader.
DelayedComponentLoaderEvent(Object, ComponentLoader, Component) - Constructor for class com.gargoylesoftware.base.gui.DelayedComponentLoaderEvent
Create a new event.
DelayedComponentLoaderListener - interface com.gargoylesoftware.base.gui.DelayedComponentLoaderListener.
A listener for DelayedComponentLoader events
DelayedComponentLoaderPanel - class com.gargoylesoftware.base.gui.DelayedComponentLoaderPanel.
A panel that supports delayed loading of its contents.
DelayedComponentLoaderPanel() - Constructor for class com.gargoylesoftware.base.gui.DelayedComponentLoaderPanel
Create a new panel that will display a simple "please wait" message when it is loading.
DelayedComponentLoaderPanel(Component) - Constructor for class com.gargoylesoftware.base.gui.DelayedComponentLoaderPanel
Create a new panel that will display the specified waitingComponent while it is loading.
DetailedIllegalArgumentException - exception com.gargoylesoftware.base.util.DetailedIllegalArgumentException.
A more detailed version of IllegalArgumentException that contains information about what argument was not legal.
DetailedIllegalArgumentException(String, Object, String) - Constructor for class com.gargoylesoftware.base.util.DetailedIllegalArgumentException
Create an instance
DetailedIllegalArgumentException(String, Object) - Constructor for class com.gargoylesoftware.base.util.DetailedIllegalArgumentException
Create an instance
DetailedIllegalArgumentException(String, int, String) - Constructor for class com.gargoylesoftware.base.util.DetailedIllegalArgumentException
Create an instance
DetailedIllegalArgumentException(String, int) - Constructor for class com.gargoylesoftware.base.util.DetailedIllegalArgumentException
Create an instance
DetailedNullPointerException - exception com.gargoylesoftware.base.util.DetailedNullPointerException.
A more detailed version of NullPointerException that contains information about what argument was null.
DetailedNullPointerException(String, String) - Constructor for class com.gargoylesoftware.base.util.DetailedNullPointerException
Create an instance
DetailedNullPointerException(String) - Constructor for class com.gargoylesoftware.base.util.DetailedNullPointerException
Create an instance
DirectoryWalker - class com.gargoylesoftware.base.util.DirectoryWalker.
A class to walk through the directory structure from a given starting point and return either files or directories or both.
DirectoryWalker(String) - Constructor for class com.gargoylesoftware.base.util.DirectoryWalker
Create an instance
DispatchingObjectStore - class com.gargoylesoftware.base.objectstore.DispatchingObjectStore.
An object store that just dispatches commands to other object stores
DispatchingObjectStore(Map) - Constructor for class com.gargoylesoftware.base.objectstore.DispatchingObjectStore
Create an instance.
DispatchingObjectStore(Map, Map) - Constructor for class com.gargoylesoftware.base.objectstore.DispatchingObjectStore
Create an instance
DocumentUtil - class com.gargoylesoftware.base.util.DocumentUtil.
Various utility methods relating to documents.
dataDefinitionCausesTransactionCommit() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Does a data definition statement within a transaction force the transaction to commit?
dataDefinitionIgnoredInTransactions() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Is a data definition statement within a transaction ignored?
deleteRow() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Deletes the current row from this ResultSet object and from the underlying database.
deletesAreDetected(int) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted().
dispatch(TraceItem) - Method in class com.gargoylesoftware.base.trace.TraceItemDispatcher
Add an item to the trace queue.
disposeTraceItem(TraceItem) - Method in class com.gargoylesoftware.base.trace.TraceItemDispatcher
Dispose of a trace item.
doesMaxRowSizeIncludeBlobs() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if getMaxRowSize() included LONGVARCHAR and LONGVARBINARY blobs.
drawOutlines(Graphics) - Method in class com.gargoylesoftware.base.gui.TableLayout
A debugging method that draws lines on the parent component to show where the table cell boundaries are.

E

EqualsTester - class com.gargoylesoftware.base.testing.EqualsTester.
EqualsTester is used to test the equals contract on objects.
EqualsTester(Object, Object, Object, Object) - Constructor for class com.gargoylesoftware.base.testing.EqualsTester
Perform the test.
EventCatcher - class com.gargoylesoftware.base.testing.EventCatcher.
A testing class for catching and logging events.
EventCatcher() - Constructor for class com.gargoylesoftware.base.testing.EventCatcher
Create a new EventCatcher.
EventCatcherRecord - class com.gargoylesoftware.base.testing.EventCatcherRecord.
Information about a single event that was caught by an EventCatcher
EventCatcherRecord(Method, EventObject) - Constructor for class com.gargoylesoftware.base.testing.EventCatcherRecord
Create a new Record
equals(Object) - Method in class com.gargoylesoftware.base.objectstore.ObjectStoreCommand
Return true if this object is equal to the specified object.
err - Static variable in class com.gargoylesoftware.base.trace.Trace
The equivilent of "standard error"
exceptionThrown(Exception) - Method in class com.gargoylesoftware.base.gui.ReflectedAction
Callback that will be invoked if an exception is thrown during the reflected method call.
execute(ObjectStoreCommand) - Method in class com.gargoylesoftware.base.objectstore.ObjectStore
Perform the actions specified by the key and return a value.
execute() - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Executes any kind of SQL statement.
execute(String) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Executes an SQL statement that may return multiple results.
execute(String, int) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeBatch() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeImpl(ObjectStoreCommand) - Method in class com.gargoylesoftware.base.objectstore.DispatchingObjectStore
Perform the dispatching.
executeImpl(ObjectStoreCommand) - Method in class com.gargoylesoftware.base.objectstore.ObjectStore
Override this to provide the actual processing of the object store.
executeImpl(ObjectStoreCommand) - Method in class com.gargoylesoftware.base.objectstore.ReflectedObjectStore
Execute the specified command
executeQuery() - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Executes the SQL query in this PreparedStatement object and returns the result set generated by the query.
executeQuery(String) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Executes an SQL statement that returns a single ResultSet object.
executeUpdate() - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Executes the SQL INSERT, UPDATE or DELETE statement in this PreparedStatement object.
executeUpdate(String) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Executes an SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String, int) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
exit(int) - Static method in class com.gargoylesoftware.base.trace.Trace
Shutdown all buffering and exit the VM with the specified status code.
expandTabs(String, int) - Static method in class com.gargoylesoftware.base.util.StringUtil
Expand each tab character into the specified numbers of spaces.

F

findColumn(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Maps the given ResultSet column name to its ResultSet column index.
findStore(ObjectStoreCommand) - Method in class com.gargoylesoftware.base.objectstore.DispatchingObjectStore
Find the ObjectStore for the specified command
first() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Moves the cursor to the first row in this ResultSet object.
flush() - Static method in class com.gargoylesoftware.base.trace.Trace
Flush the trace queue.
flush() - Method in class com.gargoylesoftware.base.trace.TraceItemDispatcher
 
flush() - Method in class com.gargoylesoftware.base.trace.TraceOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
freeRealConnection(Connection) - Method in class com.gargoylesoftware.base.resource.jdbc.JDBCResourceFactory
Free a real database connection

G

get(int) - Method in class com.gargoylesoftware.base.collections.NotificationList
Returns the element at the specified position in this list.
get(int) - Method in class com.gargoylesoftware.base.testing.EventCatcher
Deprecated. Use EventCatcher.getEventCatcherRecordAt(int) instead
getAction() - Method in class com.gargoylesoftware.base.collections.NotificationListEvent
Return the action which will be one of INSERT, REMOVE, CHANGE.
getAge() - Method in class com.gargoylesoftware.base.testing.SampleBean
Return the age.
getArgumentName() - Method in class com.gargoylesoftware.base.util.DetailedIllegalArgumentException
Return the name of the argument that was illegal
getArgumentName() - Method in class com.gargoylesoftware.base.util.DetailedNullPointerException
Return the name of the argument that was null.
getArgumentValue() - Method in class com.gargoylesoftware.base.util.DetailedIllegalArgumentException
Return the value of the argument
getArray(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArray(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getAsciiStream(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAttributes(String, String, String, String) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.
getAutoCommit() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Gets the current auto-commit state.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a description of a table's optimal set of columns that uniquely identifies a row.
getBigDecimal(int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Deprecated.  
getBigDecimal(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Deprecated.  
getBigDecimal(String, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Deprecated.  
getBigDecimal(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBinaryStream(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of a column in the current row as a stream of Gets the value of the designated column in the current row of this ResultSet object as a binary stream of uninterpreted bytes.
getBinaryStream(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted byte s.
getBlob(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC BLOB parameter as a Blob\ object in the Java programming language.
getBlob(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlob(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBoolean(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC BIT parameter as a boolean in the Java programming language.
getBoolean(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC BIT parameter as a boolean in the Java programming language.
getBoolean(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getByte(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getByte(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getByte(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getBytes(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getCatalog() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Returns the Connection's current catalog name.
getCatalogSeparator() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the separator between catalog and table name?
getCatalogTerm() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the database vendor's preferred term for "catalog"?
getCatalogs() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets the catalog names available in this database.
getChannel() - Method in class com.gargoylesoftware.base.trace.TraceItem
Return the channel.
getCharacterStream(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getClob(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC CLOB parameter as a Clob object in the Java programming language.
getClob(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC CLOB parameter as a Clob object in the Java programming language.
getClob(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClob(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getColumn() - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Return the column.
getColumnCount() - Method in class com.gargoylesoftware.base.gui.ReflectedTableModel
Return the number of columns.
getColumnName() - Method in class com.gargoylesoftware.base.gui.ReflectedTableModel.ColumnInfo
Return the column name.
getColumnName(int) - Method in class com.gargoylesoftware.base.gui.ReflectedTableModel
Return the name of the column at the specified index.
getColumnPrivileges(String, String, String, String) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a description of the access rights for a table's columns.
getColumnSpan() - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Return the number of columns this component will span.
getColumns() - Method in class com.gargoylesoftware.base.gui.ReflectedTableModel
Return a list containing the ColumnInfo objects that are used to define each column.
getColumns(String, String, String, String) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a description of table columns available in the specified catalog.
getCommand() - Method in class com.gargoylesoftware.base.objectstore.ObjectStoreCommandNotSupportedException
Return the command or null if the command wasn't set
getComponentLoader() - Method in class com.gargoylesoftware.base.gui.DelayedComponentLoaderEvent
Return the component loader or null if there isn't one.
getConcurrency() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the concurrency mode of this ResultSet object.
getConnection() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Retrieves the connection that produced this metadata object.
getConnection() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Returns the Connection object that produced this Statement object.
getController() - Static method in class com.gargoylesoftware.base.trace.Trace
Return the controller object for the debugging stuff
getCrossReference(String, String, String, String, String, String) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key).
getCursorName() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the name of the SQL cursor used by this ResultSet object.
getDatabaseMajorVersion() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Retrieves the major version number of the underlying database.
getDatabaseMinorVersion() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Retrieves the minor version number of the underlying database.
getDatabaseProductName() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the name of this database product?
getDatabaseProductVersion() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the version of this database product?
getDate(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(int, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(String, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(int, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDefaultChannel() - Method in class com.gargoylesoftware.base.trace.TraceController
Return the default channel
getDefaultTransactionIsolation() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return the database's default transaction isolation level.
getDelegate() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Return the wrapped connection
getDelegate() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return the wrapped object
getDelegate() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Return the wrapped object
getDelegate() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Return the statement that is wrapped
getDirectories(FileFilter) - Method in class com.gargoylesoftware.base.util.DirectoryWalker
Walk through the directory structure and return a collection containing all those directories for which the filter returns true
getDouble(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDriverMajorVersion() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's this JDBC driver's major version number?
getDriverMinorVersion() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's this JDBC driver's minor version number?
getDriverName() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the name of this JDBC driver?
getDriverVersion() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the version of this JDBC driver?
getEnclosedException() - Method in class com.gargoylesoftware.base.resource.ResourceException
Return the enclosed exception
getEnclosedException() - Method in class com.gargoylesoftware.base.testing.TestInitializationFailedException
Gets the enclosedException attribute of the TestInitializationFailedException object
getEndIndex() - Method in class com.gargoylesoftware.base.collections.NotificationListEvent
Return the end index.
getEvent() - Method in class com.gargoylesoftware.base.testing.EventCatcherRecord
Return the event that had been caught.
getEventAt(int) - Method in class com.gargoylesoftware.base.testing.EventCatcher
Return the event at the specified index.
getEventCatcherRecordAt(int) - Method in class com.gargoylesoftware.base.testing.EventCatcher
Return the record at the specified index.
getEventCount() - Method in class com.gargoylesoftware.base.testing.EventCatcher
Return the number of events that have been collected so far.
getEvents() - Method in class com.gargoylesoftware.base.testing.EventCatcher
Return an immutable list containing all the events collected so far.
getException() - Method in class com.gargoylesoftware.base.gui.ThrowablePanel
Return the exception that is being displayed.
getException() - Method in class com.gargoylesoftware.base.objectstore.ObjectStoreException
Return the enclosed exception
getExportedKeys(String, String, String) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a description of the foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
getExtraNameCharacters() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
getFetchDirection() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the fetch direction for this ResultSet object.
getFetchDirection() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchSize() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the fetch size for this ResultSet object.
getFetchSize() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Retrieves the number of result set rows that is the default fetch size for result sets generated from this Statement object.
getFiles(FileFilter) - Method in class com.gargoylesoftware.base.util.DirectoryWalker
Walk through the directory structure and return a collection containing all those files for which the filter returns true
getFilesAndDirectories(FileFilter) - Method in class com.gargoylesoftware.base.util.DirectoryWalker
Walk through the directory structure and return a collection containing all those files and directories for which the filter returns true
getFloat(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC FLOAT parameter as a float in the Java programming language.
getFloat(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC FLOAT parameter as a float in the Java programming language.
getFloat(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getGeneratedKeys() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Retrieves any auto-generated keys created as a result of executing this Statement object.
getHoldability() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Retrieves the current holdability of ResultSet objects created using this Connection object.
getHorizontalAlignment() - Method in class com.gargoylesoftware.base.gui.TableLayout
Return the horizontal alignment.
getHorizontalAlignment() - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Return the horizontalAlignment.
getHorizontalStretch() - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Return true if this component can be stretched horizontally.
getIdentifierQuoteString() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return the string used to quote SQL identifiers.
getIgnoreInvisibleComponents() - Method in class com.gargoylesoftware.base.gui.TableLayout
Get whether or not we should ignore an components that are not visible.
getImportedKeys(String, String, String) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a description of a table's indices and statistics.
getInt(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC INTEGER parameter as an int in the Java programming language.
getInt(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC INTEGER parameter as an int in the Java programming language.
getInt(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getJDBCMajorVersion() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Retrieves the major JDBC version number for this driver.
getJDBCMinorVersion() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Retrieves the minor JDBC version number for this driver.
getLayoutAlignmentX(Container) - Method in class com.gargoylesoftware.base.gui.TableLayout
I don't really understand what this method is supposed to return so I always return 0F.
getLayoutAlignmentY(Container) - Method in class com.gargoylesoftware.base.gui.TableLayout
I don't really understand what this method is supposed to return so I always return 0F.
getLineColor() - Method in class com.gargoylesoftware.base.gui.TableLayoutDebuggingPanel
Return the current line colour.
getListener(Class) - Method in class com.gargoylesoftware.base.testing.EventCatcher
Return a listener object that will log all fired events.
getLoadedComponent() - Method in class com.gargoylesoftware.base.gui.DelayedComponentLoaderEvent
Return the component that was loaded or null if the loading has not completed.
getLocale() - Method in class com.gargoylesoftware.base.gui.AbstractUIController
Return the current locale.
getLock() - Method in class com.gargoylesoftware.base.trace.TraceItem
Return the lock.
getLong(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC BIGINT parameter as a long in the Java programming language.
getLong(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC BIGINT parameter as a long in the Java programming language.
getLong(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getMaxBinaryLiteralLength() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
How many hex characters can you have in an inline binary literal?
getMaxCatalogNameLength() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the maximum length of a catalog name?
getMaxCharLiteralLength() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the max length for a character literal?
getMaxColumnNameLength() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the limit on column name length?
getMaxColumnsInGroupBy() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the maximum number of columns in a "GROUP BY" clause?
getMaxColumnsInIndex() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the maximum number of columns allowed in an index?
getMaxColumnsInOrderBy() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the maximum number of columns in an "ORDER BY" clause?
getMaxColumnsInSelect() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the maximum number of columns in a "SELECT" list?
getMaxColumnsInTable() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the maximum number of columns in a table?
getMaxConnections() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
How many active connections can we have at a time to this database?
getMaxCursorNameLength() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the maximum cursor name length?
getMaxFieldSize() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Returns the maximum number of bytes allowed for any column value.
getMaxIndexLength() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Retrieves the maximum number of bytes for an index, including all of the parts of the index.
getMaxProcedureNameLength() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the maximum length of a procedure name?
getMaxRowSize() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the maximum length of a single row?
getMaxRows() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Retrieves the maximum number of rows that a ResultSet object can contain.
getMaxSchemaNameLength() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the maximum length allowed for a schema name?
getMaxStatementLength() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the maximum length of an SQL statement?
getMaxStatements() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
How many active statements can we have open at one time to this database?
getMaxTableNameLength() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the maximum length of a table name?
getMaxTablesInSelect() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the maximum number of tables in a SELECT statement?
getMaxUserNameLength() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the maximum length of a user name?
getMessage() - Method in class com.gargoylesoftware.base.trace.TraceItem
Return the message.
getMetaData() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Gets the metadata regarding this connection's database.
getMetaData() - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Gets the number, types and properties of a ResultSet object's columns.
getMetaData() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Retrieves the number, types and properties of this ResultSet object's columns.
getMethod() - Method in class com.gargoylesoftware.base.testing.EventCatcherRecord
Return the method that had been invoked with the specified event.
getMoreResults() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Moves to a Statement object's next result.
getMoreResults(int) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getName() - Method in class com.gargoylesoftware.base.testing.SampleBean
Return the name.
getName() - Method in class com.gargoylesoftware.base.trace.TraceChannel
Return the name of this trace channel.
getNewTraceItem() - Method in class com.gargoylesoftware.base.trace.TraceItemDispatcher
Return a trace item
getNewValues() - Method in class com.gargoylesoftware.base.collections.NotificationListEvent
Return the new values
getNextItem() - Method in class com.gargoylesoftware.base.trace.TraceItem
Return the next item.
getNumericFunctions() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a comma-separated list of math functions.
getObeyMaximumSize() - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Return true if we are obeying the maximum size.
getObeyMinimumSize() - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Return true if we are obeying the minimum size.
getObject(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a parameter as an Object in the Java programming language.
getObject(int, Map) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Returns an object representing the value of OUT parameter i and uses map for the custom mapping of the parameter value.
getObject(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a parameter as an Object in the Java programming language.
getObject(String, Map) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Returns an object representing the value of OUT parameter i and uses map for the custom mapping of the parameter value.
getObject(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int, Map) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String, Map) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getOldValues() - Method in class com.gargoylesoftware.base.collections.NotificationListEvent
Return the old values.
getOpenStatementCount() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Return the number of statements that are currently open.
getParameterMetaData() - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Retrieves the number, types and properties of this PreparedStatement object's parameters.
getPreferredCacheSize() - Method in class com.gargoylesoftware.base.resource.PooledResourceFactory
Return the preferredCacheSize
getPrevItem() - Method in class com.gargoylesoftware.base.trace.TraceItem
Return the previous item.
getPrimaryKeys(String, String, String) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a description of a table's primary key columns.
getProcedureColumns(String, String, String, String) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a description of a catalog's stored procedure parameters and result columns.
getProcedureTerm() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the database vendor's preferred term for "procedure"?
getProcedures(String, String, String) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a description of the stored procedures available in a catalog.
getPropertyName() - Method in class com.gargoylesoftware.base.gui.ReflectedTableModel.ColumnInfo
Return the property name
getQueryTimeout() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getRealSystemErr() - Method in class com.gargoylesoftware.base.trace.TraceController
Return the real stream that corresponds to the console for System.err.
getRealSystemOut() - Method in class com.gargoylesoftware.base.trace.TraceController
Return the real stream that corresponds to the console for System.out.
getRef(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getRef(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getResource(String) - Method in class com.gargoylesoftware.base.objectstore.ObjectStore
Return a resource from the specified factory
getResource(ResourceManager) - Method in class com.gargoylesoftware.base.resource.ResourceFactory
Allocate a resource for the specified store
getResource(String) - Method in class com.gargoylesoftware.base.resource.ResourceManager
Return a resource from the specified factory
getResourceFactoryName() - Method in interface com.gargoylesoftware.base.resource.ManagedResource
Return the name of the resource factory that allocated this object
getResourceFactoryName() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Return the name of the factory that allocated this connection
getResourceImpl(ResourceManager) - Method in class com.gargoylesoftware.base.resource.PooledResourceFactory
Get a resource
getResourceImpl(ResourceManager) - Method in class com.gargoylesoftware.base.resource.ResourceFactory
Subclasses will override this to perform the actual allocation of the resource.
getResourceImpl(ResourceManager) - Method in class com.gargoylesoftware.base.resource.jdbc.JDBCResourceFactory
Allocate a resource for the specified store
getResourceManager() - Method in class com.gargoylesoftware.base.objectstore.ObjectStore
Gets the resource manager
getResultSet() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Returns the current result as a ResultSet object.
getResultSetConcurrency() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Retrieves the default holdability of this ResultSet object.
getResultSetHoldability() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetType() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Retrieves the result set type for ResultSet objects generated by this Statement object.
getRow() - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Return the row.
getRow() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Retrieves the current row number.
getRowCount() - Method in class com.gargoylesoftware.base.gui.ReflectedTableModel
Return the number of rows.
getRowSpan() - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Return the number of rows this component will span.
getRows() - Method in class com.gargoylesoftware.base.gui.ReflectedTableModel
Return a list containing the objects that are used to create each row.
getSQLKeywords() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a comma-separated list of all a database's SQL keywords that are NOT also SQL92 keywords.
getSQLStateType() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Indicates whether the SQLSTATE returned by SQLException.getSQLState is X/Open (now known as Open Group) SQL CLI or SQL99.
getSchemaTerm() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the database vendor's preferred term for "schema"?
getSchemas() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets the schema names available in this database.
getSearchStringEscape() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets the string that can be used to escape wildcard characters.
getShort(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC SMALLINT parameter as a short in the Java programming language.
getShort(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC SMALLINT parameter as a short in the Java programming language.
getShort(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getStartIndex() - Method in class com.gargoylesoftware.base.collections.NotificationListEvent
Return the start index.
getStatement() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the Statement object that produced this ResultSet object.
getString(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getStringFunctions() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a comma-separated list of string functions.
getSuperTables(String, String, String) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperTypes(String, String, String) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSystemFunctions() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a comma-separated list of system functions.
getTablePrivileges(String, String, String) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a description of the access rights for each table available in a catalog.
getTableTypes() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets the table types available in this database.
getTables(String, String, String, String[]) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a description of tables available in a catalog.
getThreadName() - Method in class com.gargoylesoftware.base.testing.EventCatcherRecord
Return the name of the thread that the event was called on.
getThreadName() - Method in class com.gargoylesoftware.base.trace.TraceItem
Return the name of the thread that called Trace.
getThrowable() - Method in class com.gargoylesoftware.base.trace.TraceItem
Return the throwable.
getTime(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Get the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(int, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(String, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(int, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime() - Method in class com.gargoylesoftware.base.trace.TraceItem
Return the time that the item was written to Trace
getTimeDateFunctions() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a comma-separated list of time and date functions.
getTimestamp(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Gets the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gets the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTraceChannel() - Method in class com.gargoylesoftware.base.gui.ReflectedTableModel
Return the channel currently being used for tracing or null if tracing is disabled.
getTraceChannel() - Method in class com.gargoylesoftware.base.gui.TableLayout
Return the trace channel.
getTraceItemQueue() - Method in class com.gargoylesoftware.base.trace.TraceItemDispatcher
Get the queue.
getTransactionIsolation() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Gets this Connection's current transaction isolation level.
getType() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the type of this ResultSet object.
getTypeInfo() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a description of all the standard SQL types supported by this database.
getTypeMap() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Gets the type map object associated with this connection.
getUDTs(String, String, String, int[]) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a description of the user-defined types defined in a particular schema.
getURL(int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of the designated JDBC DATALINK parameter as a java.net.URL object.
getURL(String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Retrieves the value of a JDBC DATALINK parameter as a java.net.URL object.
getURL() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's the url for this database?
getURL(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getURL(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getUnicodeStream(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Deprecated. use getCharacterStream in place of getUnicodeStream
getUnicodeStream(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Deprecated.  
getUpdateCount() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Returns the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getUserName() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
What's our user name as known to the database?
getValueAt(int, int) - Method in class com.gargoylesoftware.base.gui.ReflectedTableModel
Return the specified object.
getVersionColumns(String, String, String) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Gets a description of a table's columns that are automatically updated when any value in a row is updated.
getVerticalAlignment() - Method in class com.gargoylesoftware.base.gui.TableLayout
Return the vertical alignment.
getVerticalAlignment() - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Return the vertical alignment.
getVerticalStretch() - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Return true if this component can be stretched vertically.
getWarnings() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Returns the first warning reported by calls on this Connection.
getWarnings() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Returns the first warning reported by calls on this ResultSet object.
getWarnings() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Retrieves the first warning reported by calls on this Statement object.

H

handleError(Error) - Method in class com.gargoylesoftware.base.objectstore.ObjectStore
Handle an exception that occured during the processing of executeImpl().
handleException(Exception) - Method in class com.gargoylesoftware.base.objectstore.ObjectStore
Handle an exception that occured during the processing of executeImpl().
hashCode() - Method in class com.gargoylesoftware.base.objectstore.ObjectStoreCommand
Return a value that can be used in a hashing algorithm.

I

INSERT - Static variable in class com.gargoylesoftware.base.collections.NotificationListEvent
Action indicating that an item was inserted into the list.
indexOf(Object) - Method in class com.gargoylesoftware.base.collections.NotificationList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
insertRow() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Inserts the contents of the insert row into this ResultSet objaect and into the database.
insertsAreDetected(int) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
invalidateLayout(Container) - Method in class com.gargoylesoftware.base.gui.TableLayout
Invalidate the layout and throw away and temporary calculations.
isAfterLast() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Indicates whether the cursor is after the last row in this ResultSet object.
isBeforeFirst() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Indicates whether the cursor is before the first row in this ResultSet object.
isBufferingEnabled() - Method in class com.gargoylesoftware.base.trace.TraceController
Return true if buffering is enabled.
isBufferingEnabled() - Method in class com.gargoylesoftware.base.trace.TraceItemDispatcher
Return true if buffering is enabled.
isCatalogAtStart() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if a catalog appears at the start of a qualified table name.
isClosed() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Tests to see if a Connection is closed.
isClosed() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Return true if this object is closed
isClosed() - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Return true if this statement has been closed
isColumnExpandable(int) - Method in class com.gargoylesoftware.base.gui.TableLayout
Return true if this column can be expanded beyond its preferred size.
isEmpty() - Method in class com.gargoylesoftware.base.collections.NotificationList
Returns true if this list contains no elements.
isEmpty() - Method in class com.gargoylesoftware.base.trace.BlockingCircularQueue
Return true if the collection is empty.
isEnabled() - Method in class com.gargoylesoftware.base.trace.TraceChannel
Return true if this channel is enabled.
isErrRedirected() - Method in class com.gargoylesoftware.base.trace.TraceController
Return true if System.err has been redirected to print through Trace.println
isFirst() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Indicates whether the cursor is on the first row of this ResultSet object.
isGridLinesEnabled() - Method in class com.gargoylesoftware.base.gui.TableLayoutDebuggingPanel
Return true if the grid lines are enabled.
isImmutable() - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Return true if this object is immutable.
isLast() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Indicates whether the cursor is on the last row of this ResultSet object.
isOutRedirected() - Method in class com.gargoylesoftware.base.trace.TraceController
Return true if System.out has been redirected to print through Trace.println
isReadOnly() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Tests to see if the connection is in read-only mode.
isReadOnly() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Is the database in read-only mode?
isRowExpandable(int) - Method in class com.gargoylesoftware.base.gui.TableLayout
Return true if this row can be expanded beyond its preferred size.
iterator() - Method in class com.gargoylesoftware.base.collections.NotificationList
Returns an iterator over the elements in this list in proper sequence.

J

JDBCResourceFactory - class com.gargoylesoftware.base.resource.jdbc.JDBCResourceFactory.
A ResourceFactory for JDBC connections
JDBCResourceFactory(String, String, String) - Constructor for class com.gargoylesoftware.base.resource.jdbc.JDBCResourceFactory
Create the factory.
JDBCResourceFactory(String, String, String, boolean) - Constructor for class com.gargoylesoftware.base.resource.jdbc.JDBCResourceFactory
Create the factory.
join(int[], String) - Static method in class com.gargoylesoftware.base.util.StringUtil
Create a string based on all the objects in the array separated by the separator string.
join(long[], String) - Static method in class com.gargoylesoftware.base.util.StringUtil
Create a string based on all the objects in the array separated by the separator string.
join(float[], String) - Static method in class com.gargoylesoftware.base.util.StringUtil
Create a string based on all the objects in the array separated by the separator string.
join(double[], String) - Static method in class com.gargoylesoftware.base.util.StringUtil
Create a string based on all the objects in the array separated by the separator string.
join(byte[], String) - Static method in class com.gargoylesoftware.base.util.StringUtil
Create a string based on all the objects in the array separated by the separator string.
join(Object[], String) - Static method in class com.gargoylesoftware.base.util.StringUtil
Create a string based on all the objects in the array separated by the separator string.
join(Collection, String) - Static method in class com.gargoylesoftware.base.util.StringUtil
Create a string based on all the objects in the collection separated by the separator string.

L

last() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Moves the cursor to the last row in this ResultSet object.
lastIndexOf(Object) - Method in class com.gargoylesoftware.base.collections.NotificationList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
layoutContainer(Container) - Method in class com.gargoylesoftware.base.gui.TableLayout
Layout all the components in this container.
lengthLimitedDocument(Document, int) - Static method in class com.gargoylesoftware.base.util.DocumentUtil
Return a wrapper document that prevents the user from typing more than a specified number of characters.
lengthLimitedDocument(int) - Static method in class com.gargoylesoftware.base.util.DocumentUtil
Return a PlainDocument wrappered so that it is length limited.
listElementsAdded(NotificationListEvent) - Method in interface com.gargoylesoftware.base.collections.NotificationListListener
An element was added to the list.
listElementsChanged(NotificationListEvent) - Method in interface com.gargoylesoftware.base.collections.NotificationListListener
An element in the list was changed.
listElementsRemoved(NotificationListEvent) - Method in interface com.gargoylesoftware.base.collections.NotificationListListener
An element was removed from the list.
listIterator() - Method in class com.gargoylesoftware.base.collections.NotificationList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class com.gargoylesoftware.base.collections.NotificationList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listenTo(Object) - Method in class com.gargoylesoftware.base.testing.EventCatcher
Register the event catcher as a listener for all events that this object fires.
loadComponent() - Method in interface com.gargoylesoftware.base.gui.ComponentLoader
Create and return a component.
loadComponent() - Method in class com.gargoylesoftware.base.gui.DefaultComponentLoader
Load the component.
localeChanged(Locale) - Method in class com.gargoylesoftware.base.gui.AbstractUIController
The current locale has changed - update all locale specific information.
locatorsUpdateCopy() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Indicates whether updates made to a LOB are made on a copy or directly to the LOB.

M

ManagedResource - interface com.gargoylesoftware.base.resource.ManagedResource.
Objects that implement this interface can be returned from a ResourceFactory
main(String[]) - Static method in class com.gargoylesoftware.base.testing.RecursiveTestSuite
Main entry point.
makeConstraints(String) - Static method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Create an instance of TableLayoutConstraints from the specified string.
maximumLayoutSize(Container) - Method in class com.gargoylesoftware.base.gui.TableLayout
Return the maximum layout size.
minimumLayoutSize(Container) - Method in class com.gargoylesoftware.base.gui.TableLayout
Get the minimum size of this layout.
moveToCurrentRow() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Moves the cursor to the remembered cursor position, usually the current row.
moveToInsertRow() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Moves the cursor to the insert row.

N

NotificationList - class com.gargoylesoftware.base.collections.NotificationList.
This is a wrapper for a List object that fires NotificationListEvent's whenever the list is modified.
NotificationList(List) - Constructor for class com.gargoylesoftware.base.collections.NotificationList
Construct a new NotificationList.
NotificationListEvent - class com.gargoylesoftware.base.collections.NotificationListEvent.
An event that is fired when a NotificationList changes.
NotificationListEvent(NotificationList, int, int, int, List, List) - Constructor for class com.gargoylesoftware.base.collections.NotificationListEvent
Create a new event.
NotificationListListener - interface com.gargoylesoftware.base.collections.NotificationListListener.
A listener that listens for changes to a NotificationList.
nCopies(int, char) - Static method in class com.gargoylesoftware.base.util.StringUtil
Return a string containing the specified number of charToCopy
nativeSQL(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Converts the given SQL statement into the system's native SQL grammar.
next() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Moves the cursor down one row from its current position.
next() - Method in class com.gargoylesoftware.base.trace.BlockingCircularQueue
Return the next item in the queue.
notImplemented() - Method in class com.gargoylesoftware.base.testing.BaseTestCase
Convenience method to signal that this test hasn't been finished yet.
nullPlusNonNullIsNull() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if concatenations between NULL and non-NULL values are NULL.
nullsAreSortedAtEnd() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if NULL values are sorted at the end regardless of sort order.
nullsAreSortedAtStart() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if NULL values are sorted at the start regardless of sort order.
nullsAreSortedHigh() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if NULL values are sorted high.
nullsAreSortedLow() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if NULL values are sorted low.

O

ObjectStore - class com.gargoylesoftware.base.objectstore.ObjectStore.
This is a wrapper for the data layer in an application.
ObjectStore() - Constructor for class com.gargoylesoftware.base.objectstore.ObjectStore
Create an instance
ObjectStoreCommand - class com.gargoylesoftware.base.objectstore.ObjectStoreCommand.
A command that can be sent to an object store
ObjectStoreCommand() - Constructor for class com.gargoylesoftware.base.objectstore.ObjectStoreCommand
Create an instance
ObjectStoreCommandNotSupportedException - exception com.gargoylesoftware.base.objectstore.ObjectStoreCommandNotSupportedException.
Exception that will be thrown when a command is passed into an object store and that store does not understand the specified command.
ObjectStoreCommandNotSupportedException(String) - Constructor for class com.gargoylesoftware.base.objectstore.ObjectStoreCommandNotSupportedException
Deprecated. Use the constructor that takes a command
ObjectStoreCommandNotSupportedException(ObjectStoreCommand) - Constructor for class com.gargoylesoftware.base.objectstore.ObjectStoreCommandNotSupportedException
Constructor for the ObjectStoreCommandNotSupportedException object
ObjectStoreException - exception com.gargoylesoftware.base.objectstore.ObjectStoreException.
Thrown when an error occuring during the processing of an object store.
ObjectStoreException(String) - Constructor for class com.gargoylesoftware.base.objectstore.ObjectStoreException
Create an instance
ObjectStoreException(Exception) - Constructor for class com.gargoylesoftware.base.objectstore.ObjectStoreException
Create an instance
ObjectStoreException(String, Exception) - Constructor for class com.gargoylesoftware.base.objectstore.ObjectStoreException
Create an instance
ObjectStoreException() - Constructor for class com.gargoylesoftware.base.objectstore.ObjectStoreException
Create an instance
OrderedTestSuite - class com.gargoylesoftware.base.testing.OrderedTestSuite.
This class allows you to specify the order that test methods will execute in and yet still retain the ability to have test methods found via reflection.
OrderedTestSuite(Class, String[]) - Constructor for class com.gargoylesoftware.base.testing.OrderedTestSuite
Create an instance of this test suite
othersDeletesAreVisible(int) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Indicates whether updates made by others are visible.
out - Static variable in class com.gargoylesoftware.base.trace.Trace
The equivilent of "standard out"
ownDeletesAreVisible(int) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Indicates whether a result set's own deletes are visible.
ownInsertsAreVisible(int) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Indicates whether a result set's own inserts are visible.
ownUpdatesAreVisible(int) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Indicates whether a result set's own updates are visible.

P

PooledResourceFactory - class com.gargoylesoftware.base.resource.PooledResourceFactory.
A resource factory that provides object pooling
PooledResourceFactory(ResourceFactory) - Constructor for class com.gargoylesoftware.base.resource.PooledResourceFactory
Create an instance
PreparedStatementWrapper - class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper.
A wrapper for a PreparedStatement
PreparedStatementWrapper(PreparedStatement) - Constructor for class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Create a PreparedStatementWrapper
ProxyUtil - class com.gargoylesoftware.base.util.ProxyUtil.
A collection of utility methods dealing with proxy objects
paint(Graphics) - Method in class com.gargoylesoftware.base.gui.TableLayoutDebuggingPanel
Override the painting logic to draw the gridlines.
pop() - Method in class com.gargoylesoftware.base.trace.TraceItemQueue
Return the next item on the queue or null if the queue is empty
preferredLayoutSize(Container) - Method in class com.gargoylesoftware.base.gui.TableLayout
Return the preferred layout size.
prepareCall(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Creates a CallableStatement object for calling database stored procedures.
prepareCall(String, int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareCall(String, int, int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
prepareStatement(String, int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String, int, int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Creates a PreparedStatement object that will generate ResultSet objects with the given type, concurrency, and holdability.
prepareStatement(String, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Creates a default PreparedStatement object that has the capability to retrieve auto-generated keys.
prepareStatement(String, int[]) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
prepareStatement(String, String[]) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Creates a default PreparedStatement object capable of returning the auto-generated keys designated by the given array.
previous() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Moves the cursor to the previous row in this ResultSet object.
print(TraceChannel, String) - Static method in class com.gargoylesoftware.base.trace.Trace
Print a line to the specified channel.
print(String) - Static method in class com.gargoylesoftware.base.trace.Trace
Print a line to the default channel If the channel is null then nothing will be printed.
printLines(String[]) - Static method in class com.gargoylesoftware.base.trace.Trace
Print the specified lines to the default trace channel.
printLines(TraceChannel, String[]) - Static method in class com.gargoylesoftware.base.trace.Trace
Print the specified lines to the trace channel.
printStackTrace(PrintWriter) - Method in class com.gargoylesoftware.base.objectstore.ObjectStoreException
Print the stack trace.
printStackTrace(PrintStream) - Method in class com.gargoylesoftware.base.objectstore.ObjectStoreException
Print the stack trace.
printStackTrace(PrintWriter) - Method in class com.gargoylesoftware.base.resource.ResourceException
Print the stack trace.
printStackTrace(PrintStream) - Method in class com.gargoylesoftware.base.resource.ResourceException
Print the stack trace.
printStackTrace(TraceChannel, Throwable) - Static method in class com.gargoylesoftware.base.trace.Trace
Print the stack trace to the specified channel.
printStackTrace(Throwable) - Static method in class com.gargoylesoftware.base.trace.Trace
Print the stack trace to the default channel.
println(TraceChannel, String) - Static method in class com.gargoylesoftware.base.trace.Trace
Print the line to the specified channel with a new line at the end.
println(String) - Static method in class com.gargoylesoftware.base.trace.Trace
Print the line to the default channel with a new line at the end.
push(TraceItem) - Method in class com.gargoylesoftware.base.trace.TraceItemQueue
 

R

REMOVE - Static variable in class com.gargoylesoftware.base.collections.NotificationListEvent
Action indicating that an item was removed from the list.
RecursiveTestSuite - class com.gargoylesoftware.base.testing.RecursiveTestSuite.
A launching point for executing test cases.
RecursiveTestSuite(String, TestFilter) - Constructor for class com.gargoylesoftware.base.testing.RecursiveTestSuite
Create a new instance
RecursiveTestSuite(File, TestFilter) - Constructor for class com.gargoylesoftware.base.testing.RecursiveTestSuite
Create an instance
ReflectedAction - class com.gargoylesoftware.base.gui.ReflectedAction.
A swing "action" that uses reflection to find and invoke a given target method.
ReflectedAction(Object, String) - Constructor for class com.gargoylesoftware.base.gui.ReflectedAction
Create a reflected action with an object and the name of the method that will be invoked on that object when the action is fired.
ReflectedObjectStore - class com.gargoylesoftware.base.objectstore.ReflectedObjectStore.
An object store that allows configuration by reflection.
ReflectedObjectStore() - Constructor for class com.gargoylesoftware.base.objectstore.ReflectedObjectStore
Create an instance
ReflectedTableModel - class com.gargoylesoftware.base.gui.ReflectedTableModel.
A table model that uses reflection to retrieve values out of the row objects.
ReflectedTableModel() - Constructor for class com.gargoylesoftware.base.gui.ReflectedTableModel
Create an empty model with no columns and no rows.
ReflectedTableModel(Class) - Constructor for class com.gargoylesoftware.base.gui.ReflectedTableModel
Create an empty model with no rows but the columns preset to match the properties in the given class.
ReflectedTableModel.ColumnInfo - class com.gargoylesoftware.base.gui.ReflectedTableModel.ColumnInfo.
This class contains information about one specific column in the table.
ReflectedTableModel.ColumnInfo(String, String) - Constructor for class com.gargoylesoftware.base.gui.ReflectedTableModel.ColumnInfo
Create a new ColumnInfo with the specified column name and property name.
ReflectedTableModel.ColumnInfo(String) - Constructor for class com.gargoylesoftware.base.gui.ReflectedTableModel.ColumnInfo
Create a new ColumnInfo where the column name and property name are the same.
ResourceException - exception com.gargoylesoftware.base.resource.ResourceException.
An exception that is thrown by ResourceManager
ResourceException(String) - Constructor for class com.gargoylesoftware.base.resource.ResourceException
Create an instance
ResourceException(Throwable) - Constructor for class com.gargoylesoftware.base.resource.ResourceException
Create an instance
ResourceException() - Constructor for class com.gargoylesoftware.base.resource.ResourceException
Create an instance
ResourceFactory - class com.gargoylesoftware.base.resource.ResourceFactory.
A class that can create instances of specific types of resources, such as JDBC connections.
ResourceFactory() - Constructor for class com.gargoylesoftware.base.resource.ResourceFactory
Create a factory
ResourceFactoryNotFoundException - exception com.gargoylesoftware.base.resource.ResourceFactoryNotFoundException.
Thrown when the specified resource factory cannot be found.
ResourceFactoryNotFoundException(String) - Constructor for class com.gargoylesoftware.base.resource.ResourceFactoryNotFoundException
Create an instance
ResourceManager - class com.gargoylesoftware.base.resource.ResourceManager.
An object that manages the resources allocated by the resource factories
ResourceManager() - Constructor for class com.gargoylesoftware.base.resource.ResourceManager
Create an instance
ResourceManager(String) - Constructor for class com.gargoylesoftware.base.resource.ResourceManager
Create an instance
ResultSetWrapper - class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper.
A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
ResultSetWrapper(ResultSet) - Constructor for class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Create a wrapper
refreshRow() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Refreshes the current row with its most recent value in the database.
registerCommand(Class, String) - Method in class com.gargoylesoftware.base.objectstore.ReflectedObjectStore
Register a command and the method that will be invoked when that command is passed into execute()
registerOutParameter(int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Registers the OUT parameter in ordinal position parameterIndex to the JDBC type sqlType.
registerOutParameter(int, int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Registers the parameter in ordinal position parameterIndex to be of JDBC type sqlType.
registerOutParameter(int, int, String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Registers the designated output parameter.
registerOutParameter(String, int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Registers the OUT parameter named parameterName to the JDBC type sqlType.
registerOutParameter(String, int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Registers the parameter named parameterName to be of JDBC type sqlType.
registerOutParameter(String, int, String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Registers the designated output parameter.
reinitializeResourceIfPossible(ManagedResource) - Method in class com.gargoylesoftware.base.resource.PooledResourceFactory
Reinitialize the resource to a known state.
reinitializeResourceIfPossible(ManagedResource) - Method in class com.gargoylesoftware.base.resource.ResourceFactory
Reinitialize the resource to a known state.
reinitializeResourceIfPossible(ManagedResource) - Method in class com.gargoylesoftware.base.resource.jdbc.JDBCResourceFactory
Reinitialize the resource to a known state.
relative(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Moves the cursor a relative number of rows, either positive or negative.
releaseAllResources(ResourceManager) - Method in class com.gargoylesoftware.base.resource.ResourceFactory
Release all the resources that had been allocated by the specified store.
releaseAllResources() - Method in class com.gargoylesoftware.base.resource.ResourceManager
Release all resources
releaseResource(ManagedResource) - Method in class com.gargoylesoftware.base.objectstore.ObjectStore
Release the specified resource
releaseResource(ResourceManager, ManagedResource) - Method in class com.gargoylesoftware.base.resource.ResourceFactory
Release the specified resource.
releaseResource(ManagedResource) - Method in class com.gargoylesoftware.base.resource.ResourceManager
Release the specified resource
releaseResourceImpl(ResourceManager, ManagedResource) - Method in class com.gargoylesoftware.base.resource.PooledResourceFactory
Release a resource
releaseResourceImpl(ResourceManager, ManagedResource) - Method in class com.gargoylesoftware.base.resource.ResourceFactory
Subclasses will override this to perform the actual release of the resource.
releaseResourceImpl(ResourceManager, ManagedResource) - Method in class com.gargoylesoftware.base.resource.jdbc.JDBCResourceFactory
Release the specified resource.
releaseSavepoint(Savepoint) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Removes the given Savepoint object from the current transaction.
remove(int) - Method in class com.gargoylesoftware.base.collections.NotificationList
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in class com.gargoylesoftware.base.collections.NotificationList
Removes the first occurrence in this list of the specified element (optional operation).
removeAll(Collection) - Method in class com.gargoylesoftware.base.collections.NotificationList
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeDelayedComponentLoaderListener(DelayedComponentLoaderListener) - Method in class com.gargoylesoftware.base.gui.DelayedComponentLoaderPanel
Remove the specified listener.
removeLayoutComponent(Component) - Method in class com.gargoylesoftware.base.gui.TableLayout
Remove the specified component from the layout.
removeNotificationListListener(NotificationListListener) - Method in class com.gargoylesoftware.base.collections.NotificationList
Remove a NotificationListListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.gargoylesoftware.base.testing.SampleBean
Remove a property change listener
removePropertyChangeListener(PropertyChangeListener) - Method in class com.gargoylesoftware.base.trace.TraceChannel
Remove a property change listener.
removeTraceWriter(TraceWriter) - Method in class com.gargoylesoftware.base.trace.TraceChannel
Remove a trace writer.
replace(String, String, String) - Static method in class com.gargoylesoftware.base.util.StringUtil
Perform text substitutions in the source string
replaceObject(Object) - Method in class com.gargoylesoftware.base.io.CondensedObjectOutputStream
Overrides the superclass to perform substitutions of duplicate immutable objects.
retainAll(Collection) - Method in class com.gargoylesoftware.base.collections.NotificationList
Retains only the elements in this list that are contained in the specified collection (optional operation).
rollback() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Drops all changes made since the previous commit/rollback and releases any database locks currently held by this Connection.
rollback(Savepoint) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Undoes all changes made after the given Savepoint object was set.
rowDeleted() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Indicates whether a row has been deleted.
rowInserted() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Indicates whether the current row has had an insertion.
rowUpdated() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Indicates whether the current row has been updated.
run() - Method in class com.gargoylesoftware.base.gui.AbstractUIController
The main entry point into this controller
run() - Method in class com.gargoylesoftware.base.trace.TraceItemDispatcher
 
runImpl() - Method in class com.gargoylesoftware.base.gui.AbstractUIController
Subclasses will override this to provide the run logic
runOnUIThread() - Method in class com.gargoylesoftware.base.gui.WorkerTask
Perform ui related work in this method
runOnWorkerThread() - Method in class com.gargoylesoftware.base.gui.WorkerTask
Perform non-ui related work in this method

S

SampleBean - class com.gargoylesoftware.base.testing.SampleBean.
A simple bean class that can be used for testing purposes.
SampleBean() - Constructor for class com.gargoylesoftware.base.testing.SampleBean
Create a new instance.
SampleBean(String, int) - Constructor for class com.gargoylesoftware.base.testing.SampleBean
Create a new instance.
StatementWrapper - class com.gargoylesoftware.base.resource.jdbc.StatementWrapper.
The object used for executing a static SQL statement and obtaining the results produced by it.
StatementWrapper(Statement) - Constructor for class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Create a new wrapper
StringComparator - class com.gargoylesoftware.base.collections.StringComparator.
A concrete implementation of Comparator that compares two strings.
StringComparator(Locale, int, boolean) - Constructor for class com.gargoylesoftware.base.collections.StringComparator
Create a locale specific comparator.
StringComparator(Locale) - Constructor for class com.gargoylesoftware.base.collections.StringComparator
Create a locale specific comparator.
StringUtil - class com.gargoylesoftware.base.util.StringUtil.
A collection of utility methods dealing with strings
set(int, Object) - Method in class com.gargoylesoftware.base.collections.NotificationList
Replaces the element at the specified position in this list with the specified element (optional operation).
setAge(int) - Method in class com.gargoylesoftware.base.testing.SampleBean
Set the age.
setArray(int, Array) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given Array object.
setAsciiStream(String, InputStream, int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream, int) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAutoCommit(boolean) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Sets this connection's auto-commit mode.
setBigDecimal(String, BigDecimal) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.math.BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a java.math.BigDecimal value.
setBinaryStream(String, InputStream, int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(int, InputStream, int) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBlob(int, Blob) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given Blob object.
setBoolean(String, boolean) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java boolean value.
setBoolean(int, boolean) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a Java boolean value.
setBufferingEnabled(boolean) - Method in class com.gargoylesoftware.base.trace.TraceController
Shutdown the tracing thread and flush the buffers.
setBufferingEnabled(boolean) - Method in class com.gargoylesoftware.base.trace.TraceItemDispatcher
Set whether or not to buffer the output of the trace calls.
setByte(String, byte) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java byte value.
setByte(int, byte) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a Java byte value.
setBytes(String, byte[]) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java array of bytes.
setBytes(int, byte[]) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a Java array of bytes.
setCatalog(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Sets a catalog name in order to select a subspace of this Connection's database in which to work.
setCharacterStream(String, Reader, int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(int, Reader, int) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setClob(int, Clob) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given Clob object.
setColumn(int) - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Set the column.
setColumnExpandable(int, boolean) - Method in class com.gargoylesoftware.base.gui.TableLayout
Set whether this column can be expanded beyond its preferred size.
setColumnSpan(int) - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Set the number of columns that this component will span.
setComponentLoader(ComponentLoader) - Method in class com.gargoylesoftware.base.gui.DelayedComponentLoaderPanel
Set the new component loader.
setConnection(ConnectionWrapper) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Set the connection that will be returned by getConnection()
setConnection(Connection) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Set the connection that created this statement
setCursorName(String) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Defines the SQL cursor name that will be used by subsequent Statement object execute methods.
setDate(String, Date) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.sql.Date value.
setDate(String, Date, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDate(int, Date) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a value.
setDate(int, Date, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDefaultChannel(TraceChannel) - Method in class com.gargoylesoftware.base.trace.TraceController
Set the default channel.
setDouble(String, double) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java double value.
setDouble(int, double) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a Java double value.
setEnabled(boolean) - Method in class com.gargoylesoftware.base.trace.TraceChannel
Set whether or not this channel is enabled.
setErrRedirected(boolean) - Method in class com.gargoylesoftware.base.trace.TraceController
Specify whether or not System.err should be redirected to print through Trace.println
setEscapeProcessing(boolean) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Sets escape processing on or off.
setException(Throwable) - Method in class com.gargoylesoftware.base.gui.ThrowablePanel
Set the exception that is being displayed.
setFetchDirection(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gives a hint as to the direction in which the rows in this ResultSet object will be processed.
setFetchDirection(int) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Gives the driver a hint as to the direction in which the rows in a result set will be processed.
setFetchSize(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this ResultSet object.
setFetchSize(int) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setFloat(String, float) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java float value.
setFloat(int, float) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a Java float value.
setGridLinesEnabled(boolean) - Method in class com.gargoylesoftware.base.gui.TableLayoutDebuggingPanel
Set whether or not the grid lines are visible.
setHoldability(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Changes the holdability of ResultSet objects created using this Connection object to the given holdability.
setHorizontalAlignment(int) - Method in class com.gargoylesoftware.base.gui.TableLayout
Set the vertical alignment.
setHorizontalAlignment(int) - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Set the horizontal alignment of the component within the specified area.
setHorizontalStretch(boolean) - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Set whether or not this component can be stretched horizontally.
setIgnoreInvisibleComponents(boolean) - Method in class com.gargoylesoftware.base.gui.TableLayout
Set whether or not we should ignore an components that are not visible.
setImmutable() - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Make this object immutable.
setInt(String, int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java int value.
setInt(int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a Java int value.
setLineColor(Color) - Method in class com.gargoylesoftware.base.gui.TableLayoutDebuggingPanel
Set the line colour.
setLocale(Locale) - Method in class com.gargoylesoftware.base.gui.AbstractUIController
Set the current locale
setLong(String, long) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java long value.
setLong(int, long) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a Java long value.
setMaxFieldSize(int) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Sets the limit for the maximum number of bytes in a column to the given number of bytes.
setMaxRows(int) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Sets the limit for the maximum number of rows that any ResultSet object can contain to the given number.
setMinimumColumnWidth(int, int) - Method in class com.gargoylesoftware.base.gui.TableLayout
Set the minimum column width for a specific column.
setMinimumRowHeight(int, int) - Method in class com.gargoylesoftware.base.gui.TableLayout
Set the minimum row height for a specific row.
setName(String) - Method in class com.gargoylesoftware.base.testing.SampleBean
Set the name.
setNull(String, int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to SQL NULL.
setNull(String, int, String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to SQL NULL.
setNull(int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to SQL NULL.
setObeyMaximumSize(boolean) - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Set whether or not the component should obey it's maximum size.
setObeyMinimumSize(boolean) - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Set whether or not we should obey the minimum size of the component.
setObject(String, Object, int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the value of the designated parameter with the given object.
setObject(String, Object, int) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the value of the designated parameter with the given object.
setObject(String, Object) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the value of the designated parameter with the given object.
setObject(int, Object, int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the value of the designated parameter with the given object.
setObject(int, Object, int) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the value of the designated parameter with the given object.
setObject(int, Object) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the value of the designated parameter using the given object.
setOutRedirected(boolean) - Method in class com.gargoylesoftware.base.trace.TraceController
Specify whether or not System.out should be redirected to print through Trace.println
setPreferredCacheSize(int) - Method in class com.gargoylesoftware.base.resource.PooledResourceFactory
Set the preferredCacheSize
setQueryTimeout(int) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
setReadOnly(boolean) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Puts this connection in read-only mode as a hint to enable database optimizations.
setRef(int, Ref) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given REF(<structured-type>) value.
setResourceFactoryMap(Map) - Method in class com.gargoylesoftware.base.objectstore.ObjectStore
Set the resource map.
setResourceFactoryName(String) - Method in interface com.gargoylesoftware.base.resource.ManagedResource
Set the name of the resource factory that allocated this resource
setResourceFactoryName(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Set the name of the factory that allocated this connection
setResourceManager(ResourceManager) - Method in class com.gargoylesoftware.base.objectstore.ObjectStore
Set the resource manager
setRow(int) - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Set the row.
setRowExpandable(int, boolean) - Method in class com.gargoylesoftware.base.gui.TableLayout
Set whether this row can be expanded beyond its preferred size.
setRowSpan(int) - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Set the number of rows that this component will span.
setSavepoint() - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Creates an unnamed savepoint in the current transaction and returns the new Savepoint object that represents it.
setSavepoint(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Creates a savepoint with the given name in the current transaction and returns the new Savepoint object that represents it.
setShort(String, short) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java short value.
setShort(int, short) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a Java short value.
setString(String, String) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given Java String value.
setString(int, String) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a Java String value.
setTime(String, Time) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.sql.Time value.
setTime(String, Time, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTime(int, Time) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a java.sql.Time value.
setTime(int, Time, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTimestamp(String, Timestamp) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(String, Timestamp, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTimestamp(int, Timestamp) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to a java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTraceChannel(TraceChannel) - Method in class com.gargoylesoftware.base.gui.ReflectedTableModel
Set the channel to be used for tracing.
setTraceChannel(TraceChannel) - Method in class com.gargoylesoftware.base.gui.TableLayout
Set the trace channel used for printing diagnostic information.
setTransactionIsolation(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Attempts to change the transaction isolation level to the one given.
setTypeMap(Map) - Method in class com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
Installs the given type map as the type map for this connection.
setURL(String, URL) - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Sets the designated parameter to the given java.net.URL object.
setURL(int, URL) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Sets the designated parameter to the given java.net.URL value.
setUnicodeStream(int, InputStream, int) - Method in class com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper
Deprecated.  
setVerticalAlignment(int) - Method in class com.gargoylesoftware.base.gui.TableLayout
Set the vertical alignment.
setVerticalAlignment(int) - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Set the vertical alignment of the component within the specified area.
setVerticalStretch(boolean) - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Set whether or not this component can be stretched vertically.
size() - Method in class com.gargoylesoftware.base.collections.NotificationList
Returns the number of elements in this list.
size() - Method in class com.gargoylesoftware.base.testing.EventCatcher
Deprecated. Use EventCatcher.getEventCount() instead
size() - Method in class com.gargoylesoftware.base.trace.BlockingCircularQueue
Return the number of objects currently in the collection.
size() - Method in class com.gargoylesoftware.base.trace.TraceItemQueue
 
split(String, String) - Static method in class com.gargoylesoftware.base.util.StringUtil
Split the specified line into strings, spliting at each instance of separator.
splitAtFirst(String, String) - Static method in class com.gargoylesoftware.base.util.StringUtil
Split the specified line into two strings, spliting at the first instance of separator.
startTask(WorkerTask) - Method in class com.gargoylesoftware.base.gui.AbstractUIController
Start a WorkerTask.
storesLowerCaseIdentifiers() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if the database treats mixed case unquoted SQL identifiers as case insensitive and stores them in lower case.
storesLowerCaseQuotedIdentifiers() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if the database treats mixed case quoted SQL identifiers as case insensitive and store them in lower case.
storesMixedCaseIdentifiers() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if the database treats mixed case unquoted SQL identifiers as case insensitive and stores them in mixed case.
storesMixedCaseQuotedIdentifiers() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if the database treats mixed case quoted SQL identifiers as case insensitive and stores them in mixed case.
storesUpperCaseIdentifiers() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if the database treats mixed case unquoted SQL identifiers as case insensitive and stores them in upper case.
storesUpperCaseQuotedIdentifiers() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if the database treats mixed case quoted SQL identifiers as case insensitive and stores them in upper case.
subList(int, int) - Method in class com.gargoylesoftware.base.collections.NotificationList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
supportsANSI92EntryLevelSQL() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if the ANSI92 entry level SQL grammar is supported.
supportsANSI92FullSQL() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Is the ANSI92 full SQL grammar supported?
supportsANSI92IntermediateSQL() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Is the ANSI92 intermediate SQL grammar supported?
supportsAlterTableWithAddColumn() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if "ALTER TABLE" with add column is supported.
supportsAlterTableWithDropColumn() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if "ALTER TABLE" with drop column is supported.
supportsBatchUpdates() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Indicates whether the driver supports batch updates.
supportsCatalogsInDataManipulation() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Can a catalog name be used in a data manipulation statement?
supportsCatalogsInIndexDefinitions() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Can a catalog name be used in an index definition statement?
supportsCatalogsInPrivilegeDefinitions() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Can a catalog name be used in a privilege definition statement?
supportsCatalogsInProcedureCalls() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Can a catalog name be used in a procedure call statement?
supportsCatalogsInTableDefinitions() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Can a catalog name be used in a table definition statement?
supportsColumnAliasing() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if column aliasing is supported.
supportsConvert() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if the CONVERT function between SQL types supported.
supportsConvert(int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if CONVERT between the given SQL types supported.
supportsCoreSQLGrammar() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Is the ODBC Core SQL grammar supported?
supportsCorrelatedSubqueries() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if correlated subqueries are supported.
supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Are both data definition and data manipulation statements within a transaction supported?
supportsDataManipulationTransactionsOnly() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Are only data manipulation statements within a transaction supported?
supportsDifferentTableCorrelationNames() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
If table correlation names are supported, are they restricted to be different from the names of the tables?
supportsExpressionsInOrderBy() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Are expressions in "ORDER BY" lists supported?
supportsExtendedSQLGrammar() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Is the ODBC Extended SQL grammar supported?
supportsFullOuterJoins() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Are full nested outer joins supported?
supportsGetGeneratedKeys() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Retrieves whether auto-generated keys can be retrieved after a statement has been executed.
supportsGroupBy() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Is some form of "GROUP BY" clause supported?
supportsGroupByBeyondSelect() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if a "GROUP BY" clause can add columns not in the SELECT provided it specifies all the columns in the SELECT.
supportsGroupByUnrelated() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Can a "GROUP BY" clause use columns not in the SELECT?
supportsIntegrityEnhancementFacility() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Is the SQL Integrity Enhancement Facility supported?
supportsLikeEscapeClause() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if the escape character in "LIKE" clauses is supported.
supportsLimitedOuterJoins() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if there is limited support for outer joins.
supportsMinimumSQLGrammar() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if the ODBC Minimum SQL grammar is supported.
supportsMixedCaseIdentifiers() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if the database treats mixed case unquoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMixedCaseQuotedIdentifiers() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if the database treats mixed case quoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMultipleOpenResults() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
supportsMultipleResultSets() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Are multiple ResultSet from a single execute supported?
supportsMultipleTransactions() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Can we have multiple transactions open at once (on different connections)?
supportsNamedParameters() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Retrieves whether this database supports named parameters to callable statements.
supportsNonNullableColumns() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if columns can be defined as non-nullable.
supportsOpenCursorsAcrossCommit() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if cursors can remain open across commits.
supportsOpenCursorsAcrossRollback() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if cursors can remain open across rollbacks.
supportsOpenStatementsAcrossCommit() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if statements can remain open across commits.
supportsOpenStatementsAcrossRollback() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if statements can remain open across rollbacks.
supportsOrderByUnrelated() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Can an "ORDER BY" clause use columns not in the SELECT statement?
supportsOuterJoins() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Is some form of outer join supported?
supportsPositionedDelete() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Is positioned DELETE supported?
supportsPositionedUpdate() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Is positioned UPDATE supported?
supportsResultSetConcurrency(int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Does the database support the concurrency type in combination with the given result set type?
supportsResultSetHoldability(int) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Retrieves whether this database supports the given result set holdability.
supportsResultSetType(int) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Does the database support the given result set type?
supportsSavepoints() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Retrieves whether this database supports savepoints.
supportsSchemasInDataManipulation() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Can a schema name be used in a data manipulation statement?
supportsSchemasInIndexDefinitions() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Can a schema name be used in an index definition statement?
supportsSchemasInPrivilegeDefinitions() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Can a schema name be used in a privilege definition statement?
supportsSchemasInProcedureCalls() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Can a schema name be used in a procedure call statement?
supportsSchemasInTableDefinitions() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Can a schema name be used in a table definition statement?
supportsSelectForUpdate() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Is SELECT for UPDATE supported?
supportsStatementPooling() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Retrieves whether this database supports statement pooling.
supportsStoredProcedures() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if stored procedure calls using the stored procedure escape syntax are supported.
supportsSubqueriesInComparisons() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if subqueries in comparison expressions are supported.
supportsSubqueriesInExists() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if subqueries in 'exists' expressions are supported.
supportsSubqueriesInIns() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if subqueries in 'in' statements are supported.
supportsSubqueriesInQuantifieds() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if subqueries in quantified expressions are supported.
supportsTableCorrelationNames() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if table correlation names supported.
supportsTransactionIsolationLevel(int) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Does this database support the given transaction isolation level?
supportsTransactions() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if transactions are supported.
supportsUnion() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if SQL UNION is supported.
supportsUnionAll() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if SQL UNION ALL is supported.

T

TableLayout - class com.gargoylesoftware.base.gui.TableLayout.
The TableLayout lays out items based on a table of rows and columns.
TableLayout() - Constructor for class com.gargoylesoftware.base.gui.TableLayout
Create a new TableLayout.
TableLayoutConstraints - class com.gargoylesoftware.base.gui.TableLayoutConstraints.
This object contains all the constraints that apply to a specific component inside a TableLayout.
TableLayoutConstraints(int, int) - Constructor for class com.gargoylesoftware.base.gui.TableLayoutConstraints
Create a new instance.
TableLayoutDebuggingPanel - class com.gargoylesoftware.base.gui.TableLayoutDebuggingPanel.
A special panel that when used with a TableLayout, will draw all the table cell boundaries.
TableLayoutDebuggingPanel() - Constructor for class com.gargoylesoftware.base.gui.TableLayoutDebuggingPanel
Create a new panel with a default line colour of red.
TableLayoutDebuggingPanel(LayoutManager) - Constructor for class com.gargoylesoftware.base.gui.TableLayoutDebuggingPanel
Create a new panel with the specified layout and a default line colour of red.
TestFilter - interface com.gargoylesoftware.base.testing.TestFilter.
An object that can filter out tests before they are inserted into a test suite
TestInitializationFailedException - exception com.gargoylesoftware.base.testing.TestInitializationFailedException.
A exception that will be thrown when a test is unable to initialize
TestInitializationFailedException(String) - Constructor for class com.gargoylesoftware.base.testing.TestInitializationFailedException
Create an instance
TestInitializationFailedException(String, Throwable) - Constructor for class com.gargoylesoftware.base.testing.TestInitializationFailedException
Create an instance
TestUtil - class com.gargoylesoftware.base.testing.TestUtil.
Utility methods dealing with JUnit testing.
ThrowablePanel - class com.gargoylesoftware.base.gui.ThrowablePanel.
A panel that can display an exception stack trace.
ThrowablePanel() - Constructor for class com.gargoylesoftware.base.gui.ThrowablePanel
Create a new panel.
ThrowablePanel(Throwable) - Constructor for class com.gargoylesoftware.base.gui.ThrowablePanel
Create a new panel.
Trace - class com.gargoylesoftware.base.trace.Trace.
A class that provides a mechanism for logging diagnostic messages.
Trace.WhereAmIException - exception com.gargoylesoftware.base.trace.Trace.WhereAmIException.
An exception used to determine where the code is at any point in time.
Trace.WhereAmIException() - Constructor for class com.gargoylesoftware.base.trace.Trace.WhereAmIException
Instantiate one
TraceChannel - class com.gargoylesoftware.base.trace.TraceChannel.
This class represents a "channel" that diagnostic messages can be written to.
TraceChannel(String) - Constructor for class com.gargoylesoftware.base.trace.TraceChannel
Create a trace channel with the specified name.
TraceController - class com.gargoylesoftware.base.trace.TraceController.
A controller object for the tracing mechanism.
TraceItem - class com.gargoylesoftware.base.trace.TraceItem.
An item of data to be written.
TraceItem() - Constructor for class com.gargoylesoftware.base.trace.TraceItem
Create a new item.
TraceItemDispatcher - class com.gargoylesoftware.base.trace.TraceItemDispatcher.

Internal use only.

TraceItemDispatcher() - Constructor for class com.gargoylesoftware.base.trace.TraceItemDispatcher
 
TraceItemQueue - class com.gargoylesoftware.base.trace.TraceItemQueue.

Internal use only.

TraceItemQueue() - Constructor for class com.gargoylesoftware.base.trace.TraceItemQueue
 
TraceOutputStream - class com.gargoylesoftware.base.trace.TraceOutputStream.

Internal use only.

TraceOutputStream() - Constructor for class com.gargoylesoftware.base.trace.TraceOutputStream
 
TraceUtil - class com.gargoylesoftware.base.trace.TraceUtil.
A collection of utility methods dealing with tracing.
TraceWriter - interface com.gargoylesoftware.base.trace.TraceWriter.
An object that implements this interface will be responsible for handling diagnostic messages written by the Trace class.
taskComplete(WorkerTask) - Method in class com.gargoylesoftware.base.gui.AbstractUIController
A callback that will be invoked when a task has completed whether it was successful or not.
taskErrorThrown(WorkerTask, Throwable) - Method in class com.gargoylesoftware.base.gui.AbstractUIController
A callback that will be invoked when a system error is thrown during the processing of a WorkerTask.
taskExceptionThrown(WorkerTask, Exception) - Method in class com.gargoylesoftware.base.gui.AbstractUIController
A callback that will be invoked when an exception is thrown during the processing of a WorkerTask.
taskSuccessful(WorkerTask) - Method in class com.gargoylesoftware.base.gui.AbstractUIController
A callback that will be invoked when a task completed successfully.
testClone(Object, boolean) - Static method in class com.gargoylesoftware.base.testing.TestUtil
The the clone() method on an object.
testFoo() - Method in class com.gargoylesoftware.base.testing.RecursiveTestSuite
Dummy test so that JUnit doesn't complain that this suite doesn't have any tests.
testSerialization(Object, boolean) - Static method in class com.gargoylesoftware.base.testing.TestUtil
Serialize the specified object to a stream and then deserialize it again.
testSerialization(Object) - Static method in class com.gargoylesoftware.base.testing.TestUtil
Same as testSerialization(object, true).
throwableToString(Throwable) - Static method in class com.gargoylesoftware.base.trace.Trace
Dump the stack trace from the specified throwable into a String.
throwableToStringArray(Throwable) - Static method in class com.gargoylesoftware.base.trace.Trace
Dump the stack trace from the specified throwable into an array of strings where each line in the trace is a separate string.
toArray() - Method in class com.gargoylesoftware.base.collections.NotificationList
Returns an array containing all of the elements in this list in proper sequence.
toArray(Object[]) - Method in class com.gargoylesoftware.base.collections.NotificationList
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toString() - Method in class com.gargoylesoftware.base.gui.TableLayoutConstraints
Return a string representation of this object.
toString() - Method in class com.gargoylesoftware.base.resource.ResourceManager
Return a string representation of this object
toString() - Method in class com.gargoylesoftware.base.trace.BlockingCircularQueue
Return a string representation of this object.
toString() - Method in class com.gargoylesoftware.base.trace.TraceChannel
Return a string representation of this object.
toString() - Method in class com.gargoylesoftware.base.trace.TraceItem
Return a string representation of this object for testing purposes.
toString() - Method in class com.gargoylesoftware.base.trace.TraceItemQueue
 
trace(TraceChannel, Collection) - Static method in class com.gargoylesoftware.base.trace.TraceUtil
Dump a collection to the specified TraceChannel.
trace(TraceChannel, Map) - Static method in class com.gargoylesoftware.base.trace.TraceUtil
Dump a map to the specified TraceChannel.
trace(TraceChannel, Object[]) - Static method in class com.gargoylesoftware.base.trace.TraceUtil
Dump an object array to the specified TraceChannel.

U

updateArray(int, Array) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a java.sql.Array value.
updateArray(String, Array) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a java.sql.Array value.
updateAsciiStream(int, InputStream, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with an ascii stream value.
updateBigDecimal(int, BigDecimal) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a java.math.BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a java.sql.BigDecimal value.
updateBinaryStream(int, InputStream, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a binary stream value.
updateBlob(int, Blob) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a java.sql.Blob value.
updateBlob(String, Blob) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a java.sql.Blob value.
updateBoolean(int, boolean) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a boolean value.
updateByte(int, byte) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a byte value.
updateByte(String, byte) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a byte value.
updateBytes(int, byte[]) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a boolean value.
updateCharacterStream(int, Reader, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a character stream value.
updateClob(int, Clob) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a java.sql.Clob value.
updateClob(String, Clob) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a java.sql.Clob value.
updateDate(int, Date) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a java.sql.Date value.
updateDate(String, Date) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a java.sql.Date value.
updateDouble(int, double) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a double value.
updateDouble(String, double) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a double value.
updateFloat(int, float) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a float value.
updateFloat(String, float) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a float value.
updateInt(int, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with an int value.
updateInt(String, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with an int value.
updateLong(int, long) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a long value.
updateLong(String, long) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a long value.
updateNull(int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Gives a nullable column a null value.
updateNull(String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a null value.
updateObject(int, Object, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with an Object value.
updateObject(int, Object) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with an Object value.
updateObject(String, Object, int) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with an Object value.
updateObject(String, Object) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with an Object value.
updateRef(int, Ref) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a java.sql.Ref value.
updateRef(String, Ref) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a java.sql.Ref value.
updateRow() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the underlying database with the new contents of the current row of this ResultSet object.
updateShort(int, short) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a short value.
updateShort(String, short) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a short value.
updateString(int, String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a String value.
updateString(String, String) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a String value.
updateTime(int, Time) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a java.sql.Time value.
updateTime(String, Time) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a java.sql.Time value.
updateTimestamp(int, Timestamp) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a java.sql.Timestamp value.
updateTimestamp(String, Timestamp) - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Updates the designated column with a java.sql.Timestamp value.
updatesAreDetected(int) - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Indicates whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
upperCaseDocument(Document) - Static method in class com.gargoylesoftware.base.util.DocumentUtil
Return a wrapper document that converts all input to uppercase.
upperCaseDocument() - Static method in class com.gargoylesoftware.base.util.DocumentUtil
Return a PlainDocument wrappered so that it accepts uppercase input only.
usesLocalFilePerTable() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if the database uses a file for each table.
usesLocalFiles() - Method in class com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper
Return true if the database stores tables in a local file.

W

WorkerTask - class com.gargoylesoftware.base.gui.WorkerTask.
A task that partially executes on a non-ui thread and partially on the ui thread.
WorkerTask() - Constructor for class com.gargoylesoftware.base.gui.WorkerTask
Create an instance of the worker task.
wasNull() - Method in class com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper
Indicates whether or not the last OUT parameter read had the value of SQL NULL.
wasNull() - Method in class com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper
Reports whether the last column read had a value of SQL NULL .
whereAmI() - Static method in class com.gargoylesoftware.base.trace.Trace
Print a stack trace to show where we came from.
whereAmI(TraceChannel) - Static method in class com.gargoylesoftware.base.trace.Trace
Print a stack trace to show where we came from.
wrapResultSet(ResultSet) - Method in class com.gargoylesoftware.base.resource.jdbc.StatementWrapper
Wrap the specified result set in a ResultSetWrapper object and return the wrapper.
write(TraceItem) - Method in class com.gargoylesoftware.base.trace.BashTraceWriter
Write the specified item.
write(int) - Method in class com.gargoylesoftware.base.trace.TraceOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class com.gargoylesoftware.base.trace.TraceOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class com.gargoylesoftware.base.trace.TraceOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(TraceItem) - Method in interface com.gargoylesoftware.base.trace.TraceWriter
Handle a diagnostic message.

A B C D E F G H I J L M N O P R S T U W

Copyright © 1998-2005 Gargoyle Software Inc.. All Rights Reserved.