public class Result
extends java.lang.Object
INTERNAL: Sub-component of an Operation
, indicates the type
of return value from the database, as well as if there is more than one value
and if those value(s) will be handled using binary attachements.
Constructor and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
Attachment |
getAttachment() |
int |
getJdbcType()
Indicates the JDBC type code to be set on the call.
|
SimpleXMLFormat |
getSimpleXMLFormat() |
javax.xml.namespace.QName |
getType() |
boolean |
isCollection() |
boolean |
isJdbcTypeSet()
Indicates if the JDBC type should be set on the call.
|
boolean |
isSimpleXMLFormat() |
void |
setAttachment(Attachment attachment) |
void |
setJdbcType(int jdbcType)
Set the JDBC type code to be set on the call.
|
void |
setSimpleXMLFormat(SimpleXMLFormat simpleXMLFormat) |
void |
setType(javax.xml.namespace.QName type) |
public javax.xml.namespace.QName getType()
public void setType(javax.xml.namespace.QName type)
public Attachment getAttachment()
public void setAttachment(Attachment attachment)
public SimpleXMLFormat getSimpleXMLFormat()
public void setSimpleXMLFormat(SimpleXMLFormat simpleXMLFormat)
public boolean isSimpleXMLFormat()
public boolean isCollection()
public boolean isJdbcTypeSet()
public int getJdbcType()
public void setJdbcType(int jdbcType)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference