public class Operation 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 ref="{http://www.citrusframework.org/schema/jdbc/message}open-connection"/>
<element ref="{http://www.citrusframework.org/schema/jdbc/message}close-connection"/>
<element ref="{http://www.citrusframework.org/schema/jdbc/message}create-statement"/>
<element ref="{http://www.citrusframework.org/schema/jdbc/message}close-statement"/>
<element ref="{http://www.citrusframework.org/schema/jdbc/message}create-prepared-statement"/>
<element ref="{http://www.citrusframework.org/schema/jdbc/message}create-callable-statement"/>
<element ref="{http://www.citrusframework.org/schema/jdbc/message}execute"/>
<element ref="{http://www.citrusframework.org/schema/jdbc/message}transaction-started"/>
<element ref="{http://www.citrusframework.org/schema/jdbc/message}transaction-committed"/>
<element ref="{http://www.citrusframework.org/schema/jdbc/message}transaction-rollback"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CloseConnection |
closeConnection |
protected CloseStatement |
closeStatement |
protected CreateCallableStatement |
createCallableStatement |
protected CreatePreparedStatement |
createPreparedStatement |
protected CreateStatement |
createStatement |
protected Execute |
execute |
protected OpenConnection |
openConnection |
protected TransactionCommitted |
transactionCommitted |
protected TransactionRollback |
transactionRollback |
protected TransactionStarted |
transactionStarted |
| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
CloseConnection |
getCloseConnection()
Gets the value of the closeConnection property.
|
CloseStatement |
getCloseStatement()
Gets the value of the closeStatement property.
|
CreateCallableStatement |
getCreateCallableStatement()
Gets the value of the createCallableStatement property.
|
CreatePreparedStatement |
getCreatePreparedStatement()
Gets the value of the createPreparedStatement property.
|
CreateStatement |
getCreateStatement()
Gets the value of the createStatement property.
|
Execute |
getExecute()
Gets the value of the execute property.
|
OpenConnection |
getOpenConnection()
Gets the value of the openConnection property.
|
TransactionCommitted |
getTransactionCommitted()
Gets the value of the transactionCommitted property.
|
TransactionRollback |
getTransactionRollback()
Gets the value of the transactionRollback property.
|
TransactionStarted |
getTransactionStarted()
Gets the value of the transactionStarted property.
|
void |
setCloseConnection(CloseConnection value)
Sets the value of the closeConnection property.
|
void |
setCloseStatement(CloseStatement value)
Sets the value of the closeStatement property.
|
void |
setCreateCallableStatement(CreateCallableStatement value)
Sets the value of the createCallableStatement property.
|
void |
setCreatePreparedStatement(CreatePreparedStatement value)
Sets the value of the createPreparedStatement property.
|
void |
setCreateStatement(CreateStatement value)
Sets the value of the createStatement property.
|
void |
setExecute(Execute value)
Sets the value of the execute property.
|
void |
setOpenConnection(OpenConnection value)
Sets the value of the openConnection property.
|
void |
setTransactionCommitted(TransactionCommitted value)
Sets the value of the transactionCommitted property.
|
void |
setTransactionRollback(TransactionRollback value)
Sets the value of the transactionRollback property.
|
void |
setTransactionStarted(TransactionStarted value)
Sets the value of the transactionStarted property.
|
protected TransactionRollback transactionRollback
protected TransactionCommitted transactionCommitted
protected TransactionStarted transactionStarted
protected Execute execute
protected CreateCallableStatement createCallableStatement
protected CreatePreparedStatement createPreparedStatement
protected CloseStatement closeStatement
protected CreateStatement createStatement
protected CloseConnection closeConnection
protected OpenConnection openConnection
public TransactionRollback getTransactionRollback()
TransactionRollbackpublic void setTransactionRollback(TransactionRollback value)
value - allowed object is
TransactionRollbackpublic TransactionCommitted getTransactionCommitted()
TransactionCommittedpublic void setTransactionCommitted(TransactionCommitted value)
value - allowed object is
TransactionCommittedpublic TransactionStarted getTransactionStarted()
TransactionStartedpublic void setTransactionStarted(TransactionStarted value)
value - allowed object is
TransactionStartedpublic Execute getExecute()
Executepublic void setExecute(Execute value)
value - allowed object is
Executepublic CreateCallableStatement getCreateCallableStatement()
CreateCallableStatementpublic void setCreateCallableStatement(CreateCallableStatement value)
value - allowed object is
CreateCallableStatementpublic CreatePreparedStatement getCreatePreparedStatement()
CreatePreparedStatementpublic void setCreatePreparedStatement(CreatePreparedStatement value)
value - allowed object is
CreatePreparedStatementpublic CloseStatement getCloseStatement()
CloseStatementpublic void setCloseStatement(CloseStatement value)
value - allowed object is
CloseStatementpublic CreateStatement getCreateStatement()
CreateStatementpublic void setCreateStatement(CreateStatement value)
value - allowed object is
CreateStatementpublic CloseConnection getCloseConnection()
CloseConnectionpublic void setCloseConnection(CloseConnection value)
value - allowed object is
CloseConnectionpublic OpenConnection getOpenConnection()
OpenConnectionpublic void setOpenConnection(OpenConnection value)
value - allowed object is
OpenConnectionCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.