|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ifs.adk.queue.IfsQueueMessageParameter
IfsQueueMessageParameter class is the java representation for the IFSQUEUEMESSAGEPARAMETER type that is used to represent a single parameter in the message payload.
Field Summary | |
static java.lang.String |
DEFAULT_DATATYPE
If there is no data type value supplied, this will be used. |
Constructor Summary | |
IfsQueueMessageParameter()
Default constructor. |
|
IfsQueueMessageParameter(java.lang.String name,
java.lang.String value)
Constructs the object with data type set to string. |
|
IfsQueueMessageParameter(java.lang.String name,
java.lang.String value,
java.lang.String type)
Constructor that takes arguments. |
Method Summary | |
oracle.sql.ORAData |
create(oracle.sql.Datum d,
int sqlType)
Implements the create method. |
java.lang.String |
getDataType()
Returns the datatype of the parameter. |
static oracle.sql.ORADataFactory |
getFactory()
Returns a factory object. |
java.lang.String |
getName()
Returns the name of the parameter. |
java.lang.String |
getValue()
Returns the value of the parameter. |
void |
setDataType(java.lang.String dataType)
Sets the datatype of the parameter. |
void |
setName(java.lang.String name)
Sets the name of the parameter. |
void |
setValue(java.lang.String value)
Sets the value of the parameter. |
oracle.sql.Datum |
toDatum(java.sql.Connection c)
Implements the toDatum method. |
Field Detail |
public static final java.lang.String DEFAULT_DATATYPE
Constructor Detail |
public IfsQueueMessageParameter()
public IfsQueueMessageParameter(java.lang.String name, java.lang.String value, java.lang.String type)
name
- name of the parametervalue
- value of the parametertype
- datatype of the parameterpublic IfsQueueMessageParameter(java.lang.String name, java.lang.String value)
name
- name of the parametervalue
- value of the parameterMethod Detail |
public static oracle.sql.ORADataFactory getFactory()
public oracle.sql.Datum toDatum(java.sql.Connection c) throws java.sql.SQLException
toDatum
in interface oracle.sql.ORAData
c
- database connectionjava.sql.SQLException
- if the operation failspublic oracle.sql.ORAData create(oracle.sql.Datum d, int sqlType) throws java.sql.SQLException
create
in interface oracle.sql.ORADataFactory
d
- DatumsqlType
- typejava.sql.SQLException
- if the operation failspublic java.lang.String getName() throws IfsException
IfsException
- if the operation failspublic void setName(java.lang.String name) throws IfsException
name
- name of the parameterIfsException
- if the operation failspublic java.lang.String getValue() throws IfsException
IfsException
- if the operation failspublic void setValue(java.lang.String value) throws IfsException
value
- value of the parameterIfsException
- if the operation failspublic java.lang.String getDataType() throws IfsException
IfsException
- if the operation failspublic void setDataType(java.lang.String dataType) throws IfsException
datatype
- datatype of the parameterIfsException
- if the operation fails
|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |