public class Select extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="columns" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="from" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="where" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
columns |
protected String |
from |
protected String |
where |
| Constructor and Description |
|---|
Select() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumns()
Gets the value of the columns property.
|
String |
getFrom()
Gets the value of the from property.
|
String |
getWhere()
Gets the value of the where property.
|
void |
setColumns(String value)
Sets the value of the columns property.
|
void |
setFrom(String value)
Sets the value of the from property.
|
void |
setWhere(String value)
Sets the value of the where property.
|
protected String columns
protected String from
protected String where
public String getColumns()
Stringpublic void setColumns(String value)
value - allowed object is
Stringpublic String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
Stringpublic String getWhere()
StringCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.