java.lang.Object
org.eclipse.persistence.internal.xr.Result
- Direct Known Subclasses:
CollectionResult
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.
- Since:
- EclipseLink 1.x
-
Field Summary
Modifier and TypeFieldDescriptionprotected Attachment
protected Boolean
protected Integer
protected SimpleXMLFormat
protected QName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Indicates the JDBC type code to be set on the call.getType()
boolean
boolean
Indicates if the JDBC type should be set on the call.boolean
void
setAttachment
(Attachment attachment) void
setJdbcType
(int jdbcType) Set the JDBC type code to be set on the call.void
setSimpleXMLFormat
(SimpleXMLFormat simpleXMLFormat) void
-
Field Details
-
type
-
attachment
-
simpleXMLFormat
-
isCollection
-
jdbcType
-
-
Constructor Details
-
Result
public Result() -
Result
-
-
Method Details
-
getType
-
setType
-
getAttachment
-
setAttachment
-
getSimpleXMLFormat
-
setSimpleXMLFormat
-
isSimpleXMLFormat
public boolean isSimpleXMLFormat() -
isCollection
public boolean isCollection() -
isJdbcTypeSet
public boolean isJdbcTypeSet()Indicates if the JDBC type should be set on the call. -
getJdbcType
public int getJdbcType()Indicates the JDBC type code to be set on the call. -
setJdbcType
public void setJdbcType(int jdbcType) Set the JDBC type code to be set on the call.
-