public static class Execute.Statement 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">
<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>
| Modifier and Type | Field and Description |
|---|---|
protected CreateTable |
createTable |
protected Delete |
delete |
protected DropTable |
dropTable |
protected Insert |
insert |
protected Select |
select |
protected String |
sql |
protected Update |
update |
| Constructor and Description |
|---|
Statement() |
| Modifier and Type | Method and Description |
|---|---|
CreateTable |
getCreateTable()
Gets the value of the createTable property.
|
Delete |
getDelete()
Gets the value of the delete property.
|
DropTable |
getDropTable()
Gets the value of the dropTable property.
|
Insert |
getInsert()
Gets the value of the insert property.
|
Select |
getSelect()
Gets the value of the select property.
|
String |
getSql()
Gets the value of the sql property.
|
Update |
getUpdate()
Gets the value of the update property.
|
void |
setCreateTable(CreateTable value)
Sets the value of the createTable property.
|
void |
setDelete(Delete value)
Sets the value of the delete property.
|
void |
setDropTable(DropTable value)
Sets the value of the dropTable property.
|
void |
setInsert(Insert value)
Sets the value of the insert property.
|
void |
setSelect(Select value)
Sets the value of the select property.
|
void |
setSql(String value)
Sets the value of the sql property.
|
void |
setUpdate(Update value)
Sets the value of the update property.
|
protected Delete delete
protected Update update
protected Insert insert
protected Select select
protected DropTable dropTable
protected CreateTable createTable
protected String sql
public Delete getDelete()
Deletepublic void setDelete(Delete value)
value - allowed object is
Deletepublic Update getUpdate()
Updatepublic void setUpdate(Update value)
value - allowed object is
Updatepublic Insert getInsert()
Insertpublic void setInsert(Insert value)
value - allowed object is
Insertpublic Select getSelect()
Selectpublic void setSelect(Select value)
value - allowed object is
Selectpublic DropTable getDropTable()
DropTablepublic void setDropTable(DropTable value)
value - allowed object is
DropTablepublic CreateTable getCreateTable()
CreateTablepublic void setCreateTable(CreateTable value)
value - allowed object is
CreateTablepublic String getSql()
StringCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.