public class SqlQuery
extends java.lang.Object
Java class for sql-query complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sql-query">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sql-shape-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sql" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="database-specific-sql" type="{http://www.bea.com/ns/weblogic/90}database-specific-sql" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<DatabaseSpecificSql> |
databaseSpecificSql |
protected java.lang.String |
sql |
protected java.lang.String |
sqlShapeName |
| Constructor and Description |
|---|
SqlQuery() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DatabaseSpecificSql> |
getDatabaseSpecificSql()
Gets the value of the databaseSpecificSql property.
|
java.lang.String |
getSql()
Gets the value of the sql property.
|
java.lang.String |
getSqlShapeName()
Gets the value of the sqlShapeName property.
|
void |
setSql(java.lang.String value)
Sets the value of the sql property.
|
void |
setSqlShapeName(java.lang.String value)
Sets the value of the sqlShapeName property.
|
protected java.lang.String sqlShapeName
protected java.lang.String sql
protected java.util.List<DatabaseSpecificSql> databaseSpecificSql
public java.lang.String getSqlShapeName()
Stringpublic void setSqlShapeName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSql()
Stringpublic void setSql(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<DatabaseSpecificSql> getDatabaseSpecificSql()
set method for the databaseSpecificSql property.
For example, to add a new item, do as follows:
getDatabaseSpecificSql().add(newItem);
Objects of the following type(s) are allowed in the list
DatabaseSpecificSql