public class SQLSelectStatement extends SimpleManipulator
SimpleDataSource.NameEditorData
DataSource.Writable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
cvsRev |
UPDATE_DISPLAYED_VALUE, VALUE_INPUT
customTimer, EXPORT_READ_ONLY, EXPORT_READ_WRITE, NO_EXPORT, requiresSyncWrite, sharedTimer, syncWriteTimeout, timebase
autoSuspend, AUTOSUSPEND_DEFAULT, AUTOSUSPEND_NEVER, AUTOSUSPEND_NO_LISTENERS, AUTOSUSPEND_NO_LISTENERS_AND_NO_SOURCES, colorHi, colorHiHi, colorLo, colorLoLo, colorNormal, connectors, consoleLogger, currentColor, currentValue, debugLevel, DEFAULT_AUTOSUSPEND, dontConnect, gwtLog, hardSuspended, popupLogger, PRIMARYOUTPORTNAME, sendColors, stopped, suspended, timedPopupLogger, traceLogger, valueHi, valueHiHi, valueLo, valueLoLo
Constructor and Description |
---|
SQLSelectStatement() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdditionalWhere()
Returns the additional where part of the SQL statement
|
java.lang.String |
getEndTime()
Returns the end time for the WHERE
|
int |
getOptionalLimit()
Returns the optional limit.
|
java.lang.String |
getOrderBy()
Returns the ORDER BY part of the SQL statement
|
java.lang.String |
getSelectColumnList()
Returns the comma separated column list for the SELECT.
|
java.lang.String |
getStartTime()
Returns the start time for the WHERE
|
java.lang.String |
getTableName()
Returns the table name.
|
java.lang.String |
getTimestampColumn()
Returns the name of the timestamp column in the table.
|
void |
setAdditionalWhere(java.lang.String additionalWhere)
Set the String for the additional items in the WHERE (will be prepended with " and ".
|
void |
setEndTime(java.lang.String endTime)
Set the end date for the WHERE in the SELECT.
|
void |
setOptionalLimit(int limit)
Set limit for the select.
|
void |
setOrderBy(java.lang.String orderBy)
Set the String for the ORDER BY
|
void |
setSelectColumnList(java.lang.String selectColumnList)
Set the comma separated column list or "*" for the SELECT
|
void |
setStartTime(java.lang.String startTime)
Set the start date for the WHERE in the SELECT.
|
void |
setTableName(java.lang.String tableName)
Set the tableName
|
void |
setTimestampColumn(java.lang.String timestampColumn)
Sets the timestamp column name.
|
void |
setValueObject(ValueObjectInterface v)
This sets the value of the new StringValueObject.
|
java.lang.String |
toString()
Provides the description and status of the server as a String.
|
getDefaultQualityForLocation
getInPortNames, getStaticLocationFor, setBooleanValue, setBoolValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, valueChanged, valueInput
addConnector, addConnector, addDataSource, addPropertyChangeListener, addValueChangedListener, addVetoableChangeListener, authenticatedClientRequest, clientRequest, clientResponse, destroy, determineSuspendedStatus, getClassLicenseManager, getContainer, getCustomTimer, getDataSource, getDataSources, getDisplayName, getExportCriteria, getExposeComponentConnections, getName, getOutPortNames, getPullFromServers, getPushData, getPushName, getPushToServers, getServerListData, getTimebase, getTrace, isActive, isScreenLocal, refreshCurrentValue, removeConnector, removeDataSource, removePropertyChangeListener, removeValueChangedListener, removeVetoableChangeListener, requestSyncWrite, setAutoSuspend, setClassLicenseManager, setContainer, setCustomTimer, setDataSourceName, setExportCriteria, setExposeComponentConnections, setName, setPullFromServers, setPushData, setPushName, setPushToServers, setScreenLocal, setServerListData, setTimebase, setTrace, start, stop, tick, VIBEvent
addVIBEventListener, checkScript, executeInScriptInternal, executeScript, executeScriptInternal, executeScriptInternal, getAutoSuspend, getBooleanValue, getBoolValue, getColorHi, getColorHiHi, getColorLo, getColorLoLo, getColorNormal, getConnectors, getConsoleLogger, getCurrentColor, getDataSourceName, getDoubleValue, getFloatValue, getGWTLogger, getIncomingValueObject, getInScript, getIntValue, getLongValue, getParent, getPopupLogger, getScript, getScriptEngine, getSendColors, getSources, getStringValue, getSyncWriteTimeout, getTimedPopupLogger, getTraceLogger, getValueHi, getValueHiHi, getValueLo, getValueLoLo, getValueObject, init, isHardSuspended, isRunning, isSendOnlyChangedValuesDefault, isSuspended, logException, logGWT, logGWT, logMessage, logTrace, n2sortConnectors, performScriptSubstitutions, popupMessage, post, removeConnector, removeVIBEventListener, replaceConnectors, scriptExtensionSubstition, setColorHi, setColorHiHi, setColorLo, setColorLoLo, setColorNormal, setConsoleLogger, setGWTLogger, setHardSuspended, setInScript, setParent, setPopupLogger, setScript, setSendColors, setSendOnlyChangedValuesDefault, setSyncWriteTimeout, setTimedPopupLogger, setTraceLogger, setValueHi, setValueHiHi, setValueLo, setValueLoLo, updateColor, updateListeners, updateListeners, updateListeners, whoAmI
public static final java.lang.String cvsRev
public java.lang.String getAdditionalWhere()
public java.lang.String getEndTime()
public int getOptionalLimit()
public java.lang.String getOrderBy()
public java.lang.String getSelectColumnList()
public java.lang.String getStartTime()
public java.lang.String getTableName()
public java.lang.String getTimestampColumn()
public void setAdditionalWhere(java.lang.String additionalWhere)
the
- additionalWherepublic void setEndTime(java.lang.String endTime)
the
- endTimepublic void setOptionalLimit(int limit)
the
- optional limitpublic void setOrderBy(java.lang.String orderBy)
the
- orderBypublic void setSelectColumnList(java.lang.String selectColumnList)
the
- selectColumnListpublic void setStartTime(java.lang.String startTime)
the
- startTimepublic void setTableName(java.lang.String tableName)
the
- table namepublic void setTimestampColumn(java.lang.String timestampColumn)
the
- timestamp column name.public void setValueObject(ValueObjectInterface v) throws VIBUpdateFailedException
setValueObject
in class SimpleDataSource
v
- the new ValueObject value for the serverVIBUpdateFailedException
ValueObject
public java.lang.String toString()
toString
in class Manipulator
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.