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 SQLStatementSQLTableCleanUp. m_Statementthe SQL command to execute.Methods in adams.db that return SQLStatement Modifier and Type Method Description SQLStatementSQLTableCleanUp. getStatement()Returns the SQL statement.Methods in adams.db with parameters of type SQLStatement Modifier and Type Method Description voidSQLTableCleanUp. 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 SQLStatementLargeObjectDbWriter. m_Querythe SQL statement to execute.Methods in adams.flow.sink that return SQLStatement Modifier and Type Method Description SQLStatementLargeObjectDbWriter. getQuery()Returns the query to use.Methods in adams.flow.sink with parameters of type SQLStatement Modifier and Type Method Description voidLargeObjectDbWriter. 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 SQLStatementAbstractSpreadSheetDbReader. m_Querythe SQL query to execute.protected SQLStatementLargeObjectDbReader. m_Querythe SQL statement to execute.protected SQLStatementWekaDatabaseReader. m_Querythe query to execute.protected SQLStatementSQLIdSupplier. m_SQLthe SQL statement to execute.protected SQLStatementTimeseriesDbReader. m_SQLthe SQL statement to execute.Methods in adams.flow.source that return SQLStatement Modifier and Type Method Description SQLStatementAbstractSpreadSheetDbReader. getQuery()Returns the SQL query.SQLStatementLargeObjectDbReader. getQuery()Returns the query to use.SQLStatementWekaDatabaseReader. getQuery()Returns the query to execute.SQLStatementSQLIdSupplier. getSQL()Returns the SQL statement to run.SQLStatementTimeseriesDbReader. getSQL()Returns the SQL statement to run.Methods in adams.flow.source with parameters of type SQLStatement Modifier and Type Method Description voidAbstractSpreadSheetDbReader. setQuery(SQLStatement value)Sets the SQL query.voidLargeObjectDbReader. setQuery(SQLStatement value)Sets the query to use.voidWekaDatabaseReader. setQuery(SQLStatement value)Sets the query to execute.voidSQLIdSupplier. setSQL(SQLStatement value)Sets the SQL statement to run.voidTimeseriesDbReader. 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 SQLStatementExecSQL. m_SQLthe SQL statement to execute.Methods in adams.flow.standalone that return SQLStatement Modifier and Type Method Description SQLStatementExecSQL. getSQL()Returns the SQL statement to run.Methods in adams.flow.standalone with parameters of type SQLStatement Modifier and Type Method Description voidExecSQL. 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 SQLStatementAbstractReportDbUpdater. m_SQLthe SQL statement to execute.protected SQLStatementTimeseriesDbReader. m_SQLthe SQL statement to execute.Methods in adams.flow.transformer that return SQLStatement Modifier and Type Method Description SQLStatementAbstractReportDbUpdater. getSQL()Returns the SQL statement to run.SQLStatementTimeseriesDbReader. getSQL()Returns the SQL statement to run.Methods in adams.flow.transformer with parameters of type SQLStatement Modifier and Type Method Description voidAbstractReportDbUpdater. setSQL(SQLStatement value)Sets the SQL statement to run.voidTimeseriesDbReader. 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 SQLStatementSQLStatementChooserPanel. doChoose()Performs the actual choosing of an object.protected SQLStatementSQLStatementChooserPanel. 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 StringSQLStatementChooserPanel. 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 SQLStatementRecentSQLStatementsHandler. fromString(String s)Turns the string obtained from the props into an object again.SQLStatementSQLSyntaxEditorPanel. getStatement()Returns the current SQL statement.Methods in adams.gui.core with parameters of type SQLStatement Modifier and Type Method Description protected StringRecentSQLStatementsHandler. createMenuItemText(int index, SQLStatement item)Generates the text for the menuitem.protected StringRecentSQLStatementsHandler. 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 SQLStatementSQLStatementDialog. getStatement()Returns the current SQL statement.SQLStatementSQLStatementPanel. getStatement()Returns the current SQL statement.Methods in adams.gui.dialog with parameters of type SQLStatement Modifier and Type Method Description voidSQLStatementDialog. setStatement(SQLStatement value)Sets the SQL statement.voidSQLStatementPanel. 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 SQLStatementDatabaseSource. getCurrentQuery()Returns the current query.Methods in adams.gui.tools.spreadsheetprocessor.sources with parameters of type SQLStatement Modifier and Type Method Description voidDatabaseSource. 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 voidQuery. 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 voidDataQueryTab. setStatement(SQLStatement value)Sets the SQL statement.
-