public class Execute 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="statement">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="sql" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://www.citrusframework.org/schema/jdbc/message}create-table"/>
<element ref="{http://www.citrusframework.org/schema/jdbc/message}drop-table"/>
<element ref="{http://www.citrusframework.org/schema/jdbc/message}select"/>
<element ref="{http://www.citrusframework.org/schema/jdbc/message}insert"/>
<element ref="{http://www.citrusframework.org/schema/jdbc/message}update"/>
<element ref="{http://www.citrusframework.org/schema/jdbc/message}delete"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Execute.Statement
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Execute.Statement |
statement |
| Constructor and Description |
|---|
Execute() |
| Modifier and Type | Method and Description |
|---|---|
Execute.Statement |
getStatement()
Gets the value of the statement property.
|
void |
setStatement(Execute.Statement value)
Sets the value of the statement property.
|
protected Execute.Statement statement
public Execute.Statement getStatement()
Execute.Statementpublic void setStatement(Execute.Statement value)
value - allowed object is
Execute.StatementCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.