Package com.dandymadeproductions.ajqvue.utilities.db
package com.dandymadeproductions.ajqvue.utilities.db
-
ClassesClassDescriptionThe DB_To_DBThread class provides a thread to perform the DB to DB transfer in an independent disassociated manner.The DDLGenerator class provides the basis for creating a condensed data definition language statement that bodes the results of converting a given database query to an alternate database table.The SearchDatabaseThread class provides a thread to search through all the database tables for a given input string.The SQLInsertPrepare class provides a means to create the required INSERT for a PrepareStatement in use with a database to H2, HSQL, Derby, or SQLite Memory/File database transfer.The SQLLoadThread provides a means to load the required field objects for use with a database to H2, HSQL, Derby, or SQLite Memory/File database transfer.The SQLQuery class provides the means to collect in a generic manner the characteristics of a SQL query.The TableDefinitionGenerator class provides a common focus for creating the various database table definitions for table structures that output via the SQL data export feature.The TableRowElements class provides an object that can be used to house a single row of data from a standard relation table.