public class JdbcStatement extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy 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.HashCodeStrategy 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.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyToCopyright © 2017. All rights reserved.