public class JdbcStatement extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for jdbcStatement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="jdbcStatement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{}jdbcStatementType"/>
<element name="sql" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="continueOnError" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="status" type="{}jdbcStatementStatus" minOccurs="0"/>
<element name="result" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="resultSet" type="{}jdbcStatementResultSet" minOccurs="0"/>
<element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
continueOnError |
protected String |
errorMessage |
protected String |
result |
protected JdbcStatementResultSet |
resultSet |
protected String |
sql |
protected JdbcStatementStatus |
status |
protected JdbcStatementType |
type |
| Constructor and Description |
|---|
JdbcStatement()
Default no-arg constructor
|
JdbcStatement(JdbcStatementType type,
String sql,
Boolean continueOnError,
JdbcStatementStatus status,
String result,
JdbcStatementResultSet resultSet,
String errorMessage)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
String |
getResult()
Gets the value of the result property.
|
JdbcStatementResultSet |
getResultSet()
Gets the value of the resultSet property.
|
String |
getSql()
Gets the value of the sql property.
|
JdbcStatementStatus |
getStatus()
Gets the value of the status property.
|
JdbcStatementType |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isContinueOnError()
Gets the value of the continueOnError property.
|
void |
setContinueOnError(Boolean value)
Sets the value of the continueOnError property.
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
void |
setResult(String value)
Sets the value of the result property.
|
void |
setResultSet(JdbcStatementResultSet value)
Sets the value of the resultSet property.
|
void |
setSql(String value)
Sets the value of the sql property.
|
void |
setStatus(JdbcStatementStatus value)
Sets the value of the status property.
|
void |
setType(JdbcStatementType value)
Sets the value of the type property.
|
String |
toString() |
protected JdbcStatementType type
protected String sql
protected Boolean continueOnError
protected JdbcStatementStatus status
protected String result
protected JdbcStatementResultSet resultSet
protected String errorMessage
public JdbcStatement()
public JdbcStatement(JdbcStatementType type, String sql, Boolean continueOnError, JdbcStatementStatus status, String result, JdbcStatementResultSet resultSet, String errorMessage)
public JdbcStatementType getType()
JdbcStatementTypepublic void setType(JdbcStatementType value)
value - allowed object is
JdbcStatementTypepublic String getSql()
Stringpublic void setSql(String value)
value - allowed object is
Stringpublic Boolean isContinueOnError()
Booleanpublic void setContinueOnError(Boolean value)
value - allowed object is
Booleanpublic JdbcStatementStatus getStatus()
JdbcStatementStatuspublic void setStatus(JdbcStatementStatus value)
value - allowed object is
JdbcStatementStatuspublic String getResult()
Stringpublic void setResult(String value)
value - allowed object is
Stringpublic JdbcStatementResultSet getResultSet()
JdbcStatementResultSetpublic void setResultSet(JdbcStatementResultSet value)
value - allowed object is
JdbcStatementResultSetpublic String getErrorMessage()
Stringpublic void setErrorMessage(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2Copyright © 2019. All rights reserved.