Uses of Class
adams.db.SQLStatement
-
-
Uses of SQLStatement in adams.db
Fields in adams.db declared as SQLStatement Modifier and Type Field Description protected SQLStatement
SQLTableCleanUp. m_Statement
the SQL command to execute.Methods in adams.db that return SQLStatement Modifier and Type Method Description SQLStatement
SQLTableCleanUp. getStatement()
Returns the SQL statement.Methods in adams.db with parameters of type SQLStatement Modifier and Type Method Description void
SQLTableCleanUp. setStatement(SQLStatement value)
Sets the SQL statement. -
Uses of SQLStatement in adams.flow.sink
Fields in adams.flow.sink declared as SQLStatement Modifier and Type Field Description protected SQLStatement
LargeObjectDbWriter. m_Query
the SQL statement to execute.Methods in adams.flow.sink that return SQLStatement Modifier and Type Method Description SQLStatement
LargeObjectDbWriter. getQuery()
Returns the query to use.Methods in adams.flow.sink with parameters of type SQLStatement Modifier and Type Method Description void
LargeObjectDbWriter. setQuery(SQLStatement value)
Sets the query to use. -
Uses of SQLStatement in adams.flow.source
Fields in adams.flow.source declared as SQLStatement Modifier and Type Field Description protected SQLStatement
AbstractSpreadSheetDbReader. m_Query
the SQL query to execute.protected SQLStatement
LargeObjectDbReader. m_Query
the SQL statement to execute.protected SQLStatement
WekaDatabaseReader. m_Query
the query to execute.protected SQLStatement
SQLIdSupplier. m_SQL
the SQL statement to execute.protected SQLStatement
TimeseriesDbReader. m_SQL
the SQL statement to execute.Methods in adams.flow.source that return SQLStatement Modifier and Type Method Description SQLStatement
AbstractSpreadSheetDbReader. getQuery()
Returns the SQL query.SQLStatement
LargeObjectDbReader. getQuery()
Returns the query to use.SQLStatement
WekaDatabaseReader. getQuery()
Returns the query to execute.SQLStatement
SQLIdSupplier. getSQL()
Returns the SQL statement to run.SQLStatement
TimeseriesDbReader. getSQL()
Returns the SQL statement to run.Methods in adams.flow.source with parameters of type SQLStatement Modifier and Type Method Description void
AbstractSpreadSheetDbReader. setQuery(SQLStatement value)
Sets the SQL query.void
LargeObjectDbReader. setQuery(SQLStatement value)
Sets the query to use.void
WekaDatabaseReader. setQuery(SQLStatement value)
Sets the query to execute.void
SQLIdSupplier. setSQL(SQLStatement value)
Sets the SQL statement to run.void
TimeseriesDbReader. setSQL(SQLStatement value)
Sets the SQL statement to run. -
Uses of SQLStatement in adams.flow.standalone
Fields in adams.flow.standalone declared as SQLStatement Modifier and Type Field Description protected SQLStatement
ExecSQL. m_SQL
the SQL statement to execute.Methods in adams.flow.standalone that return SQLStatement Modifier and Type Method Description SQLStatement
ExecSQL. getSQL()
Returns the SQL statement to run.Methods in adams.flow.standalone with parameters of type SQLStatement Modifier and Type Method Description void
ExecSQL. setSQL(SQLStatement value)
Sets the SQL statement to run. -
Uses of SQLStatement in adams.flow.transformer
Fields in adams.flow.transformer declared as SQLStatement Modifier and Type Field Description protected SQLStatement
AbstractReportDbUpdater. m_SQL
the SQL statement to execute.protected SQLStatement
TimeseriesDbReader. m_SQL
the SQL statement to execute.Methods in adams.flow.transformer that return SQLStatement Modifier and Type Method Description SQLStatement
AbstractReportDbUpdater. getSQL()
Returns the SQL statement to run.SQLStatement
TimeseriesDbReader. getSQL()
Returns the SQL statement to run.Methods in adams.flow.transformer with parameters of type SQLStatement Modifier and Type Method Description void
AbstractReportDbUpdater. setSQL(SQLStatement value)
Sets the SQL statement to run.void
TimeseriesDbReader. setSQL(SQLStatement value)
Sets the SQL statement to run. -
Uses of SQLStatement in adams.gui.chooser
Methods in adams.gui.chooser that return SQLStatement Modifier and Type Method Description protected SQLStatement
SQLStatementChooserPanel. doChoose()
Performs the actual choosing of an object.protected SQLStatement
SQLStatementChooserPanel. fromString(String value)
Converts the string representation into its object representation.Methods in adams.gui.chooser with parameters of type SQLStatement Modifier and Type Method Description protected String
SQLStatementChooserPanel. toString(SQLStatement value)
Converts the value into its string representation.Constructors in adams.gui.chooser with parameters of type SQLStatement Constructor Description SQLStatementChooserPanel(SQLStatement sql)
Initializes the panel with the given sql statement. -
Uses of SQLStatement in adams.gui.core
Methods in adams.gui.core that return SQLStatement Modifier and Type Method Description protected SQLStatement
RecentSQLStatementsHandler. fromString(String s)
Turns the string obtained from the props into an object again.SQLStatement
SQLSyntaxEditorPanel. getStatement()
Returns the current SQL statement.Methods in adams.gui.core with parameters of type SQLStatement Modifier and Type Method Description protected String
RecentSQLStatementsHandler. createMenuItemText(int index, SQLStatement item)
Generates the text for the menuitem.protected String
RecentSQLStatementsHandler. toString(SQLStatement obj)
Turns an object into a string for storing in the props. -
Uses of SQLStatement in adams.gui.dialog
Methods in adams.gui.dialog that return SQLStatement Modifier and Type Method Description SQLStatement
SQLStatementDialog. getStatement()
Returns the current SQL statement.SQLStatement
SQLStatementPanel. getStatement()
Returns the current SQL statement.Methods in adams.gui.dialog with parameters of type SQLStatement Modifier and Type Method Description void
SQLStatementDialog. setStatement(SQLStatement value)
Sets the SQL statement.void
SQLStatementPanel. setStatement(SQLStatement value)
Sets the SQL statement. -
Uses of SQLStatement in adams.gui.tools.spreadsheetprocessor.sources
Methods in adams.gui.tools.spreadsheetprocessor.sources that return SQLStatement Modifier and Type Method Description SQLStatement
DatabaseSource. getCurrentQuery()
Returns the current query.Methods in adams.gui.tools.spreadsheetprocessor.sources with parameters of type SQLStatement Modifier and Type Method Description void
DatabaseSource. setCurrentQuery(SQLStatement value)
Sets the current query. -
Uses of SQLStatement in adams.gui.tools.spreadsheetviewer.tab
Methods in adams.gui.tools.spreadsheetviewer.tab with parameters of type SQLStatement Modifier and Type Method Description void
Query. setStatement(SQLStatement value)
Sets the SQL statement. -
Uses of SQLStatement in adams.gui.tools.wekainvestigator.tab
Methods in adams.gui.tools.wekainvestigator.tab with parameters of type SQLStatement Modifier and Type Method Description void
DataQueryTab. setStatement(SQLStatement value)
Sets the SQL statement.
-