- cachedClasses - Variable in class us.daveread.basicquery.DynamicClassLoader
-
Cache of loaded classes
- cancel - Variable in class us.daveread.basicquery.gui.test.FontChooserTest
-
Cancel button - close dialog and discard changes
- cancel - Variable in class us.daveread.basicquery.ReorderDialog
-
Cancel the dialog (ignoring any changes made)
- cancelDialog() - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Mimic pressing the Cancel button
- cancelDialog() - Method in class us.daveread.basicquery.ReorderDialog
-
User canceled changes.
- cellRenderer - Variable in class us.daveread.basicquery.BasicQuery
-
Renderer for result cells
- center(Window, Window) - Static method in class us.daveread.basicquery.gui.GUIUtility
-
Centers a window on the parent window or the screen.
- CENTER_X - Static variable in class us.daveread.basicquery.gui.test.GUIUtilityTest
-
Resulting child dialog upper left X position for centering
- CENTER_Y - Static variable in class us.daveread.basicquery.gui.test.GUIUtilityTest
-
Resulting child dialog upper left Y position for centering
- changeCount - Variable in class us.daveread.basicquery.test.ReorderListModelTest
-
The number of changes made
- changed - Variable in class us.daveread.basicquery.util.test.TableMapTest
-
Track whether the model has changed
- changeLanguage() - Method in class us.daveread.basicquery.BasicQuery
-
Does a shutdown and startup of the application so that it will
redraw its interface.
- characterInsert(String, String, int, int, String) - Static method in class us.daveread.basicquery.util.Utility
-
Ensure that a given character is inserted at intervals along a String.
- checkForNewString(JComboBox) - Method in class us.daveread.basicquery.BasicQuery
-
Checks whether an input (query or connect string) is already in its
associated combo box.
- checkForNewVersion() - Method in class us.daveread.basicquery.BasicQuery
-
Check for a new version.
- CheckLatestVersion - Class in us.daveread.basicquery.util
-
Checks for the latest version information.
- CheckLatestVersion(String) - Constructor for class us.daveread.basicquery.util.CheckLatestVersion
-
Create an instance that will identify if a version newer than the supplied
one exists.
- checkModel() - Method in class us.daveread.basicquery.util.TableSorter
-
Checks if there has been any uninformed change in the model
- chooseFileForSave(TableModel, int) - Method in class us.daveread.basicquery.BasicQuery
-
Exports the results to a file
- chooseFont() - Method in class us.daveread.basicquery.BasicQuery
-
Allow the user to select a font (including size/bold/italic).
- chooser - Variable in class us.daveread.basicquery.gui.test.FontChooserTest
-
The font chooser instance
- classLoader - Variable in class us.daveread.basicquery.DynamicClassLoader
-
URL class loader instance
- cleanUp() - Method in class us.daveread.basicquery.BasicQuery
-
Cleanup environment.
- clearAllQueries() - Method in class us.daveread.basicquery.queries.QueryHistory
-
Remove all queries from history
- clearColors() - Method in class us.daveread.basicquery.gui.ColoredCellRenderer
-
Reset the renderer, removing all color definitions
- close - Variable in class us.daveread.basicquery.ReorderDialog
-
Close the dialog (accepting any changes made)
- closeAndCancel() - Method in class us.daveread.basicquery.gui.FontChooser
-
Close the dalog, discarding the choices made by the user
- closeAndSave() - Method in class us.daveread.basicquery.gui.FontChooser
-
Close the dialog, saving the choices made by the user
- closeDialog() - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Mimic pressing the Ok button
- closeDialog() - Method in class us.daveread.basicquery.ReorderDialog
-
User requested that the dialog be closed.
- colNames - Variable in class us.daveread.basicquery.util.test.TableMapTest
-
Test column names
- colNames - Variable in class us.daveread.basicquery.util.test.TableSorterTest
-
Test column names
- colNames - Variable in class us.daveread.basicquery.util.test.UtilityTest
-
Test column names
- COLOR_CODING_COLOR_1_START - Static variable in class us.daveread.basicquery.BasicQuery
-
Position of the red color value
- COLOR_CODING_COLOR_2_START - Static variable in class us.daveread.basicquery.BasicQuery
-
Position of the green color value
- COLOR_CODING_COLOR_3_END - Static variable in class us.daveread.basicquery.BasicQuery
-
End of the blue color value
- COLOR_CODING_COLOR_3_START - Static variable in class us.daveread.basicquery.BasicQuery
-
Position of the blue color value
- COLOR_CODING_NUMERIC_BASE - Static variable in class us.daveread.basicquery.BasicQuery
-
Numeric base for the color coding value
- COLOR_GREEN_B_VALUE - Static variable in class us.daveread.basicquery.BasicQuery
-
For color green: blue component value
- COLOR_GREEN_G_VALUE - Static variable in class us.daveread.basicquery.BasicQuery
-
For color green: green component value
- COLOR_GREEN_R_VALUE - Static variable in class us.daveread.basicquery.BasicQuery
-
For color green: red component value
- COLOR_YELLOW_B_VALUE - Static variable in class us.daveread.basicquery.BasicQuery
-
For color yellow: blue component value
- COLOR_YELLOW_G_VALUE - Static variable in class us.daveread.basicquery.BasicQuery
-
For color yellow: green component value
- COLOR_YELLOW_R_VALUE - Static variable in class us.daveread.basicquery.BasicQuery
-
For color yellow: red component value
- ColoredCellRenderer - Class in us.daveread.basicquery.gui
-
Title: Basic Query Utility
Description: Execute arbitrary SQL against database accessible with any
JDBC-compliant driver.
- ColoredCellRenderer() - Constructor for class us.daveread.basicquery.gui.ColoredCellRenderer
-
Constructor a ColoredCellRenderer - when this function is called it
passes default parameters to the function
ColoredCellRenderer(int,int,int,int)
- ColoredCellRenderer(int) - Constructor for class us.daveread.basicquery.gui.ColoredCellRenderer
-
Class Constructor - passes the parameter iaHorizontalAlignment to the
function ColoredCellRenderer(int,int,int,int)
- ColoredCellRenderer(int, int) - Constructor for class us.daveread.basicquery.gui.ColoredCellRenderer
-
Creates and Initializes the class ColoredCellRenderer
- ColoredCellRendererTest - Class in us.daveread.basicquery.gui.test
-
Title: Test the ColoredCellRenderer
- ColoredCellRendererTest() - Constructor for class us.daveread.basicquery.gui.test.ColoredCellRendererTest
-
Construct the test instance
- COLUMN_DATA_TYPE_BLOB - Static variable in class us.daveread.basicquery.BasicQuery
-
Column data type: BLOB
- COLUMN_DATA_TYPE_DATE - Static variable in class us.daveread.basicquery.BasicQuery
-
Column data type: date
- COLUMN_DATA_TYPE_DATETIME - Static variable in class us.daveread.basicquery.BasicQuery
-
Column data type: datetime
- COLUMN_DATA_TYPE_DOUBLE - Static variable in class us.daveread.basicquery.BasicQuery
-
Column data type: double
- COLUMN_DATA_TYPE_INT - Static variable in class us.daveread.basicquery.BasicQuery
-
Column data type: integer
- COLUMN_DATA_TYPE_LONG - Static variable in class us.daveread.basicquery.BasicQuery
-
Column data type: long
- COLUMN_DATA_TYPE_STRING - Static variable in class us.daveread.basicquery.BasicQuery
-
Column data type: string
- columnNames - Variable in class us.daveread.basicquery.util.ListTableModel
-
Column names
- COMMENT_PREFIX - Static variable in class us.daveread.basicquery.BasicQuery
-
Prefix to comment-out queries
- commentedQuery() - Method in class us.daveread.basicquery.BasicQuery
-
Looks for queries that have been commented out
- commentToggle - Variable in class us.daveread.basicquery.BasicQuery
-
Comment or un-comment the currently selected SQL statement
- commentToggle() - Method in class us.daveread.basicquery.BasicQuery
-
Uncomments the selected query statement if it is commented or
comments the statement if it is uncommented and replaces the query in
the combo box.
- comp - Variable in class us.daveread.basicquery.gui.test.FocusRequestorTest
-
The backing component for the test
- compare(int, int) - Method in class us.daveread.basicquery.util.TableSorter
-
Compares values in row1 and row2
- compareRowsByColumn(int, int, int) - Method in class us.daveread.basicquery.util.TableSorter
-
Compares the values of two rows in a column
- compares - Variable in class us.daveread.basicquery.util.TableSorter
-
Track the comparison result of two rows
- component - Variable in class us.daveread.basicquery.gui.FlashForeground
-
The component backing this instance
- computeChange() - Method in class us.daveread.basicquery.gui.FlashForeground
-
Compute the RGB values for the "On" and "Off" colors.
- config - Static variable in class us.daveread.basicquery.util.Configuration
-
Instance of this class - Singleton
- config - Variable in class us.daveread.basicquery.util.test.ConfigurationTest
-
The configuration instance to test
- configDisplayClientInfo - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose whether to display the client system information in the
status text area
- configDisplayColumnDataType - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose whether to display the column data type in the results
table
- configDisplayDBServerInfoLong - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose to display server information in long format
- configDisplayDBServerInfoNone - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose to not display any server information
- configDisplayDBServerInfoShort - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose to display server information in brief format
- configFont - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - set the font
- configHistoryAssocSQLAndConnect - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose whether SQL statements and connection settings are
linked
- configLanguageDefault - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose to use the system default language
- configLanguageEnglish - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose to use English
- configLanguageFrench - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose to use French
- configLanguageGerman - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose to use German
- configLanguageItalian - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose to use Italian
- configLanguagePortuguese - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose to use Portuguese
- configLanguageSpanish - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose to use Spanish
- configParseSemicolons - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose whether to parse SQL statements on semicolons
- configSavePassword - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose whether to save the password in the properties file
- configTableColoringGreenBar - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose to color the result table with alternating green/white
background
- configTableColoringNone - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose to leave the result table uncolored (white background)
- configTableColoringUserDefined - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose to color the result table with a user defined pattern
background
- configTableColoringYellowBar - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose to color the result table with alternating yellow/white
background
- Configuration - Class in us.daveread.basicquery.util
-
Title: Configuration management
- Configuration() - Constructor for class us.daveread.basicquery.util.Configuration
-
Setup the configuration instance
- configurationMenu() - Method in class us.daveread.basicquery.BasicQuery
-
Configuration menu setup
- ConfigurationTest - Class in us.daveread.basicquery.util.test
-
Title: Test the Configuration class
- ConfigurationTest() - Constructor for class us.daveread.basicquery.util.test.ConfigurationTest
-
Setup the test case instance
- configurePool(GenericObjectPool, String, String, String) - Method in class us.daveread.basicquery.BasicQuery
-
Configures the database connection pool and sets the pool configuration.
- conn - Variable in class us.daveread.basicquery.BasicQuery
-
Database connection
- CONN_POOL_EVICT_IDLE_TIME_MS - Static variable in class us.daveread.basicquery.BasicQuery
-
Maximum age for a connection before evicting it
- CONN_POOL_MAX_IDLE_CONNECTIONS - Static variable in class us.daveread.basicquery.BasicQuery
-
Maximum number of connections to hold in the pool
- CONN_POOL_MAX_WAIT_MS - Static variable in class us.daveread.basicquery.BasicQuery
-
Maximum wait time for a connection to be available from the pool
- CONN_POOL_NUM_TESTS_PER_EVICT_RUN - Static variable in class us.daveread.basicquery.BasicQuery
-
Number of connections in the connection pool to test per eviction run
- CONN_POOL_TIME_BETWEEN_EVICT_RUNS_MS - Static variable in class us.daveread.basicquery.BasicQuery
-
Time to wait between connection pool eviction runs
- connect(String, Properties) - Method in class us.daveread.basicquery.DynamicDriver
-
- connect(String, Properties) - Method in class us.daveread.basicquery.test.DynamicDriverTest
-
Return null for the connection
- connectString - Variable in class us.daveread.basicquery.BasicQuery
-
Set of defined connection strings
- contentsChanged(ListDataEvent) - Method in class us.daveread.basicquery.test.ReorderListModelTest
-
- convertToCamelCase(String, boolean) - Method in class us.daveread.basicquery.util.RdbToRdf
-
Convert a string into CamelCase or camelCase
- convertToClassName(String) - Method in class us.daveread.basicquery.util.RdbToRdf
-
Convert a string to a CamelCase format matching class naming convention
- convertToInstanceName(String) - Method in class us.daveread.basicquery.util.RdbToRdf
-
Convert a string into a camelCase format matching instance naming
convention
- convertToPropertyName(String) - Method in class us.daveread.basicquery.util.RdbToRdf
-
Convert a string into a camelCase format matching property naming
convention
- copyFile(File, File) - Static method in class us.daveread.basicquery.util.Configuration
-
Copy the content of a text file into another text file
- copySelectionToClipboard() - Method in class us.daveread.basicquery.BasicQuery
-
Copy the selected data cells to the clipboard
- createModel(String) - Method in class us.daveread.basicquery.util.RdbToRdf
-
Create a model with a reasoner set based on the chosen reasoning level.
- createStyle(Color) - Method in class us.daveread.basicquery.gui.MessageStyleFactory
-
Create the attribute set with the supplied color
- createStyle(int) - Method in class us.daveread.basicquery.gui.MessageStyleFactory
-
Create the attribute set with the supplied style
- createStyle(Color, int) - Method in class us.daveread.basicquery.gui.MessageStyleFactory
-
Create the attribute set with the supplied color and style
- createStyle(Color, Color, int) - Method in class us.daveread.basicquery.gui.MessageStyleFactory
-
Create the attribute set with the supplied forground color, background
color and style
- createStyle(Color, Color, boolean, boolean, boolean) - Method in class us.daveread.basicquery.gui.MessageStyleFactory
-
Create the attribute set with the supplied forground color, background
color and style features
- createTestFile() - Method in class us.daveread.basicquery.util.test.ConfigurationTest
-
Create a test configuration file
- currentPosition - Variable in class us.daveread.basicquery.queries.QueryHistory
-
Current position in the history list
- currentValue - Variable in class us.daveread.basicquery.gui.FlashForeground
-
The current value of the iteration counter cycling through the component
color ranges from "on" to "off"
- currentVersion - Variable in class us.daveread.basicquery.util.CheckLatestVersion
-
The current version of the application
- data - Variable in class us.daveread.basicquery.ReorderListModel
-
List of objects that can be reordered
- data - Variable in class us.daveread.basicquery.util.test.TableMapTest
-
Test data
- data - Variable in class us.daveread.basicquery.util.test.UtilityTest
-
Test data
- data1 - Variable in class us.daveread.basicquery.util.test.TableSorterTest
-
Test string data
- dataBooleans - Variable in class us.daveread.basicquery.util.test.TableSorterTest
-
Test data Boolean
- dataDates - Variable in class us.daveread.basicquery.util.test.TableSorterTest
-
Test date date
- dataNumeric - Variable in class us.daveread.basicquery.util.test.TableSorterTest
-
Test numeric data
- dataObjects - Variable in class us.daveread.basicquery.util.test.TableSorterTest
-
Test data object
- dataString - Variable in class us.daveread.basicquery.StatementParameter
-
Data value associated with an In or In-Out parameter
- dataType - Variable in class us.daveread.basicquery.StatementParameter
-
Parameter data type
- datatypeProperties - Variable in class us.daveread.basicquery.util.RdbToRdf
-
Collection of datatype properties already encountered
- dbDriverDir - Variable in class us.daveread.basicquery.BasicQuery
-
Directory containing DB driver files
- DBPOOL_NAME - Static variable in class us.daveread.basicquery.BasicQuery
-
Name of the DB connection pool
- DBRESULTS_NAME - Static variable in class us.daveread.basicquery.BasicQuery
-
File containing query results, when enabled
- DBSERVERINFO_BRIEF - Static variable in class us.daveread.basicquery.BasicQuery
-
Display brief form of DB information
- DBSERVERINFO_LONG - Static variable in class us.daveread.basicquery.BasicQuery
-
Display long form of DB information
- DBSTATS_NAME - Static variable in class us.daveread.basicquery.BasicQuery
-
File containing statistics, when enabled
- DEFAULT_DATA_CLASS - Static variable in class us.daveread.basicquery.util.RdbToRdf
-
Default class for all the exported records
- DEFAULT_DBDRIVERDIR - Static variable in class us.daveread.basicquery.BasicQuery
-
Default directory name for DB driver files
- DEFAULT_FONT_SIZE - Static variable in class us.daveread.basicquery.gui.test.FontChooserTest
-
Default font size to choose
- DEFAULT_NAMESPACE - Static variable in class us.daveread.basicquery.util.RdbToRdf
-
Default namespace for the data loaded from the RDB
- DEFAULTWARNSELECTPATTERNS - Static variable in class us.daveread.basicquery.BasicQuery
-
Default select warning statement keywords
- DEFAULTWARNUPDATEPATTERNS - Static variable in class us.daveread.basicquery.BasicQuery
-
Default update warning statement keywords
- DELAY_TIME_BETWEEN_REFRESHES_MS - Static variable in class us.daveread.basicquery.gui.test.InsertTimeTest
-
Delay time between refreshes of the label
- deleteQueryAtIndex(int) - Method in class us.daveread.basicquery.queries.QueryHistory
-
Delete the query at the SQL index position given.
- DESC_TABLE_COLUMN_COUNT - Static variable in class us.daveread.basicquery.BasicQuery
-
Number of columns reported for a table describe
- DESC_TABLE_LENGTH_COLUMN - Static variable in class us.daveread.basicquery.BasicQuery
-
Table describe: Column containing the column length
- DESC_TABLE_NAME_COLUMN - Static variable in class us.daveread.basicquery.BasicQuery
-
Table describe: Column containing the column name
- DESC_TABLE_NULLS_OK_COLUMN - Static variable in class us.daveread.basicquery.BasicQuery
-
Table describe: Column containing the nulls-allowed indicator
- DESC_TABLE_PRECISION_COLUMN - Static variable in class us.daveread.basicquery.BasicQuery
-
Table describe: Column containing the column precision
- DESC_TABLE_SCALE_COLUMN - Static variable in class us.daveread.basicquery.BasicQuery
-
Table describe: Column containing the column scale
- DESC_TABLE_TYPE_COLUMN - Static variable in class us.daveread.basicquery.BasicQuery
-
Table describe: Column containing the column name
- description - Variable in enum us.daveread.basicquery.util.FileFilterDefinition
-
The description of the file filter
- description() - Method in enum us.daveread.basicquery.util.FileFilterDefinition
-
Get the description for the file filter
- description - Variable in class us.daveread.basicquery.util.SuffixFileFilter
-
The description of the filter
- didReorder - Variable in class us.daveread.basicquery.ReorderDialog
-
Detect if the order of the object was changed by the user
- direction - Variable in class us.daveread.basicquery.gui.FlashForeground
-
The current iteration direction (1=up or -1=down).
- displayComponents(Component[], int) - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Loop through the collection of components and process the component based
on the type of component
- displayResultsAsTable(boolean) - Method in class us.daveread.basicquery.BasicQuery
-
Displays the query results in the JTable.
- down - Variable in class us.daveread.basicquery.ReorderDialog
-
Move the selected item down
- driver - Variable in class us.daveread.basicquery.DynamicDriver
-
The driver for accessing the database
- driver - Variable in class us.daveread.basicquery.test.DynamicDriverTest
-
The dynamic driver instance to test
- DynamicClassLoader - Class in us.daveread.basicquery
-
Title: Dynamic class loader
- DynamicClassLoader(List<File>) - Constructor for class us.daveread.basicquery.DynamicClassLoader
-
Create a DynamicClassLoader instance from a list of file paths
- DynamicClassLoaderTest - Class in us.daveread.basicquery.test
-
Title: Test the dynamic class loader class
- DynamicClassLoaderTest() - Constructor for class us.daveread.basicquery.test.DynamicClassLoaderTest
-
Setup the test case instance
- DynamicDriver - Class in us.daveread.basicquery
-
Title: Dynamic driver
- DynamicDriver(Driver) - Constructor for class us.daveread.basicquery.DynamicDriver
-
Creates a DynamicDriver instance from a Driver
- DynamicDriverTest - Class in us.daveread.basicquery.test
-
Title: Test the dynamic driver class.
- DynamicDriverTest() - Constructor for class us.daveread.basicquery.test.DynamicDriverTest
-
Setup the test case instance
- factory - Static variable in class us.daveread.basicquery.gui.MessageStyleFactory
-
The factory instance - Singleton
- ff - Variable in class us.daveread.basicquery.gui.test.FlashForegroundTest
-
The flash foreground instance
- FILE_EXPORT_CSV - Static variable in class us.daveread.basicquery.BasicQuery
-
File export format: CSV
- FILE_EXPORT_TRIPLES - Static variable in class us.daveread.basicquery.BasicQuery
-
File export format: Triples
- fileExportsRaw - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose whether to export result raw (unquoted)
- FileFilterDefinition - Enum in us.daveread.basicquery.util
-
The file filter pattern definitions used within the program
- FileFilterDefinition(String, String[], boolean) - Constructor for enum us.daveread.basicquery.util.FileFilterDefinition
-
Create a file filter
- fileLogResults - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose whether to log SQL execution results
- fileLogStats - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose whether to log SQL execution statistics
- fileMenu() - Method in class us.daveread.basicquery.BasicQuery
-
File menu setup
- FILENAME_CONNECTSTRINGS - Static variable in class us.daveread.basicquery.BasicQuery
-
File containing connection strings
- FILENAME_DEFAULTQUERIES - Static variable in class us.daveread.basicquery.BasicQuery
-
Default file for storing queries
- FILENAME_DRIVERS - Static variable in class us.daveread.basicquery.BasicQuery
-
Database drivers file
- FILENAME_LOGGER - Static variable in class us.daveread.basicquery.BasicQuery
-
Logging configuration file
- FILENAME_PROPERTIES - Static variable in class us.daveread.basicquery.util.Configuration
-
Property file name
- fileNoCRAddedToExportRows - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose whether to add a carriage return to exported rows
- fileOpenSQL - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - open a SQL statement file
- fileSaveAsCSV - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - write current results to a CSV file
- fileSaveAsTriples - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - write current results to an ontology file
- fileSaveBLOBs - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - choose whether to export BLOBs to files when exporting results
- findBGColor(String, int) - Method in class us.daveread.basicquery.gui.ColoredCellRenderer
-
Finds the background color object that is associated with the String
pattern
- findControls() - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Find the controls on the dialog
- findFGColor(String, int) - Method in class us.daveread.basicquery.gui.ColoredCellRenderer
-
Finds the foreground color object that is associated with the String
pattern
- fixAccessorName(String) - Method in class us.daveread.basicquery.BasicQuery
-
Convert an accessor name (e.g.
- FlashForeground - Class in us.daveread.basicquery.gui
-
Title: Flash foreground
- FlashForeground(Component, Color, Color, int) - Constructor for class us.daveread.basicquery.gui.FlashForeground
-
Create a FlashForeground instance, associated with a specific component.
- FlashForegroundTest - Class in us.daveread.basicquery.gui.test
-
Title: Test FlashForeground class
- FlashForegroundTest() - Constructor for class us.daveread.basicquery.gui.test.FlashForegroundTest
-
Create the test case instance
- flashRunIndicator - Variable in class us.daveread.basicquery.BasicQuery
-
Thread to animate the query execution indicator
- focusRequested - Variable in class us.daveread.basicquery.gui.test.FocusRequestorTestComponent
-
Whether or not focus has been requested
- FocusRequestor - Class in us.daveread.basicquery.gui
-
Title: Focus Requestor
Description: A class to place focus requests on the event thread
Copyright: Copyright (c) 2003-2014
Company:
- FocusRequestor(Component) - Constructor for class us.daveread.basicquery.gui.FocusRequestor
-
Class constructor - takes in component that is to receive the input
focus
- FocusRequestorTest - Class in us.daveread.basicquery.gui.test
-
Title: Test focus requestor
- FocusRequestorTest() - Constructor for class us.daveread.basicquery.gui.test.FocusRequestorTest
-
Setup the test case instance
- FocusRequestorTestComponent - Class in us.daveread.basicquery.gui.test
-
Title: The backing component for testing the FocusRequestor class
- FocusRequestorTestComponent() - Constructor for class us.daveread.basicquery.gui.test.FocusRequestorTestComponent
-
Construct the instance, default focus requested to be false
- fontBold - Variable in class us.daveread.basicquery.gui.FontChooser
-
The font bold selection
- FontChooser - Class in us.daveread.basicquery.gui
-
Title: FontChooser
- FontChooser(Frame) - Constructor for class us.daveread.basicquery.gui.FontChooser
-
Setup a font chooser dialog with the default font information
- FontChooserTest - Class in us.daveread.basicquery.gui.test
-
Title: Test the font chooser
- FontChooserTest() - Constructor for class us.daveread.basicquery.gui.test.FontChooserTest
-
Setup the test class
- fontItalic - Variable in class us.daveread.basicquery.gui.FontChooser
-
The font italic selection
- fontName - Variable in class us.daveread.basicquery.gui.FontChooser
-
The font name choice
- fontName - Variable in class us.daveread.basicquery.gui.test.FontChooserTest
-
Font name choices
- fontSize - Variable in class us.daveread.basicquery.gui.FontChooser
-
The font size setting
- fontSize - Variable in class us.daveread.basicquery.gui.test.FontChooserTest
-
Font size entry
- FORMAT_DATE - Static variable in class us.daveread.basicquery.util.RdbToRdf
-
Used for formatting DB date column values into the ontology
- FORMAT_DATE_TIME - Static variable in class us.daveread.basicquery.util.RdbToRdf
-
Used for formatting DB timestamp (date and time) column values into the
ontology
- FORMAT_TIME - Static variable in class us.daveread.basicquery.util.RdbToRdf
-
Used for formatting DB time column values into the ontology
- formatDescription(String, String[]) - Method in enum us.daveread.basicquery.util.FileFilterDefinition
-
Format the description to include a list of suffixes
- FORMATS - Static variable in class us.daveread.basicquery.util.RdbToRdf
-
The set of formats that can be output.
- formats - Static variable in class us.daveread.basicquery.util.Utility
-
Map used for storing date formats for formattedDate() methods
- formattedDate(Date) - Static method in class us.daveread.basicquery.util.Utility
-
Formats the System date to appear as MM/dd/yyyy HH:mm:ss.SSS
- formattedDate(Date, String) - Static method in class us.daveread.basicquery.util.Utility
-
Formats the System date in the order determined by the formatString
- formattedNumber(long, String) - Static method in class us.daveread.basicquery.util.Utility
-
Formats a number using the supplied format template
- getArrayAsCSV(String[]) - Static method in class us.daveread.basicquery.util.RdbToRdf
-
Create a CSV list from a String array
- getAsOrdered() - Method in class us.daveread.basicquery.ReorderDialog
-
Get the list that backs the model.
- getChar(String) - Static method in class us.daveread.basicquery.util.Resources
-
Get the first character of the supplied key
- getColumnClass(int) - Method in class us.daveread.basicquery.util.TableMap
-
Returns the most specific superclass for all the cell values
in the column
- getColumnCount() - Method in class us.daveread.basicquery.util.ListTableModel
-
Get the number of columns in the model (based on number of column names)
- getColumnCount() - Method in class us.daveread.basicquery.util.TableMap
-
Returns the number of columns in the model
- getColumnName(int) - Method in class us.daveread.basicquery.util.ListTableModel
-
Get the column name for the requested column
- getColumnName(int) - Method in class us.daveread.basicquery.util.TableMap
-
Returns the column name at the column index
- getColumnNamesForTable() - Method in class us.daveread.basicquery.BasicQuery
-
Gets the column name for the column that is being selected in the table
- getCurrentQueryInfo() - Method in class us.daveread.basicquery.queries.QueryHistory
-
Get the query info for the current query position in the history list.
- getDataString() - Method in class us.daveread.basicquery.StatementParameter
-
Retrieve the value associated with this parameter.
- getDataType() - Method in class us.daveread.basicquery.StatementParameter
-
Retrieve the java.sql.Types value for this parameter
- getDBClassLoader() - Method in class us.daveread.basicquery.BasicQuery
-
Adds packages (JARs) to the classpath.
- getDBPool() - Method in class us.daveread.basicquery.BasicQuery
-
Gets the driver for the database pool
- getDescription() - Method in class us.daveread.basicquery.util.SuffixFileFilter
-
- getDownloadInformation() - Method in class us.daveread.basicquery.util.NewVersionInformation
-
Get the instructions for obtaining the new version.
- getElementAt(int) - Method in class us.daveread.basicquery.ReorderListModel
-
Get the object at the given position.
- getFile(String) - Method in class us.daveread.basicquery.util.Configuration
-
Setup a file based on the file name
- getFilePath(String) - Method in class us.daveread.basicquery.util.Configuration
-
Prepend the user's home directory path the the file name and create a file
instance
- getFontFamilies() - Method in class us.daveread.basicquery.gui.FontChooser
-
Get the names of available font families
- getFormatsAsCSV() - Static method in class us.daveread.basicquery.util.RdbToRdf
-
Get the set of defined ontology file formats that the program can load as
a CSV list String
- getHistoryPosition() - Method in class us.daveread.basicquery.queries.QueryHistory
-
Get the position of the current query in the history list
- getImageAsByteArray(String) - Static method in class us.daveread.basicquery.images.ImageUtility
-
Get the image as a byte array.
- getImageAsStream(String) - Static method in class us.daveread.basicquery.images.ImageUtility
-
Get the image as a stream.
- getImageAsURL(String) - Static method in class us.daveread.basicquery.images.ImageUtility
-
Get the image as a URL.
- getIndexValue(String[], String) - Static method in class us.daveread.basicquery.util.RdbToRdf
-
Find a String value within and array of Strings.
- getInstance() - Static method in class us.daveread.basicquery.queries.QueryHistory
-
Get the instance
- getKnownTypeNames() - Static method in class us.daveread.basicquery.SQLTypes
-
Return a String array of the known java.sql.Types that are defined
- getLatestNumberOfRowsExported() - Method in class us.daveread.basicquery.util.RdbToRdf
-
Get the number of DB rows exported to triples as of the last exeuction of
this instance
- getLatestVersion() - Method in class us.daveread.basicquery.util.NewVersionInformation
-
Get the latest version number
- getList() - Method in class us.daveread.basicquery.ReorderListModel
-
Get the list which backs this model.
- getLongestValues(TableModel) - Static method in class us.daveread.basicquery.util.Utility
-
Gets longest values, one for each column
- getMajorVersion() - Method in class us.daveread.basicquery.DynamicDriver
-
- getMajorVersion() - Method in class us.daveread.basicquery.test.DynamicDriverTest
-
Return 1 for the major version
- getMaximumSize() - Method in class us.daveread.basicquery.gui.MaxHeightJScrollPane
-
Returns the maximum size of this component
- getMinimumSize() - Method in class us.daveread.basicquery.gui.MaxHeightJScrollPane
-
Returns the minimum size of this component
- getMinorVersion() - Method in class us.daveread.basicquery.DynamicDriver
-
- getMinorVersion() - Method in class us.daveread.basicquery.test.DynamicDriverTest
-
Return 0 for the minor version
- getMode() - Method in class us.daveread.basicquery.queries.Query
-
Returns the Query Mode
- getModel() - Method in class us.daveread.basicquery.util.TableMap
-
Implements TableModel by forwarding all messages
to the model
- getNewFeaturesDescription() - Method in class us.daveread.basicquery.util.NewVersionInformation
-
Get the description of new features
- getNewFont() - Method in class us.daveread.basicquery.gui.FontChooser
-
Get the chosen font
- getNumberOfQueries() - Method in class us.daveread.basicquery.queries.QueryHistory
-
Get the number of queries in the history list
- getOutParams(CallableStatement, List<StatementParameter>) - Method in class us.daveread.basicquery.BasicQuery
-
Takes a callable statement and retrieves the out parameters, displaying
them in the message area of the GUI.
- getOutputFileName() - Method in class us.daveread.basicquery.util.RdbToRdf
-
Get the output file name for the location of the generated report
- getPreferredSize() - Method in class us.daveread.basicquery.gui.MaxHeightJScrollPane
-
Gets the width and height of the dimension object
- getPropertyInfo(String, Properties) - Method in class us.daveread.basicquery.DynamicDriver
-
- getPropertyInfo(String, Properties) - Method in class us.daveread.basicquery.test.DynamicDriverTest
-
Create a driver property array with one property having the given URL
- getQuery() - Method in class us.daveread.basicquery.BasicQuery
-
Assumes that selected item in the combo box is a string and returns
the query object.Otherwise it converts the string to a query object
and returns it.
- getQuery() - Method in class us.daveread.basicquery.util.RdbToRdf
-
Get the query returning the result set
- getRawSql() - Method in class us.daveread.basicquery.queries.Query
-
The Raw SQL statement as entered, potentially contains carriage returns
- getReasoningLevelIndex(String) - Static method in class us.daveread.basicquery.util.RdbToRdf
-
Get the index position of the supplied reasoning level label
- getResultField(ResultSet, int, int) - Method in class us.daveread.basicquery.BasicQuery
-
Get a field from the result set
- getResults() - Method in class us.daveread.basicquery.queries.QueryInfo
-
Set the result model represented by this history instance.
- getResultSet() - Method in class us.daveread.basicquery.util.RdbToRdf
-
Get the result set to be exported
- getResultSetMetaData() - Method in class us.daveread.basicquery.util.RdbToRdf
-
Get the metadata for the result set to be exported
- getRowCount() - Method in class us.daveread.basicquery.util.ListTableModel
-
Get the number of data rows in the model
- getRowCount() - Method in class us.daveread.basicquery.util.TableMap
-
Returns the number of rows in the model
- getSize() - Method in class us.daveread.basicquery.ReorderListModel
-
Get the number of items in the list.
- getSql() - Method in class us.daveread.basicquery.queries.Query
-
Returns the SQL string
- getSQLIndex() - Method in class us.daveread.basicquery.queries.QueryInfo
-
Get the index in the list of SQL statements represented by this history
instance
- getSQLTypeId(String) - Static method in class us.daveread.basicquery.SQLTypes
-
Get the java.sql.Types value for the supplied type string representation
- getStandardBorder() - Method in class us.daveread.basicquery.BasicQuery
-
Sets the Border style and color to black for the interface
- getString(String) - Static method in class us.daveread.basicquery.util.Resources
-
Get the string associated with the supplied key using the current resource
bundle
- getString(String, Object[]) - Static method in class us.daveread.basicquery.util.Resources
-
Get the parameterized string associated with the supplied key using the
current resource bundle and fill in the parameter values using the supplied
array of parameters
- getString(String, String) - Static method in class us.daveread.basicquery.util.Resources
-
Convenience method to deal with string having one parameter
- getString(String, String, String) - Static method in class us.daveread.basicquery.util.Resources
-
Convenience method to deal with string having two parameters
- getString(String, String, String, String) - Static method in class us.daveread.basicquery.util.Resources
-
Convenience method to deal with string having three parameters
- getString(String, String, String, String, String) - Static method in class us.daveread.basicquery.util.Resources
-
Convenience method to deal with string having four parameters
- getString(String, String, String, String, String, String) - Static method in class us.daveread.basicquery.util.Resources
-
Convenience method to deal with string having five parameters
- getString(String, String, String, String, String, String, String) - Static method in class us.daveread.basicquery.util.Resources
-
Convenience method to deal with string having six parameters
- getString(String, String, String, String, String, String, String, String) - Static method in class us.daveread.basicquery.util.Resources
-
Convenience method to deal with string having seven parameters
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class us.daveread.basicquery.gui.ColoredCellRenderer
-
Returns the component used for drawing the cell.Used to configure the
renderer appropriately before drawing
- getTablesInQuery() - Method in class us.daveread.basicquery.BasicQuery
-
Gets the names of the tables that are referenced during the query
- getType() - Method in class us.daveread.basicquery.StatementParameter
-
Retrieve the direction (In/Out) of this parameter
- getURLIndex() - Method in class us.daveread.basicquery.queries.QueryInfo
-
Get the index in the list of connection strings represented by this history
instance
- getUrlToDownloadPage() - Method in class us.daveread.basicquery.util.NewVersionInformation
-
Get the URL for the application's download page.
- getUrlToSourceCode() - Method in class us.daveread.basicquery.util.NewVersionInformation
-
Get the URL for the application's source code repository location.
- getValueAt(int, int) - Method in class us.daveread.basicquery.util.ListTableModel
-
Get the value for a row and column
- getValueAt(int, int) - Method in class us.daveread.basicquery.util.TableMap
-
Returns the value of the cell at aRow and aColumn
- getValueAt(int, int) - Method in class us.daveread.basicquery.util.TableSorter
-
Gets the value of the model at indexes[aRow] and aColumn
- getVersionInfoFromWebsite() - Method in class us.daveread.basicquery.util.CheckLatestVersion
-
Download the version history information from the website.
- greenChange - Variable in class us.daveread.basicquery.gui.FlashForeground
-
Amount of change for the green component of the RGB color at each step in
the coloring cycle
- greenModulus - Variable in class us.daveread.basicquery.gui.FlashForeground
-
The modulus value of the iteration counter for changing the green component
of the RGB color
- greenOff - Variable in class us.daveread.basicquery.gui.FlashForeground
-
Green color value for RGB coloring when the flash is "off"
- greenOn - Variable in class us.daveread.basicquery.gui.FlashForeground
-
Green color value for RGB coloring when the flash is "on"
- greenValue - Variable in class us.daveread.basicquery.gui.FlashForeground
-
Current green value in the RGB color
- GUIUtility - Class in us.daveread.basicquery.gui
-
Title: GUI utilities
- GUIUtility() - Constructor for class us.daveread.basicquery.gui.GUIUtility
-
Don't want instances of this class created.
- GUIUtilityTest - Class in us.daveread.basicquery.gui.test
-
Title: Test the GUI utility class
- GUIUtilityTest() - Constructor for class us.daveread.basicquery.gui.test.GUIUtilityTest
-
Setup the test case instance
- label - Variable in class us.daveread.basicquery.gui.InsertTime
-
The component backing this instance
- LANG_DEFAULT - Static variable in class us.daveread.basicquery.BasicQuery
-
Interface: Use default language (e.g.
- LANG_ENGLISH - Static variable in class us.daveread.basicquery.BasicQuery
-
Interface: Use English
- LANG_FRENCH - Static variable in class us.daveread.basicquery.BasicQuery
-
Interface: Use French
- LANG_GERMAN - Static variable in class us.daveread.basicquery.BasicQuery
-
Interface: Use German
- LANG_ITALIAN - Static variable in class us.daveread.basicquery.BasicQuery
-
Interface: Use Italian
- LANG_PORTUGUESE - Static variable in class us.daveread.basicquery.BasicQuery
-
Interface: Use Portuguese
- LANG_SPANISH - Static variable in class us.daveread.basicquery.BasicQuery
-
Interface: Use Spanish
- languageMenu() - Method in class us.daveread.basicquery.BasicQuery
-
Language selection menu
- lastConnection - Variable in class us.daveread.basicquery.BasicQuery
-
Last connection string used
- lastPassword - Variable in class us.daveread.basicquery.BasicQuery
-
Last password
- lastUserId - Variable in class us.daveread.basicquery.BasicQuery
-
Last user id
- latestChosenQueryFileFilterDescription - Variable in class us.daveread.basicquery.BasicQuery
-
The query file filter description last used by the user
- latestFileDirectory - Variable in class us.daveread.basicquery.BasicQuery
-
Latest directory used when choosing a file
- latestNumberOfRowsExported - Variable in class us.daveread.basicquery.util.RdbToRdf
-
Count of DB rows exported as of last execution of this instance
- latestVersionString - Variable in class us.daveread.basicquery.util.NewVersionInformation
-
The latest version number
- latestVersionValue - Variable in class us.daveread.basicquery.util.CheckLatestVersion
-
The calculated value of the latest version.
- listeners - Variable in class us.daveread.basicquery.ReorderListModel
-
Listeners to notify if the list is reordered
- ListTableModel<T> - Class in us.daveread.basicquery.util
-
Ordered model for a table
- ListTableModel() - Constructor for class us.daveread.basicquery.util.ListTableModel
-
Setup the instance with empty column and data lists
- ListTableModelTest - Class in us.daveread.basicquery.util.test
-
Title: Test the list table model class
- ListTableModelTest() - Constructor for class us.daveread.basicquery.util.test.ListTableModelTest
-
Setup the test case instance
- loadClass(String) - Method in class us.daveread.basicquery.DynamicClassLoader
-
- loadClass(String, boolean) - Method in class us.daveread.basicquery.DynamicClassLoader
-
- loadCombo(JComboBox, String) - Method in class us.daveread.basicquery.BasicQuery
-
Adds the data from the supplied file to the query selection
(or connect URLs) combobox.
- loadConfig() - Method in class us.daveread.basicquery.BasicQuery
-
Adds a list of queries and connection URLs to the appropriate
combo boxes
- loadConnectStrings() - Method in class us.daveread.basicquery.BasicQuery
-
Loads the connect strings from an external file
- loadDriver(String, String, DynamicClassLoader) - Method in class us.daveread.basicquery.BasicQuery
-
Loads the driver into the JVM making it available for usage by the
driver class
- loadDrivers() - Method in class us.daveread.basicquery.BasicQuery
-
Loads the drivers to allow connection to the database.
- loadedDBDriver - Variable in class us.daveread.basicquery.BasicQuery
-
Indicator that a DB driver was loaded
- loader - Variable in class us.daveread.basicquery.test.DynamicClassLoaderTest
-
The classloader instance to test
- loadMenu() - Method in class us.daveread.basicquery.BasicQuery
-
Creates the various menu options and attaches the mnemonics and
registers listeners.
- loadModel(String) - Method in class us.daveread.basicquery.util.RdbToRdf
-
Obtain an ontology model set to the chosen reasoning level.
- loadModelFromRdb() - Method in class us.daveread.basicquery.util.RdbToRdf
-
Setup the ontology model from the data anbd metadata in the result set
- loadProperties() - Method in class us.daveread.basicquery.BasicQuery
-
Sets the configuration based on the values in the configuration file.
- loadQueries() - Method in class us.daveread.basicquery.BasicQuery
-
Loads default queries (to give a new user some idea of how the interface
works) if there are no queries stored in the external query file.
- lockHeight() - Method in class us.daveread.basicquery.gui.MaxHeightJScrollPane
-
Sets the maximum height of this JScrollPane to the current height
- lockHeight(int) - Method in class us.daveread.basicquery.gui.MaxHeightJScrollPane
-
Set the maximum height of this JScrollPane to the supplied value.
- LOGGER - Static variable in class us.daveread.basicquery.BasicQuery
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.DynamicClassLoader
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.gui.ColoredCellRenderer
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.gui.FlashForeground
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.gui.FontChooser
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.gui.InsertTime
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.gui.test.FlashForegroundTest
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.gui.test.FocusRequestorTest
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.gui.test.FontChooserTest
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.gui.test.InsertTimeTest
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.images.ImageUtility
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.queries.QueryHistory
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.ReorderDialog
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.util.CheckLatestVersion
-
Logger Instance
- LOGGER - Static variable in class us.daveread.basicquery.util.Configuration
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.util.RdbToRdf
-
Logging instance
- LOGGER - Static variable in class us.daveread.basicquery.util.TableSorter
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.util.test.ConfigurationTest
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.util.test.TableSorterTest
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.util.test.UtilityTest
-
Logger
- LOGGER - Static variable in class us.daveread.basicquery.util.Utility
-
Logger
- main(String[]) - Static method in class us.daveread.basicquery.BasicQuery
-
Main startup method for the BasicQuery application.
- makeDatatypeProperty(String, String) - Method in class us.daveread.basicquery.util.RdbToRdf
-
Check to see if this property URI has been asserted as an
owl:DatatypeProperty.
- makeInsert() - Method in class us.daveread.basicquery.BasicQuery
-
Create an insert statement depending on the tables and the columns that
were selected.The insert statement is then listed in the querySelection
comboBox as the selected item.
- makeParams(String, List<StatementParameter>) - Method in class us.daveread.basicquery.BasicQuery
-
Takes a SQL statement and determines whether the syntax for using
in/out parameters has been used.
- makeSafeURIValue(String) - Static method in class us.daveread.basicquery.util.RdbToRdf
-
Very crude method to create a value that will work as an RDF resource -
e.g.
- makeUpdate() - Method in class us.daveread.basicquery.BasicQuery
-
Create an update statement depending on the tables and the columns that
were selected.The update statement is then listed in the querySelection
comboBox as the selected item.
- makeVerboseSelect() - Method in class us.daveread.basicquery.BasicQuery
-
Write a select statement depending on the tables and the columns that
were selected.The select statement is then listed in the querySelection
comboBox as the selected item.
- makeWithPrimarySuffix(File) - Method in class us.daveread.basicquery.util.SuffixFileFilter
-
Check whether the supplied file's name agrees with this suffix file filter.
- map - Variable in class us.daveread.basicquery.util.test.TableMapTest
-
The table map instance being tested
- mapcBGPatterns - Variable in class us.daveread.basicquery.gui.ColoredCellRenderer
-
Background colors mapped to keys
- mapcFGPatterns - Variable in class us.daveread.basicquery.gui.ColoredCellRenderer
-
Foreground colors mapped to keys
- mapOfCurrentTables - Variable in class us.daveread.basicquery.BasicQuery
-
Collection of tables currently used by the latest query
- MAX_DIGITS_FOR_INT - Static variable in class us.daveread.basicquery.BasicQuery
-
Maximum number of digits in a value before storing as a long
- MAX_HEIGHT - Static variable in class us.daveread.basicquery.gui.test.MaxHeightJScrollPaneTest
-
Maximum height for the scroll pane
- MAX_NEW_FEATURES_MESSAGE_LINES - Static variable in class us.daveread.basicquery.util.CheckLatestVersion
-
Maximum number of lines in the upgrade message
- MAX_SCROLL_PANE_DIVISOR_FOR_MAX_HEIGHT - Static variable in class us.daveread.basicquery.BasicQuery
-
Fraction of available window for the scroll pane
- maxChange - Variable in class us.daveread.basicquery.gui.FlashForeground
-
The maximum range of the iteration counter to cycle through the component
color ranges from "on" to "off"
- maxHeight - Variable in class us.daveread.basicquery.gui.MaxHeightJScrollPane
-
Maximum height for the scroll pane
- MaxHeightJScrollPane - Class in us.daveread.basicquery.gui
-
A fixed height version of the JScrollPane where the height can be modified
- MaxHeightJScrollPane() - Constructor for class us.daveread.basicquery.gui.MaxHeightJScrollPane
-
Constructs an empty MaxHeightJScrollPane where scrollbars appear
when needed
- MaxHeightJScrollPane(Component) - Constructor for class us.daveread.basicquery.gui.MaxHeightJScrollPane
-
Constructs a MaxHeighJScrollPane where the scrollbars will appear
only when the dimensions are larger than the view.
- MaxHeightJScrollPane(Component, int, int) - Constructor for class us.daveread.basicquery.gui.MaxHeightJScrollPane
-
Constructs a MaxJScrollpane whose view position can be controlled
by a pair of scrollbars.The scrollbar policies define when the
scrollbars are needed
- MaxHeightJScrollPane(int, int) - Constructor for class us.daveread.basicquery.gui.MaxHeightJScrollPane
-
Constructs an empty MaxJScrollPane with the specified vertical
and horizontal scrollbar policies
- MaxHeightJScrollPaneTest - Class in us.daveread.basicquery.gui.test
-
Title: Test the max height scroll pane class
- MaxHeightJScrollPaneTest() - Constructor for class us.daveread.basicquery.gui.test.MaxHeightJScrollPaneTest
-
Setup to test case instance
- MAXIMUM_HISTORY_ENTRIES - Static variable in class us.daveread.basicquery.queries.QueryHistory
-
Maximum size of the query history list
- MAXIMUM_ROWS_TO_DISPLAY - Static variable in class us.daveread.basicquery.ReorderDialog
-
Maximum row height of the list display
- maxRows - Variable in class us.daveread.basicquery.BasicQuery
-
Selection for maximum number of rows to retrieve and display
- message - Variable in class us.daveread.basicquery.BasicQuery
-
The status text pane
- messageDocument - Variable in class us.daveread.basicquery.BasicQuery
-
The status document backing the status text pane
- messageOut(String, String) - Method in class us.daveread.basicquery.BasicQuery
-
Writes the output message onto the message document
- messageOut(String, String, boolean) - Method in class us.daveread.basicquery.BasicQuery
-
Places a message in the message display area using the style supplied.
- messageOut(String) - Method in class us.daveread.basicquery.BasicQuery
-
writes the string onto the message document, displayed in the lower
portion of the GUI.
- MessageStyleFactory - Class in us.daveread.basicquery.gui
-
Title:
- MessageStyleFactory() - Constructor for class us.daveread.basicquery.gui.MessageStyleFactory
-
private constructor for Singleton
- MessageStyleFactoryTest - Class in us.daveread.basicquery.gui.test
-
Title: Test the message style factory class
- MessageStyleFactoryTest() - Constructor for class us.daveread.basicquery.gui.test.MessageStyleFactoryTest
-
Setup the test case instance
- messageStyles - Variable in class us.daveread.basicquery.BasicQuery
-
Collection of message styles used in status output text pane
- MILLISECONDS_PER_SECOND - Static variable in class us.daveread.basicquery.gui.InsertTime
-
Number of miiliseconds per second
- MIN_HEIGHT - Static variable in class us.daveread.basicquery.gui.MaxHeightJScrollPane
-
Minimum height for the scroll pane
- minutes(long) - Method in class us.daveread.basicquery.gui.InsertTime
-
Calculate the number of minutes represented by the number of milliseconds
provided.
- MINUTES_PER_HOUR - Static variable in class us.daveread.basicquery.gui.InsertTime
-
Number of minutes per hour
- mode - Variable in class us.daveread.basicquery.queries.Query
-
The mode for this statement
- MODE_DESCRIBE - Static variable in class us.daveread.basicquery.queries.Query
-
Represents a select-type statement (e.g.
- MODE_QUERY - Static variable in class us.daveread.basicquery.queries.Query
-
Represents a select-type statement (e.g.
- MODE_UPDATE - Static variable in class us.daveread.basicquery.queries.Query
-
Represents and update-type statement (e.g.
- model - Variable in class us.daveread.basicquery.test.ReorderListModelTest
-
The reorder list model instance the test
- model - Variable in class us.daveread.basicquery.util.TableMap
-
The table model backing this table map
- model - Variable in class us.daveread.basicquery.util.test.ListTableModelTest
-
The list table model instance being tested
- model1 - Variable in class us.daveread.basicquery.util.test.TableMapTest
-
Test model 1
- model1 - Variable in class us.daveread.basicquery.util.test.TableSorterTest
-
Test table model 1
- model2 - Variable in class us.daveread.basicquery.util.test.TableMapTest
-
Test model 2
- model2 - Variable in class us.daveread.basicquery.util.test.TableSorterTest
-
Test table model 2
- modelChanged - Variable in class us.daveread.basicquery.util.test.ListTableModelTest
-
Track whether the model has been changed
- modeOfCurrentTable - Variable in class us.daveread.basicquery.BasicQuery
-
Is the select output to render data or metadata
- moveBackward() - Method in class us.daveread.basicquery.queries.QueryHistory
-
Move back one position in the history list.
- moveDown() - Method in class us.daveread.basicquery.ReorderDialog
-
Move the selected entry down one position (move to higher index value)
which
in the GUI will result in the selected line moving down one line
vertically.
- moveDown(int) - Method in class us.daveread.basicquery.ReorderListModel
-
Move the object at the given position to the next higher position
(next index value) in the list.
- moveForward() - Method in class us.daveread.basicquery.queries.QueryHistory
-
Move forward on position in the history list.
- moveUp() - Method in class us.daveread.basicquery.ReorderDialog
-
Move the selected entry up one position (move to lower index value) which
in the GUI will result in the selected line moving up one line vertically.
- moveUp(int) - Method in class us.daveread.basicquery.ReorderListModel
-
Move the object at the given position to the next lower position
(previous index value) in the list.
- msDelay - Variable in class us.daveread.basicquery.gui.FlashForeground
-
Delay time when cycling the steps between "on" and "off" colors
- msDelay - Variable in class us.daveread.basicquery.gui.InsertTime
-
Time to delay between updates of the label
- msg - Variable in class us.daveread.basicquery.gui.test.MessageStyleFactoryTest
-
The factory instance
- myMouseListeners - Variable in class us.daveread.basicquery.util.TableSorter
-
The listeners registered for mouse events on the table
DSR - So I can remove them
- PARAM_TOKEN_END - Static variable in class us.daveread.basicquery.BasicQuery
-
Token suffix for a parameter
- PARAM_TOKEN_END_LENGTH - Static variable in class us.daveread.basicquery.BasicQuery
-
Length of the parameter token suffix
- PARAM_TOKEN_START - Static variable in class us.daveread.basicquery.BasicQuery
-
Token prefix for a parameter
- PARAM_TOKEN_START_LENGTH - Static variable in class us.daveread.basicquery.BasicQuery
-
Length of the parameter token prefix
- PARAMVALUE_NO - Static variable in class us.daveread.basicquery.BasicQuery
-
The Yes (True) value for a parameter
- PARAMVALUE_YES - Static variable in class us.daveread.basicquery.BasicQuery
-
The No (False) value for a parameter
- password - Variable in class us.daveread.basicquery.BasicQuery
-
Password to authenticate with the DB server
- poolConnect - Variable in class us.daveread.basicquery.BasicQuery
-
Connection feature settings
- previewLabel - Variable in class us.daveread.basicquery.gui.FontChooser
-
The preview area
- previousQuery - Variable in class us.daveread.basicquery.BasicQuery
-
Buttons to move through history of executed queries
- processContainer(JRootPane, int) - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Obtain the components on the pane and call display on them
- processContainer(JPanel, int) - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Obtain the components on the panel and call display on them
- processContainer(JLayeredPane, int) - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Obtain the components in a layered pane and call display on them
- processJButton(JButton, int) - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Process the event on a button.
- processJCheckBox(JCheckBox, int) - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Process the event on a checkbox.
- processJComboBox(JComboBox, int) - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Use the current value in the combobox as the chosen font name
- processJTextField(JTextField, int) - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Use the current value of the text field as the font size
- processParameter(String, List<StatementParameter>) - Method in class us.daveread.basicquery.BasicQuery
-
Parse a parameter.
- processStatement() - Method in class us.daveread.basicquery.BasicQuery
-
Run the current SQL statement independently
- processStatement(boolean) - Method in class us.daveread.basicquery.BasicQuery
-
Run the current SQL statement either independently or as part of a batch of
statements
- PROP_ASSOCSQLURL - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - associate query and connection setting
- PROP_AUTOCOMMIT - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - connection autocommit setting
- PROP_CONNECTION - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - last connection string used
- PROP_DBDRIVERDIR - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - directory containing DB driver files
- PROP_DISPLAYCLIENTINFO - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - display client information setting
- PROP_DISPLAYCOLUMNDATATYPE - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - display column type setting
- PROP_DISPLAYDBSERVERINFO - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - display DB server information setting
- PROP_EXPORTNOCR - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - export without CR setting
- PROP_EXPORTRAW - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - export raw query results setting
- PROP_FONT_BOLD - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - font bold setting
- PROP_FONT_FAMILY - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - font setting
- PROP_FONT_ITALIC - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - font italic setting
- PROP_FONT_SIZE - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - fint size setting
- PROP_HEIGHT - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - last window height
- PROP_LANGUAGE - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - interface language setting
- PROP_LATEST_DIRECTORY - Static variable in class us.daveread.basicquery.BasicQuery
-
Latest directory used when choosing a file
- PROP_LOGRESULTS - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - log query results setting
- PROP_LOGSTATS - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - log statistics setting
- PROP_MAXIMIZED - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - last window maximized setting
- PROP_MAXROWS - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - maximum number of display rows setting
- PROP_PARSESEMICOLON - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - parse queries on semicolon setting
- PROP_PASSWORD - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - password
- PROP_POOLING - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - connection pooling enabled
- PROP_READONLY - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - connection readonly setting
- PROP_SAVEPASSWORD - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - save password setting
- PROP_SQL - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - last SQL statement executed
- PROP_SQLFILENAME - Static variable in class us.daveread.basicquery.BasicQuery
-
Propert name - last SQL statement file used
- PROP_SYSTEM_DEFAULTCOUNTRY - Static variable in class us.daveread.basicquery.BasicQuery
-
System property supplying user's configured country code
- PROP_SYSTEM_DEFAULTLANGUAGE - Static variable in class us.daveread.basicquery.BasicQuery
-
System property supplying user's configured language code
- PROP_SYSTEM_USERHOMEDIR - Static variable in class us.daveread.basicquery.util.Configuration
-
System property containing the user's home directory
- PROP_TABLE_COLOR_USERDEF - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - user defined row coloring setting
- PROP_TABLE_COLORING - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - row coloring setting
- PROP_UPPERLEFTX - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - last window upper left corner X position
- PROP_UPPERLEFTY - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - last window upper left corner Y position
- PROP_USERID - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - user id
- PROP_WARNSELECTPATTERNS - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - keywords that should not occur in a select statement
- PROP_WARNUPDATEPATTERNS - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - keywords that should not occur in an update statement
- PROP_WIDTH - Static variable in class us.daveread.basicquery.BasicQuery
-
Property name - last window width
- PROPERTIES_DIRECTORY - Static variable in class us.daveread.basicquery.util.Configuration
-
Sub-directory for the configuration files
- Query - Class in us.daveread.basicquery.queries
-
Title: Query
- Query(String) - Constructor for class us.daveread.basicquery.queries.Query
-
Constructs a Query
Assumes the mode is a select statement (returns result set)
- Query(String, int) - Constructor for class us.daveread.basicquery.queries.Query
-
Constructs a Query to perform the operation specified by the mode
- query - Variable in class us.daveread.basicquery.util.RdbToRdf
-
The query returning the result set
- QUERY_AREA_COLUMNS - Static variable in class us.daveread.basicquery.BasicQuery
-
Minimum width, in characters, for the query input text area
- QUERY_AREA_ROWS - Static variable in class us.daveread.basicquery.BasicQuery
-
Rows for the query input text area
- QUERY_EXECUTION_TIMER_UPDATE_DELAY_MS - Static variable in class us.daveread.basicquery.BasicQuery
-
Time, in milliseconds, to delay between updates of the query execution
timer display
- queryDefMode - Variable in class us.daveread.basicquery.queries.test.QueryTest
-
A query in default mode
- queryDescribeStar - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - create a describe statement with the table name based on the
currently selected cell
- queryDesMode - Variable in class us.daveread.basicquery.queries.test.QueryTest
-
A query in describe mode
- queryFilename - Variable in class us.daveread.basicquery.BasicQuery
-
Filename for current set of queries
- QueryHistory - Class in us.daveread.basicquery.queries
-
Maintain the query history and current location in that history.
- QueryHistory() - Constructor for class us.daveread.basicquery.queries.QueryHistory
-
Private constructor for Singleton
- queryHistoryList - Variable in class us.daveread.basicquery.queries.QueryHistory
-
Collection of historical queries
- QueryHistoryTest - Class in us.daveread.basicquery.queries.test
-
Title: Test the query history class
- QueryHistoryTest() - Constructor for class us.daveread.basicquery.queries.test.QueryHistoryTest
-
Setup the test case instance
- QueryInfo - Class in us.daveread.basicquery.queries
-
Title: QueryInfo
- QueryInfo(int, int, TableModel) - Constructor for class us.daveread.basicquery.queries.QueryInfo
-
Create a history instance.
- QueryInfoTest - Class in us.daveread.basicquery.queries.test
-
Title: Test the query info class
- QueryInfoTest() - Constructor for class us.daveread.basicquery.queries.test.QueryInfoTest
-
Setup the test case instance
- queryMakeInsert - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - create an insert statement template listing all fields using
the current result set
- queryMakeUpdate - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - create an update statement template listing all fields using
the current result set
- queryMakeVerboseSelect - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - create a select statement that lists all columns using the
current result set
- queryMenu() - Method in class us.daveread.basicquery.BasicQuery
-
Query menu set
- queryRunAll - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - run all stored SQL statements (e.g.
- querySelection - Variable in class us.daveread.basicquery.BasicQuery
-
Set of defined queries
- querySelectStar - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - create a "select *" statement with the table name based on the
currently selected cell
- querySelMode - Variable in class us.daveread.basicquery.queries.test.QueryTest
-
A query in select mode
- querySetOrder - Variable in class us.daveread.basicquery.BasicQuery
-
Menu item - edit the order of the list of currently stored SQL statements
(e.g.
- queryStar(int) - Method in class us.daveread.basicquery.BasicQuery
-
Create the query 'select * from' for selected the column in the table
- QueryTest - Class in us.daveread.basicquery.queries.test
-
Title: Test the query class
- QueryTest() - Constructor for class us.daveread.basicquery.queries.test.QueryTest
-
Setup the test case instance
- queryText - Variable in class us.daveread.basicquery.BasicQuery
-
SQL input text area
- queryUpdMode - Variable in class us.daveread.basicquery.queries.test.QueryTest
-
A query in update mode
- rawSqlStatement - Variable in class us.daveread.basicquery.queries.Query
-
The raw statement (e.g.
- RdbToRdf - Class in us.daveread.basicquery.util
-
Export a SQL ResultSet to triples
- RdbToRdf(String, String, ResultSet) - Constructor for class us.daveread.basicquery.util.RdbToRdf
-
Constructor - sets up the input and output file paths and the triples map
- rdfDataClass - Variable in class us.daveread.basicquery.util.RdbToRdf
-
The class of the data instances generated
- rdfNamespace - Variable in class us.daveread.basicquery.util.RdbToRdf
-
The namespace to use for the generated resources and predicates
- readOnly - Variable in class us.daveread.basicquery.BasicQuery
-
Connection feature settings
- reallocateIndexes() - Method in class us.daveread.basicquery.util.TableSorter
-
Set up a new mapping array of indexes with the right number of
elements for the new data model
- REASONING_LEVEL - Static variable in class us.daveread.basicquery.util.RdbToRdf
-
The reasoning level to use
TODO allow this to be controlled from command line or configuration
- REASONING_LEVELS - Static variable in class us.daveread.basicquery.util.RdbToRdf
-
The reasoning levels available.
- rebuildSQLListing(List<Object>) - Method in class us.daveread.basicquery.BasicQuery
-
Reloads the list of queries in the combobox.
- redChange - Variable in class us.daveread.basicquery.gui.FlashForeground
-
Amount of change for the red component of the RGB color at each step in the
coloring cycle
- redModulus - Variable in class us.daveread.basicquery.gui.FlashForeground
-
The modulus value of the iteration counter for changing the red component
of the RGB color
- redOff - Variable in class us.daveread.basicquery.gui.FlashForeground
-
Red color value for RGB coloring when the flash is "off"
- redOn - Variable in class us.daveread.basicquery.gui.FlashForeground
-
Red color value for RGB coloring when the flash is "on"
- redValue - Variable in class us.daveread.basicquery.gui.FlashForeground
-
Current red value in the RGB color
- remove - Variable in class us.daveread.basicquery.BasicQuery
-
Remove the currently selected SQL statement from the collection of stored
statements
- removeDBPool() - Method in class us.daveread.basicquery.BasicQuery
-
Closes the database connection pool
- removeListDataListener(ListDataListener) - Method in class us.daveread.basicquery.ReorderListModel
-
Remove a ListDataListener
- removeModel(TableModel) - Method in class us.daveread.basicquery.util.TableMap
-
Remove the model from this instance, removing this instance as a listener
as well
TODO Either don't pass the model or verify that it is the current model
backing this instance
- removeModel(TableModel) - Method in class us.daveread.basicquery.util.TableSorter
-
Remove the Model model
- removeMouseListenerFromHeaderInTable(JTable) - Method in class us.daveread.basicquery.util.TableSorter
-
Need ability to remove mouselistener
Otherwise creation of new sorter leaks memory
- removeSelectedQuery() - Method in class us.daveread.basicquery.BasicQuery
-
Removes a query from the comboBox
- renderer - Variable in class us.daveread.basicquery.gui.test.ColoredCellRendererTest
-
The renderer instance
- ReorderDialog - Class in us.daveread.basicquery
-
Title: ReorderDialog
- ReorderDialog(JFrame, List<Object>) - Constructor for class us.daveread.basicquery.ReorderDialog
-
Constructs the JDialog as a modal dialog and sets-up the components.
- reordered - Variable in class us.daveread.basicquery.ReorderDialog
-
The reordered list of objects
- reorderedModel - Variable in class us.daveread.basicquery.ReorderDialog
-
The model backing the reorderable list display
- ReorderListModel<T> - Class in us.daveread.basicquery
-
Title: ReorderListModel
- ReorderListModel(List<T>) - Constructor for class us.daveread.basicquery.ReorderListModel
-
Constructor takes a List prepopulated with information to be presented in the GUI list.
- ReorderListModelTest - Class in us.daveread.basicquery.test
-
Title: Test the reorder list model class
- ReorderListModelTest() - Constructor for class us.daveread.basicquery.test.ReorderListModelTest
-
Setup the test case instance
- reorderQueries() - Method in class us.daveread.basicquery.BasicQuery
-
Allow the user to place the queries into a particluar order.
- replace(String, String, String) - Static method in class us.daveread.basicquery.util.Utility
-
Replaces the specified substring with another in the first (whole) string.
- replace(String, String, String, int, boolean) - Static method in class us.daveread.basicquery.util.Utility
-
Replaces the specified substring with another in the first (whole)
string starting at iaStartIndex.
- replaceInCombo(JComboBox, int, Object) - Method in class us.daveread.basicquery.BasicQuery
-
Replaces an existing object with a new one
- reportConnectionStats(Connection) - Method in class us.daveread.basicquery.BasicQuery
-
Outputs Connection Meta Data to the message area.
- reportResults(String, TableModel) - Method in class us.daveread.basicquery.BasicQuery
-
Log the results of executing the SQL to a flat file
- reportStats(String, Date, Date, Date, Date, Date, Date, Date, long, int, TableModel, List<Object>) - Method in class us.daveread.basicquery.BasicQuery
-
Reports statistics on various data such as the date a query was executed
and
the date the results were fetched.
- requestFocus() - Method in class us.daveread.basicquery.gui.test.FocusRequestorTestComponent
-
Request focus for this component
- RESOURCE_BUNDLE_PACKAGE - Static variable in class us.daveread.basicquery.util.Resources
-
The package containing the resource bundles
- Resources - Class in us.daveread.basicquery.util
-
Title: Access resources for the application
- Resources() - Constructor for class us.daveread.basicquery.util.Resources
-
No operation
- ResourcesTest - Class in us.daveread.basicquery.util.test
-
Title: Test the Resources class
- ResourcesTest() - Constructor for class us.daveread.basicquery.util.test.ResourcesTest
-
Setup the test case instance
- RESULT_PROCESSING_ROWS_PER_STATUS_MESSAGE - Static variable in class us.daveread.basicquery.BasicQuery
-
Number of rows to write between status message updates
- results - Variable in class us.daveread.basicquery.queries.QueryInfo
-
The result model represented by this history entry
- resultSet - Variable in class us.daveread.basicquery.util.RdbToRdf
-
The result set to be exported
- resultSetMetaData - Variable in class us.daveread.basicquery.util.RdbToRdf
-
The metadata associated with the result set
- rowData - Variable in class us.daveread.basicquery.util.ListTableModel
-
Row data
- run() - Method in class us.daveread.basicquery.BasicQuery
-
Executes the query(ies).
- run() - Method in class us.daveread.basicquery.gui.FlashForeground
-
Oscillate the component colors until an interrupt is
received.
- run() - Method in class us.daveread.basicquery.gui.FocusRequestor
-
Requests that the component (from the constructor) gets the input focus.
- run() - Method in class us.daveread.basicquery.gui.InsertTime
-
Track the elapsed seconds, updating the JLabel until an interrupt
is received.
- run() - Method in class us.daveread.basicquery.util.CheckLatestVersion
-
- run() - Method in class us.daveread.basicquery.util.RdbToRdf
-
Perform the steps to load, compare and report on the ontology
- runAllQueries() - Method in class us.daveread.basicquery.BasicQuery
-
Executes all the queries
- runIndicator - Variable in class us.daveread.basicquery.BasicQuery
-
Indicator for executing query
- runIt(int) - Method in class us.daveread.basicquery.BasicQuery
-
Run a SQL statement on its own thread.
- runningQuery - Variable in class us.daveread.basicquery.BasicQuery
-
Currently executing query thread
- runType - Variable in class us.daveread.basicquery.BasicQuery
-
Run mode (select, update, describe)
- RUNTYPE_ALL - Static variable in class us.daveread.basicquery.BasicQuery
-
Query run mode - all statements
- RUNTYPE_SINGLE - Static variable in class us.daveread.basicquery.BasicQuery
-
Query run mode - single statement
- RUNTYPE_TRIPLE_EXPORT - Static variable in class us.daveread.basicquery.BasicQuery
-
Query run mode - export results as triples
- saveBLOBs() - Method in class us.daveread.basicquery.BasicQuery
-
Gets each cell of the selected row - if the object stored in the cell
is of type java.sql.Blob, the object is written to disk by calling
writeBlob(String, java.sql.Blob) on the DB connection.
- saveConfig() - Method in class us.daveread.basicquery.BasicQuery
-
Writes the list of queries or connection URLs to the appropriate
combo boxes
- saveProperties() - Method in class us.daveread.basicquery.BasicQuery
-
Saves the current settings into the properties file.
- saveResultAsCSV(TableModel, File) - Method in class us.daveread.basicquery.BasicQuery
-
Saves the Result in a file with the .csv extension
- saveResultsAsTriples(TableModel, File) - Method in class us.daveread.basicquery.BasicQuery
-
Saves the Result in a file to a Turtle file with the .ttl extension
- scrollPaneCompAndPolicy - Variable in class us.daveread.basicquery.gui.test.MaxHeightJScrollPaneTest
-
A scroll pane with a policy and component
- scrollPaneCompOnly - Variable in class us.daveread.basicquery.gui.test.MaxHeightJScrollPaneTest
-
A scroll pane with a policy but no component
- scWarnSelectPatterns - Variable in class us.daveread.basicquery.BasicQuery
-
Query mode warning patterns for a select statement.
- scWarnUpdatePatterns - Variable in class us.daveread.basicquery.BasicQuery
-
Query mode warning patterns for an update statement.
- seconds(long) - Method in class us.daveread.basicquery.gui.InsertTime
-
Calculate the number of seconds represented by the number of milliseconds
provided.
- SECONDS_PER_HOUR - Static variable in class us.daveread.basicquery.BasicQuery
-
Number of seconds in an hour
- SECONDS_PER_MINUTE - Static variable in class us.daveread.basicquery.BasicQuery
-
Number of seconds in a minute
- SECONDS_PER_MINUTE - Static variable in class us.daveread.basicquery.gui.InsertTime
-
Number of seconds per minute
- SELECT_STATEMENT - Static variable in class us.daveread.basicquery.queries.test.QueryTest
-
Test select statement
- selectAllData() - Method in class us.daveread.basicquery.BasicQuery
-
Select all the data in the result table
- selectMode(int) - Method in class us.daveread.basicquery.BasicQuery
-
Selects the Query action that is specified by the mode
- serialVersionUID - Static variable in class us.daveread.basicquery.BasicQuery
-
Serial version id - update if the serialization of this classes changes
- serialVersionUID - Static variable in class us.daveread.basicquery.gui.ColoredCellRenderer
-
Serial UID for this version of class
- serialVersionUID - Static variable in class us.daveread.basicquery.gui.FontChooser
-
Serial UID
- serialVersionUID - Static variable in class us.daveread.basicquery.gui.MaxHeightJScrollPane
-
Serial UID
- serialVersionUID - Static variable in class us.daveread.basicquery.gui.test.FocusRequestorTestComponent
-
Serial UID
- serialVersionUID - Static variable in class us.daveread.basicquery.ReorderDialog
-
Serial UID for the class
- serialVersionUID - Static variable in class us.daveread.basicquery.util.Configuration
-
Serial UID
- serialVersionUID - Static variable in class us.daveread.basicquery.util.ListTableModel
-
Serial UID
- serialVersionUID - Static variable in class us.daveread.basicquery.util.TableMap
-
Serial UID
- serialVersionUID - Static variable in class us.daveread.basicquery.util.TableSorter
-
Serial UID
- setAcceptedSuffixes(String[]) - Method in class us.daveread.basicquery.util.SuffixFileFilter
-
Set the collection of suffix patterns to be accepted by this filter
- setColor(JTable, boolean, boolean, int, int) - Method in class us.daveread.basicquery.gui.ColoredCellRenderer
-
Sets the color for the object objlBackgroundColor
- setColumnIdentifiers(List<String>) - Method in class us.daveread.basicquery.util.ListTableModel
-
Set the list of column names for the model
- setDefaultColors(Color, Color) - Method in class us.daveread.basicquery.gui.ColoredCellRenderer
-
Sets the default foreground (text) and background colors for the object
- setDefaults() - Method in class us.daveread.basicquery.BasicQuery
-
Set default values at startup.
- setDescription(String) - Method in class us.daveread.basicquery.util.SuffixFileFilter
-
Set the description for this filter
- setExportAvailable(boolean) - Method in class us.daveread.basicquery.BasicQuery
-
Enable or disable the export menu items based on the latest query
- setFontFromConfig(Properties) - Method in class us.daveread.basicquery.BasicQuery
-
Set the fonts for the interface from the configuration in the properties
collection
- setHeight(int) - Method in class us.daveread.basicquery.gui.MaxHeightJScrollPane
-
Sets the maximum height of this JScrollpane
- setHistoryPosition(int) - Method in class us.daveread.basicquery.queries.QueryHistory
-
Set the current history position
- setLatestVersion(String) - Method in class us.daveread.basicquery.util.NewVersionInformation
-
Set the latest version number
- setMode(int) - Method in class us.daveread.basicquery.queries.Query
-
Set the mode value to aMode depending on whether the user
wants to update,describe or query
- setModel(TableModel) - Method in class us.daveread.basicquery.util.TableMap
-
Sets the table model for this model and adds a listener to the model that's
notified each time a change occurs
- setModel(TableModel) - Method in class us.daveread.basicquery.util.TableSorter
-
Sets the data model for this table to model and
registers with it for listener notifications from
the new data model.
- setOutputFileName(String) - Method in class us.daveread.basicquery.util.RdbToRdf
-
Set the output file name, where the report should be written
- setPrevNextIndication() - Method in class us.daveread.basicquery.BasicQuery
-
Activate/deactivate the previous and next query history indicators based
on the number of history entries and the current position within the
history
list.
- setQuery(String) - Method in class us.daveread.basicquery.util.RdbToRdf
-
Set the query returning the result set
- setQueryFilename(String) - Method in class us.daveread.basicquery.BasicQuery
-
Builds the GUI window title - including the currently open SQL statement
file.
- setResults(TableModel) - Method in class us.daveread.basicquery.queries.QueryInfo
-
Set the result model represented by this history instance
- setResultSet(ResultSet) - Method in class us.daveread.basicquery.util.RdbToRdf
-
Set the result set to be exported
- setResultSetMetaData(ResultSetMetaData) - Method in class us.daveread.basicquery.util.RdbToRdf
-
Set the metadata for the result set to be exported
- setSql(String) - Method in class us.daveread.basicquery.queries.Query
-
Set the SQL statement for this query to wrap
- setSQLIndex(int) - Method in class us.daveread.basicquery.queries.QueryInfo
-
Set the index in the list of SQL statements represented by this history
instance
- setup() - Method in class us.daveread.basicquery.BasicQuery
-
Builds the GUI for the application
- setUp() - Method in class us.daveread.basicquery.gui.test.ColoredCellRendererTest
-
Setup the renderer
- setUp() - Method in class us.daveread.basicquery.gui.test.FlashForegroundTest
-
Set the test
- setUp() - Method in class us.daveread.basicquery.gui.test.FocusRequestorTest
-
Setup the component for the test
- setUp() - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Setup the test
- setUp() - Method in class us.daveread.basicquery.gui.test.InsertTimeTest
-
Setup the test
- setUp() - Method in class us.daveread.basicquery.gui.test.MaxHeightJScrollPaneTest
-
Setup the test
- setUp() - Method in class us.daveread.basicquery.gui.test.MessageStyleFactoryTest
-
Setup the test
- setUp() - Method in class us.daveread.basicquery.queries.test.QueryHistoryTest
-
Setup the test
- setUp() - Method in class us.daveread.basicquery.queries.test.QueryInfoTest
-
Setup the test
- setUp() - Method in class us.daveread.basicquery.queries.test.QueryTest
-
Setup the test
- setup() - Method in class us.daveread.basicquery.ReorderDialog
-
Setup the GUI components.
- setUp() - Method in class us.daveread.basicquery.test.DynamicClassLoaderTest
-
Setup the test
- setUp() - Method in class us.daveread.basicquery.test.DynamicDriverTest
-
Setup the test
- setUp() - Method in class us.daveread.basicquery.test.ReorderListModelTest
-
Setup the test
- setUp() - Method in class us.daveread.basicquery.test.StatementParameterTest
-
Setup the test
- setUp() - Method in class us.daveread.basicquery.util.test.ConfigurationTest
-
Setup the test
- setUp() - Method in class us.daveread.basicquery.util.test.ListTableModelTest
-
Setup the test
- setUp() - Method in class us.daveread.basicquery.util.test.TableMapTest
-
Set the test
- setUp() - Method in class us.daveread.basicquery.util.test.TableSorterTest
-
Setup the test
- setupCall(CallableStatement, List<StatementParameter>) - Method in class us.daveread.basicquery.BasicQuery
-
Setup a callable statement for execution.
- setupClassLoader(List<File>) - Method in class us.daveread.basicquery.DynamicClassLoader
-
Add the files to the class loader
- setupComponents() - Method in class us.daveread.basicquery.BasicQuery
-
Setup instance components
- setupDBPool(String, String, String) - Method in class us.daveread.basicquery.BasicQuery
-
Sets the database connection pool.
- setupFont(Font) - Method in class us.daveread.basicquery.BasicQuery
-
Set the font for the message area and table to match the frame's font.
- setupLanguage() - Method in class us.daveread.basicquery.BasicQuery
-
Setup the correct locale based on the user language choice.
- setupLogger() - Method in class us.daveread.basicquery.BasicQuery
-
Configure the logger
- setupProperties() - Method in class us.daveread.basicquery.util.Configuration
-
Load the properties from the properties file
- setupResultsTableColoring() - Method in class us.daveread.basicquery.BasicQuery
-
Configure the data display based on the user-chosen row formatting.
- setupSelectedQuery() - Method in class us.daveread.basicquery.BasicQuery
-
Sets the selected query as the text in the querytext area
- setupTextStyles() - Method in class us.daveread.basicquery.BasicQuery
-
Sets-up the collection of text styles that can be used to format the
information in the message area.
- setupUserDefinedColoring() - Method in class us.daveread.basicquery.BasicQuery
-
Parse the color definition placed in the properties file, if one
is provided.
- setupVersionInfo() - Method in class us.daveread.basicquery.util.CheckLatestVersion
-
Get version information from the website and check if any listed versions
are newer than the current version.
- setupVersionMessage(String) - Method in class us.daveread.basicquery.util.CheckLatestVersion
-
Determine if a newer version of the application exists and if so setup the
newVersionInformation instance with information regarding the newest
version.
- setURLIndex(int) - Method in class us.daveread.basicquery.queries.QueryInfo
-
Set the index in the list of connection strings represented by this history
instance.
- setUrlToDownloadPage(URL) - Method in class us.daveread.basicquery.util.NewVersionInformation
-
Set the URL for the application's download web page.
- setUrlToSourceCode(URL) - Method in class us.daveread.basicquery.util.NewVersionInformation
-
Set the URL for the application's source code location
- setValueAt(Object, int, int) - Method in class us.daveread.basicquery.util.TableMap
-
Sets the value in the cell at aRow and aColumn to aValue
- setValueAt(Object, int, int) - Method in class us.daveread.basicquery.util.TableSorter
-
Sets the value of the model at aRow and aColumn to aValue
- shuttlesort(int[], int[], int, int) - Method in class us.daveread.basicquery.util.TableSorter
-
This is a home-grown implementation which we have not had time
to research - it may perform poorly in some circumstances.
- sort(Object) - Method in class us.daveread.basicquery.util.TableSorter
-
Performs sort operation on the sender
- sortByColumn(int, boolean) - Method in class us.daveread.basicquery.util.TableSorter
-
Sorts the column in an ascending order
- sortByColumns(int[]) - Method in class us.daveread.basicquery.util.TableSorter
-
Calls the method sortByColumns(int,boolean) after setting the sorting
option as ascending
- sortByColumns(int[], boolean) - Method in class us.daveread.basicquery.util.TableSorter
-
Sort the data by the selected columns
- sorter - Variable in class us.daveread.basicquery.util.test.TableSorterTest
-
The table sorter instance to test
- sortingColumns - Variable in class us.daveread.basicquery.util.TableSorter
-
Columns used to sort the model
- sortSelectedColumns() - Method in class us.daveread.basicquery.BasicQuery
-
Sort a table model based on the selected columns.
- splitWithQuotes(String, String) - Static method in class us.daveread.basicquery.util.Utility
-
Split a string at a pattern, but be sensitive to quoted sections of the
string.
- SQL_STATEMENT_INDEX - Static variable in class us.daveread.basicquery.queries.test.QueryInfoTest
-
Test index for the SQL statement
- sqlIndex - Variable in class us.daveread.basicquery.queries.QueryInfo
-
The index in the list of SQL statements represented by this history entry
- sqlStatement - Variable in class us.daveread.basicquery.queries.Query
-
The SQL statement
- SQLTypes - Class in us.daveread.basicquery
-
Title: SQL Types
- SQLTypes(String, int) - Constructor for class us.daveread.basicquery.SQLTypes
-
Create a SQLTypes instance
- SQLTypesTest - Class in us.daveread.basicquery.test
-
Title: Test the SQL types class
- SQLTypesTest() - Constructor for class us.daveread.basicquery.test.SQLTypesTest
-
Setup the test case instance
- StatementParameter - Class in us.daveread.basicquery
-
Title: Statement parameter
- StatementParameter(int, int) - Constructor for class us.daveread.basicquery.StatementParameter
-
Create a new StatementParameter instance.
- StatementParameter(int, int, String) - Constructor for class us.daveread.basicquery.StatementParameter
-
Create a new StatementParameter instance.
- StatementParameterTest - Class in us.daveread.basicquery.test
-
Title: Test the statement parameter class
- StatementParameterTest() - Constructor for class us.daveread.basicquery.test.StatementParameterTest
-
Setup the test case instance
- store() - Method in class us.daveread.basicquery.util.Configuration
-
Store the configuration into the configuration file
- storeModel() - Method in class us.daveread.basicquery.util.RdbToRdf
-
Writes the triples to a data file.
- STYLE_BOLD - Static variable in class us.daveread.basicquery.BasicQuery
-
Bold text style
- STYLE_GREEN - Static variable in class us.daveread.basicquery.BasicQuery
-
Green text
- STYLE_NORMAL - Static variable in class us.daveread.basicquery.BasicQuery
-
Normal text style
- STYLE_RED - Static variable in class us.daveread.basicquery.BasicQuery
-
Red text
- STYLE_SUBTLE - Static variable in class us.daveread.basicquery.BasicQuery
-
Subtle text style
- STYLE_SUBTLE_UL - Static variable in class us.daveread.basicquery.BasicQuery
-
Subtle and underlined text style
- STYLE_YELLOW - Static variable in class us.daveread.basicquery.BasicQuery
-
Yellow text
- SuffixFileFilter - Class in us.daveread.basicquery.util
-
A FileFilter that limits files to those that end with one of the supplied
suffix values.
- SuffixFileFilter(String, String[]) - Constructor for class us.daveread.basicquery.util.SuffixFileFilter
-
Create a new filter with the supplied description and collection of
suffixes.
- table - Variable in class us.daveread.basicquery.BasicQuery
-
SQL results table
- table - Variable in class us.daveread.basicquery.util.test.TableSorterTest
-
Test table
- tableChanged(TableModelEvent) - Method in class us.daveread.basicquery.util.TableMap
-
To fulfill the TableModelListener interface
By default forward all events to all the listeners
The notification that tells the listeners the exact
range of cells,rows,or columns that changed
- tableChanged(TableModelEvent) - Method in class us.daveread.basicquery.util.TableSorter
-
The tableChanged Method is called when any change is made to the table
- tableChanged(TableModelEvent) - Method in class us.daveread.basicquery.util.test.ListTableModelTest
-
- tableChanged(TableModelEvent) - Method in class us.daveread.basicquery.util.test.TableMapTest
-
- TABLECOLORING_GREENBAR - Static variable in class us.daveread.basicquery.BasicQuery
-
Table row alternating green and white
- TABLECOLORING_NONE - Static variable in class us.daveread.basicquery.BasicQuery
-
Table rows not colored (background white)
- TABLECOLORING_USERDEFINED - Static variable in class us.daveread.basicquery.BasicQuery
-
Table row coloring is user defined
- TABLECOLORING_YELLOWBAR - Static variable in class us.daveread.basicquery.BasicQuery
-
Table row alternating yellow and white
- TableMap - Class in us.daveread.basicquery.util
-
In a chain of data manipulators some behaviour is common.
- TableMap() - Constructor for class us.daveread.basicquery.util.TableMap
-
No operation
- TableMapTest - Class in us.daveread.basicquery.util.test
-
Title: Test TableMap class
- TableMapTest() - Constructor for class us.daveread.basicquery.util.test.TableMapTest
-
Setup the test case instance
- TableSorter - Class in us.daveread.basicquery.util
-
A sorter for TableModels.
- TableSorter() - Constructor for class us.daveread.basicquery.util.TableSorter
-
Constructs a Table Sorter
Creates an integer array for consistency
- TableSorter(TableModel) - Constructor for class us.daveread.basicquery.util.TableSorter
-
Constructs a Table Sorter
- TableSorterTest - Class in us.daveread.basicquery.util.test
-
Title: Test the TableSorter class
- TableSorterTest() - Constructor for class us.daveread.basicquery.util.test.TableSorterTest
-
Setup the test case instance
- TEST_COLUMN_NAMES - Static variable in class us.daveread.basicquery.queries.test.QueryInfoTest
-
Column names for the test data
- TEST_DELAY - Static variable in class us.daveread.basicquery.gui.test.FocusRequestorTest
-
Time in milliseconds to allow flasher to run when testing its operation
- TEST_DELAY_TO_RUN_TO_FLASHER - Static variable in class us.daveread.basicquery.gui.test.FlashForegroundTest
-
Time in milliseconds to allow flasher to run when testing its operation
- TEST_FIVE_PARAM - Static variable in class us.daveread.basicquery.util.test.ResourcesTest
-
A key with a five-parameter value
- TEST_FOUR_PARAM - Static variable in class us.daveread.basicquery.util.test.ResourcesTest
-
A key with a four-parameter value
- TEST_KEY_CHAR - Static variable in class us.daveread.basicquery.util.test.ResourcesTest
-
A key for an accelerator character
- TEST_KEY_STRING - Static variable in class us.daveread.basicquery.util.test.ResourcesTest
-
A key for a label
- TEST_ONE_PARAM - Static variable in class us.daveread.basicquery.util.test.ResourcesTest
-
A key with a one-parameter value
- TEST_SEVEN_PARAM - Static variable in class us.daveread.basicquery.util.test.ResourcesTest
-
A key with a seven-parameter value
- TEST_SIX_PARAM - Static variable in class us.daveread.basicquery.util.test.ResourcesTest
-
A key with a six-parameter value
- TEST_TABLE_DATA - Static variable in class us.daveread.basicquery.queries.test.QueryInfoTest
-
Test data for result set 1
- TEST_TABLE_DATA_2 - Static variable in class us.daveread.basicquery.queries.test.QueryInfoTest
-
Test data for result set 2
- TEST_THREE_PARAM - Static variable in class us.daveread.basicquery.util.test.ResourcesTest
-
A key with a three-parameter value
- TEST_TWO_PARAM - Static variable in class us.daveread.basicquery.util.test.ResourcesTest
-
A key with a two-parameter value
- TEST_VALUE_FIVE - Static variable in class us.daveread.basicquery.util.test.ResourcesTest
-
Test param value 5
- TEST_VALUE_FOUR - Static variable in class us.daveread.basicquery.util.test.ResourcesTest
-
Test param value 4
- TEST_VALUE_ONE - Static variable in class us.daveread.basicquery.util.test.ResourcesTest
-
Test param value 1
- TEST_VALUE_SEVEN - Static variable in class us.daveread.basicquery.util.test.ResourcesTest
-
Test param value 7
- TEST_VALUE_SIX - Static variable in class us.daveread.basicquery.util.test.ResourcesTest
-
Test param value 6
- TEST_VALUE_THREE - Static variable in class us.daveread.basicquery.util.test.ResourcesTest
-
Test param value 3
- TEST_VALUE_TWO - Static variable in class us.daveread.basicquery.util.test.ResourcesTest
-
Test param value 2
- testAcceptsURL() - Method in class us.daveread.basicquery.test.DynamicDriverTest
-
Test the accepts URLs method
- testAddAlternatingRowColor() - Method in class us.daveread.basicquery.gui.test.ColoredCellRendererTest
-
Test adding multiple row colors
- testAddColumn() - Method in class us.daveread.basicquery.util.test.ListTableModelTest
-
Test adding a column
- testAddListDataListener() - Method in class us.daveread.basicquery.test.ReorderListModelTest
-
Test adding a listener to the model
- testAddMouseListenerToHeaderInTable() - Method in class us.daveread.basicquery.util.test.TableSorterTest
-
Test adding a mouse listener to the header
- testAddPattern() - Method in class us.daveread.basicquery.gui.test.ColoredCellRendererTest
-
Test adding a pattern
- testAddQuery() - Method in class us.daveread.basicquery.queries.test.QueryHistoryTest
-
Test adding a query
- testAddRow() - Method in class us.daveread.basicquery.util.test.ListTableModelTest
-
Test adding a row to the model
- testAddRowFast() - Method in class us.daveread.basicquery.util.test.ListTableModelTest
-
Test the add row fast method
- testBoldControl() - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Test selecting the bold checkbox
- testCancel() - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Test canceling the dialog
- testCenter() - Method in class us.daveread.basicquery.gui.test.GUIUtilityTest
-
Test the center method
- testCharacterInsert() - Method in class us.daveread.basicquery.util.test.UtilityTest
-
Test the insert character method
- testClearAllQueries() - Method in class us.daveread.basicquery.queries.test.QueryHistoryTest
-
Test clearing the history list
- testClearColors() - Method in class us.daveread.basicquery.gui.test.ColoredCellRendererTest
-
Test clearing the colors
- testComputeChange() - Method in class us.daveread.basicquery.gui.test.FlashForegroundTest
-
Test the change computation
- testConnect() - Method in class us.daveread.basicquery.test.DynamicDriverTest
-
Test the connect method
- testConstructor() - Method in class us.daveread.basicquery.gui.test.ColoredCellRendererTest
-
Test the constructor
- testConstructor() - Method in class us.daveread.basicquery.gui.test.FlashForegroundTest
-
Test the constructor
- testCreateStyle() - Method in class us.daveread.basicquery.gui.test.MessageStyleFactoryTest
-
Test creating a style
- testDeleteQueryAtIndex() - Method in class us.daveread.basicquery.queries.test.QueryHistoryTest
-
Test deleting the query based on the index position
- testEnforceSize() - Method in class us.daveread.basicquery.queries.test.QueryHistoryTest
-
Test enforcing the history list max size
- testEquals() - Method in class us.daveread.basicquery.queries.test.QueryTest
-
Test equality evaluation
- testExceptions() - Method in class us.daveread.basicquery.queries.test.QueryHistoryTest
-
Test thrown exceptions
- testFocusRequestor() - Method in class us.daveread.basicquery.gui.test.FocusRequestorTest
-
Test the requestor
- testFontNameControl() - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Test selecting a font name
- testFontSizeControl() - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Test choosing a font size
- testFormattedDate() - Method in class us.daveread.basicquery.util.test.UtilityTest
-
Test the formatted date method
- testFormattedNumber() - Method in class us.daveread.basicquery.util.test.UtilityTest
-
Test the formatted number method
- testGetColumnClass() - Method in class us.daveread.basicquery.util.test.TableMapTest
-
Test getting a column class
- testGetColumnCount() - Method in class us.daveread.basicquery.util.test.ListTableModelTest
-
Test getting the column count
- testGetColumnCount() - Method in class us.daveread.basicquery.util.test.TableMapTest
-
Test getting the column count
- testGetColumnName() - Method in class us.daveread.basicquery.util.test.ListTableModelTest
-
Test getting a column name
- testGetColumnName() - Method in class us.daveread.basicquery.util.test.TableMapTest
-
Test getting a column name
- testGetCurrentQueryInfo() - Method in class us.daveread.basicquery.queries.test.QueryHistoryTest
-
Test getting the current query's information
- testGetDataString() - Method in class us.daveread.basicquery.test.StatementParameterTest
-
Test getting the parameter values
- testGetDataType() - Method in class us.daveread.basicquery.test.StatementParameterTest
-
Test getting parameter data types
- testGetElementAt() - Method in class us.daveread.basicquery.test.ReorderListModelTest
-
Test getting a specific object in the list
- testGetFileFailure() - Method in class us.daveread.basicquery.util.test.ConfigurationTest
-
Test attmpting to load a non-existant configuration file
- testGetFileSuccess() - Method in class us.daveread.basicquery.util.test.ConfigurationTest
-
Test loading the configuration file
- testGetImageAsByteArray() - Method in class us.daveread.basicquery.images.test.ImageUtilityTest
-
Test getting the image from a byte array
- testGetImageAsStream() - Method in class us.daveread.basicquery.images.test.ImageUtilityTest
-
Test getting the image from a stream
- testGetImageAsURL() - Method in class us.daveread.basicquery.images.test.ImageUtilityTest
-
Test getting the image from a URL
- testGetKnownTypeNames() - Method in class us.daveread.basicquery.test.SQLTypesTest
-
Test getting the SQL types names
- testGetList() - Method in class us.daveread.basicquery.test.ReorderListModelTest
-
Get getting the complete list
- testGetLongestValues() - Method in class us.daveread.basicquery.util.test.UtilityTest
-
Test the get longest value method
- testGetMajorVersion() - Method in class us.daveread.basicquery.test.DynamicDriverTest
-
Test the get major version method
- testGetMaximumSize() - Method in class us.daveread.basicquery.gui.test.MaxHeightJScrollPaneTest
-
Test getting the maximum size
- testGetMinimumSize() - Method in class us.daveread.basicquery.gui.test.MaxHeightJScrollPaneTest
-
Test getting the minimum size
- testGetMinorVersion() - Method in class us.daveread.basicquery.test.DynamicDriverTest
-
Test the get minor version method
- testGetMode() - Method in class us.daveread.basicquery.queries.test.QueryTest
-
Test getting the query mode
- testGetModel() - Method in class us.daveread.basicquery.util.test.TableMapTest
-
Test getting the model
- testGetNewFont() - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Test getting the new font
- testGetNumberOfQueries() - Method in class us.daveread.basicquery.queries.test.QueryHistoryTest
-
Test getting the number of queries
- testGetPreferredSize() - Method in class us.daveread.basicquery.gui.test.MaxHeightJScrollPaneTest
-
Test getting the preferred size
- testGetPropertyInfo() - Method in class us.daveread.basicquery.test.DynamicDriverTest
-
Test the get property info method
- testGetResults() - Method in class us.daveread.basicquery.queries.test.QueryInfoTest
-
Test retrieving the cached results
- testGetRowCount() - Method in class us.daveread.basicquery.util.test.ListTableModelTest
-
Test getting the row count
- testGetRowCount() - Method in class us.daveread.basicquery.util.test.TableMapTest
-
Test getting the row count
- testGetSize() - Method in class us.daveread.basicquery.test.ReorderListModelTest
-
Test getting the size of the model
- testGetSQL() - Method in class us.daveread.basicquery.queries.test.QueryTest
-
Test getting the SQL statement
- testGetSQLIndex() - Method in class us.daveread.basicquery.queries.test.QueryInfoTest
-
Test getting the index for the SQL statement
- testGetSQLTypeId() - Method in class us.daveread.basicquery.test.SQLTypesTest
-
Test getting the SQL type ids
- testGetString() - Method in class us.daveread.basicquery.util.test.ResourcesTest
-
Test getting a string value
- testGetTableCellRendererComponent() - Method in class us.daveread.basicquery.gui.test.ColoredCellRendererTest
-
Test getting the component
- testGetType() - Method in class us.daveread.basicquery.test.StatementParameterTest
-
Test getting the parameter type (in/out)
- testGetURLIndex() - Method in class us.daveread.basicquery.queries.test.QueryInfoTest
-
Test getting the index for the connection URL
- testGetValueAt() - Method in class us.daveread.basicquery.util.test.ListTableModelTest
-
Test getting a value out of the model
- testGetValueAt() - Method in class us.daveread.basicquery.util.test.TableMapTest
-
Test getting a value from the map
- testGetValueAt() - Method in class us.daveread.basicquery.util.test.TableSorterTest
-
Test getting a value from a location
- testHashCode() - Method in class us.daveread.basicquery.queries.test.QueryTest
-
Test hash code calculation
- testHasNext() - Method in class us.daveread.basicquery.queries.test.QueryHistoryTest
-
Test detecting whether there are more queries in the history list
- testHasPrevious() - Method in class us.daveread.basicquery.queries.test.QueryHistoryTest
-
Test detecting whether there are earlier queries in the history list
- testInitColumnSizes() - Method in class us.daveread.basicquery.util.test.UtilityTest
-
Test the initial column sizes method
- testInsertSameQuery() - Method in class us.daveread.basicquery.queries.test.QueryHistoryTest
-
Test inserting a duplicate query
- testIsCellEditable() - Method in class us.daveread.basicquery.util.test.TableMapTest
-
Test determine if the cell is editable
- testIsCommented() - Method in class us.daveread.basicquery.queries.test.QueryTest
-
Test comment identification
- testItalicControl() - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Test selecting the italic checkbox
- testJDBCCompliant() - Method in class us.daveread.basicquery.test.DynamicDriverTest
-
Test the JDBC compliant method
- testLoadClassNoResolve() - Method in class us.daveread.basicquery.test.DynamicClassLoaderTest
-
Test loading an existing class without resolving it
- testLoadClassWithResolve() - Method in class us.daveread.basicquery.test.DynamicClassLoaderTest
-
Test loading an existing class and resolving it
- testLoadNonexistantClass() - Method in class us.daveread.basicquery.test.DynamicClassLoaderTest
-
Test attempting to load a nonexistent class
- testLockHeight() - Method in class us.daveread.basicquery.gui.test.MaxHeightJScrollPaneTest
-
Test getting the height
- testMoveBackward() - Method in class us.daveread.basicquery.queries.test.QueryHistoryTest
-
Test moving backward in the history list
- testMoveDown() - Method in class us.daveread.basicquery.test.ReorderListModelTest
-
Test moving an item down in the list
- testMoveForward() - Method in class us.daveread.basicquery.queries.test.QueryHistoryTest
-
Test moving forward in the history list
- testMoveUp() - Method in class us.daveread.basicquery.test.ReorderListModelTest
-
Test moving an item up in the list
- testOtherConstructors() - Method in class us.daveread.basicquery.gui.test.MaxHeightJScrollPaneTest
-
Create a scroll pane with no
- testRemoveListDataListener() - Method in class us.daveread.basicquery.test.ReorderListModelTest
-
Test removing a listener from the model
- testRemoveModel() - Method in class us.daveread.basicquery.util.test.TableMapTest
-
Test removing the model
- testRemoveModel() - Method in class us.daveread.basicquery.util.test.TableSorterTest
-
Test removing the model
- testRemoveMouseListenerFromHeaderInTable() - Method in class us.daveread.basicquery.util.test.TableSorterTest
-
Test removing the mouse listener from the header
- testReplace() - Method in class us.daveread.basicquery.util.test.UtilityTest
-
Test the replace method
- testRun() - Method in class us.daveread.basicquery.gui.test.FlashForegroundTest
-
Test the running operation
- testRun() - Method in class us.daveread.basicquery.gui.test.InsertTimeTest
-
Test the run method
- testSetColumnIdentifiers() - Method in class us.daveread.basicquery.util.test.ListTableModelTest
-
Test changing the column names
- testSetDefaultColors() - Method in class us.daveread.basicquery.gui.test.ColoredCellRendererTest
-
Test the default colors
- testSetHeight() - Method in class us.daveread.basicquery.gui.test.MaxHeightJScrollPaneTest
-
Test setting the height
- testSetMode() - Method in class us.daveread.basicquery.queries.test.QueryTest
-
Test setting the query mode
- testSetModel() - Method in class us.daveread.basicquery.util.test.TableMapTest
-
Test setting the model
- testSetModel() - Method in class us.daveread.basicquery.util.test.TableSorterTest
-
Test setting the model
- testSetResults() - Method in class us.daveread.basicquery.queries.test.QueryInfoTest
-
Set the results
- testSetSQLIndex() - Method in class us.daveread.basicquery.queries.test.QueryInfoTest
-
Set the index for the SQL statement
- testSetURLIndex() - Method in class us.daveread.basicquery.queries.test.QueryInfoTest
-
Set the index for the connection URL
- testSetValueAt() - Method in class us.daveread.basicquery.util.test.TableMapTest
-
Test setting a value in the map
- testSetValueAt() - Method in class us.daveread.basicquery.util.test.TableSorterTest
-
Test setting a value at a location
- testSortByColumns() - Method in class us.daveread.basicquery.util.test.TableSorterTest
-
Test sorting by columns
- testSortFromHeaderClick() - Method in class us.daveread.basicquery.util.test.TableSorterTest
-
Test sorting based on a mouse click
- testSplitWithQuotes() - Method in class us.daveread.basicquery.util.test.UtilityTest
-
Test the split with quotes method
- testStore() - Method in class us.daveread.basicquery.util.test.ConfigurationTest
-
Test storing the configuration to a file
- testTableChanged() - Method in class us.daveread.basicquery.util.test.TableMapTest
-
Test detecting that the table has changed
- testTableSorter() - Method in class us.daveread.basicquery.util.test.TableSorterTest
-
Test sorting the model
- testToString() - Method in class us.daveread.basicquery.queries.test.QueryTest
-
Test obtaining the string value of the query
- testTruncation() - Method in class us.daveread.basicquery.queries.test.QueryHistoryTest
-
Test the truncation of query history
- testUpdateCompleted() - Method in class us.daveread.basicquery.util.test.ListTableModelTest
-
Test the update completed method
- testWindowClose() - Method in class us.daveread.basicquery.gui.test.FontChooserTest
-
Test closing the dialog directly
- TEXT_WRAP_MAX_LINE_LENGTH - Static variable in class us.daveread.basicquery.BasicQuery
-
Maximum length for a line before inserting a carriage return
- TEXT_WRAP_MIN_LINE_LENGTH_BEFORE_WRAP - Static variable in class us.daveread.basicquery.BasicQuery
-
Minimum length for a line before inserting a carriage return
- timeDisp - Variable in class us.daveread.basicquery.gui.test.InsertTimeTest
-
The insert time instance being tested
- timeIndicator - Variable in class us.daveread.basicquery.BasicQuery
-
Elapsed time for running query
- timeRunIndicator - Variable in class us.daveread.basicquery.BasicQuery
-
Thread to maintain the query timer display
- toString() - Method in class us.daveread.basicquery.queries.Query
-
Returns the SQL statement as a string
- truncateQueryHistory() - Method in class us.daveread.basicquery.queries.QueryHistory
-
Remove queries that follow the currently selected query in the history
list.
- type - Variable in class us.daveread.basicquery.StatementParameter
-
Parameter type (In, Out, In-Out)
- typeId - Variable in class us.daveread.basicquery.SQLTypes
-
The type id
- typeName - Variable in class us.daveread.basicquery.SQLTypes
-
The type name
- UNDERLINE - Static variable in class us.daveread.basicquery.gui.MessageStyleFactory
-
Attribute: underline font
- UNITTESTFILENAME - Static variable in class us.daveread.basicquery.util.test.ConfigurationTest
-
Configuration for the unit test to use
- UNKNOWN - Static variable in class us.daveread.basicquery.util.RdbToRdf
-
Constant used if a value cannot be found in an array
- up - Variable in class us.daveread.basicquery.ReorderDialog
-
Move the selected item up
- update(Observable, Object) - Method in class us.daveread.basicquery.BasicQuery
-
- UPDATE_STATEMENT - Static variable in class us.daveread.basicquery.queries.test.QueryTest
-
Test update statement
- updateCompleted() - Method in class us.daveread.basicquery.util.ListTableModel
-
Notify the table that the model has changed.
- updatePreviewFont() - Method in class us.daveread.basicquery.gui.FontChooser
-
Get the appropriate font from our attributes object and update the preview
label
- URL_INDEX - Static variable in class us.daveread.basicquery.queries.test.QueryInfoTest
-
Test index for the URL
- urlIndex - Variable in class us.daveread.basicquery.queries.QueryInfo
-
The index in the list of connection strings represented by this history
entry
- urlToDownloadPage - Variable in class us.daveread.basicquery.util.NewVersionInformation
-
The URL to the download page
- urlToSourceCode - Variable in class us.daveread.basicquery.util.NewVersionInformation
-
The URL to the source code
- us.daveread.basicquery - package us.daveread.basicquery
-
Core classes for the BasicQuery application.
- us.daveread.basicquery.gui - package us.daveread.basicquery.gui
-
GUI classes for BasicQuery
- us.daveread.basicquery.gui.test - package us.daveread.basicquery.gui.test
-
GUI test classes for BasicQuery
- us.daveread.basicquery.images - package us.daveread.basicquery.images
-
Image access classes for BasicQuery
- us.daveread.basicquery.images.test - package us.daveread.basicquery.images.test
-
Image access test classes for BasicQuery
- us.daveread.basicquery.queries - package us.daveread.basicquery.queries
-
Query history tracking classes for BasicQuery
- us.daveread.basicquery.queries.test - package us.daveread.basicquery.queries.test
-
Query test classes for BasicQuery
- us.daveread.basicquery.test - package us.daveread.basicquery.test
-
Core functionality test classes for BasicQuery
- us.daveread.basicquery.util - package us.daveread.basicquery.util
-
Utility classes for BasicQuery
- us.daveread.basicquery.util.test - package us.daveread.basicquery.util.test
-
Unit tests for the utility classes for BasicQuery
- USER_DEFINED_COLORING_COLOR_CODE_LENGTH - Static variable in class us.daveread.basicquery.BasicQuery
-
Color code length
- USER_DEFINED_COLORING_COLORS_PER_ENTRY - Static variable in class us.daveread.basicquery.BasicQuery
-
Colors per user-defined color entry
- userDefaultFile(String) - Method in class us.daveread.basicquery.util.Configuration
-
Prepend the user's home directory path the the file name and create a file
instance.
- userDefTableColoring - Variable in class us.daveread.basicquery.BasicQuery
-
User defined result row coloring pattern
- userHomeDirectory - Static variable in class us.daveread.basicquery.util.Configuration
-
The user's home directory
- userId - Variable in class us.daveread.basicquery.BasicQuery
-
User Id to authenticate with the DB server
- userMessage(String, String, int, boolean) - Method in class us.daveread.basicquery.BasicQuery
-
Displays a popup message dialog.
- userMessage(String, String, int) - Method in class us.daveread.basicquery.BasicQuery
-
Displays a popup message dialog.
- Utility - Class in us.daveread.basicquery.util
-
Title: Utilities
Description: Utilities for string manipulation and other convenience methods
Copyright: Copyright (c) 2003-2014
- Utility() - Constructor for class us.daveread.basicquery.util.Utility
-
Utility class, no instances should be created
- UtilityTest - Class in us.daveread.basicquery.util.test
-
Title: Test the utility class
- UtilityTest() - Constructor for class us.daveread.basicquery.util.test.UtilityTest
-
Setup the test case instance