public interface QueryBase
extends org.eclipse.emf.ecore.EObject
The following features are supported:
JdbcPackage.getQueryBase()| Modifier and Type | Method and Description |
|---|---|
DatabaseSettings |
getDatabase()
Returns the value of the 'Database' reference.
|
Integer |
getQueryTimeout()
Returns the value of the 'Query Timeout' attribute.
|
JdbcDriver |
getRunsOn()
Returns the value of the 'Runs On' reference.
|
String |
getSql()
Returns the value of the 'Sql' attribute.
|
void |
setDatabase(DatabaseSettings value)
Sets the value of the '
Database' reference. |
void |
setQueryTimeout(Integer value)
Sets the value of the '
Query Timeout' attribute. |
void |
setRunsOn(JdbcDriver value)
Sets the value of the '
Runs On' reference. |
void |
setSql(String value)
Sets the value of the '
Sql' attribute. |
String getSql()
If the meaning of the 'Sql' attribute isn't clear, there really should be more of a description here...
setSql(String),
JdbcPackage.getQueryBase_Sql()void setSql(String value)
Sql' attribute.
value - the new value of the 'Sql' attribute.getSql()DatabaseSettings getDatabase()
If the meaning of the 'Database' reference isn't clear, there really should be more of a description here...
setDatabase(org.eclipse.scada.configuration.world.DatabaseSettings),
JdbcPackage.getQueryBase_Database()void setDatabase(DatabaseSettings value)
Database' reference.
value - the new value of the 'Database' reference.getDatabase()Integer getQueryTimeout()
If the meaning of the 'Query Timeout' attribute isn't clear, there really should be more of a description here...
The query timeout in seconds.setQueryTimeout(Integer),
JdbcPackage.getQueryBase_QueryTimeout()void setQueryTimeout(Integer value)
Query Timeout' attribute.
value - the new value of the 'Query Timeout' attribute.getQueryTimeout()JdbcDriver getRunsOn()
If the meaning of the 'Runs On' reference isn't clear, there really should be more of a description here...
setRunsOn(JdbcDriver),
JdbcPackage.getQueryBase_RunsOn()void setRunsOn(JdbcDriver value)
Runs On' reference.
value - the new value of the 'Runs On' reference.getRunsOn()