public class InstanceQuery extends DatabaseUtils implements OptionHandler, InstanceQueryAdapter
jdbcDriver=jdbc.idbDriver
jdbcURL=jdbc:idb=experiments.prp
Command line use just outputs the instances to System.out.
Valid options are:-Q <query> SQL query to execute.
-S Return sparse rather than normal instances.
-U <username> The username to use for connecting.
-P <password> The password to use for connecting.
-D Enables debug output.
BOOL, BYTE, DATE, DOUBLE, EXP_INDEX_TABLE, EXP_RESULT_COL, EXP_RESULT_PREFIX, EXP_SETUP_COL, EXP_TYPE_COL, FLOAT, INTEGER, LONG, PROPERTY_FILE, SHORT, STRING, TEXT, TIME
Constructor and Description |
---|
InstanceQuery()
Sets up the database drivers
|
Modifier and Type | Method and Description |
---|---|
String |
customPropsFileTipText()
The tip text for this property.
|
File |
getCustomPropsFile()
Returns the custom properties file in use, if any.
|
String[] |
getOptions()
Gets the current settings of InstanceQuery
|
String |
getQuery()
Get the query to execute against the database
|
String |
getRevision()
Returns the revision string.
|
boolean |
getSparseData()
Gets whether data is to be returned as a set of sparse instances
|
Enumeration |
listOptions()
Returns an enumeration describing the available options
|
static void |
main(String[] args)
Test the class from the command line.
|
String |
queryTipText()
Returns the tip text for this property
|
Instances |
retrieveInstances()
Makes a database query using the query set through the -Q option
to convert a table into a set of instances
|
static Instances |
retrieveInstances(InstanceQueryAdapter adapter,
ResultSet rs) |
Instances |
retrieveInstances(String query)
Makes a database query to convert a table into a set of instances
|
void |
setCustomPropsFile(File value)
Sets the custom properties file to use.
|
void |
setOptions(String[] options)
Parses a given list of options.
|
void |
setQuery(String q)
Set the query to execute against the database
|
void |
setSparseData(boolean s)
Sets whether data should be encoded as sparse instances
|
String |
sparseDataTipText()
Returns the tip text for this property
|
arrayToString, attributeCaseFix, close, close, connectToDatabase, createExperimentIndex, createExperimentIndexEntry, createResultsTable, databaseURLTipText, debugTipText, disconnectFromDatabase, execute, experimentIndexExists, getDatabaseURL, getDebug, getKeywords, getKeywordsMaskChar, getPassword, getResultFromTable, getResultSet, getResultsTableName, getSupportedCursorScrollType, getUsername, initialize, initialize, isConnected, isCursorScrollable, isCursorScrollSensitive, isKeyword, maskKeyword, passwordTipText, processKeyString, putResultInTable, select, setDatabaseURL, setDebug, setKeywords, setKeywordsMaskChar, setPassword, setUsername, tableExists, translateDBColumnType, typeName, update, usernameTipText
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
attributeCaseFix, getDebug, translateDBColumnType
public Enumeration listOptions()
listOptions
in interface OptionHandler
public void setOptions(String[] options) throws Exception
-Q <query> SQL query to execute.
-S Return sparse rather than normal instances.
-U <username> The username to use for connecting.
-P <password> The password to use for connecting.
-D Enables debug output.
setOptions
in interface OptionHandler
options
- the list of options as an array of stringsException
- if an option is not supportedpublic String queryTipText()
public void setQuery(String q)
q
- the query to executepublic String getQuery()
public String sparseDataTipText()
public void setSparseData(boolean s)
s
- true if data should be encoded as a set of sparse instancespublic boolean getSparseData()
getSparseData
in interface InstanceQueryAdapter
public void setCustomPropsFile(File value)
value
- the custom props file to load database parameters from,
use null or directory to disable custom properties.DatabaseUtils.initialize(File)
public File getCustomPropsFile()
public String customPropsFileTipText()
public String[] getOptions()
getOptions
in interface OptionHandler
public Instances retrieveInstances() throws Exception
Exception
- if an error occurspublic static Instances retrieveInstances(InstanceQueryAdapter adapter, ResultSet rs) throws Exception
Exception
public Instances retrieveInstances(String query) throws Exception
query
- the query to convert to instancesException
- if an error occurspublic static void main(String[] args)
args
- contains options for the instance querypublic String getRevision()
getRevision
in interface RevisionHandler
getRevision
in class DatabaseUtils
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.