|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.task.api.QueryHelper
public class QueryHelper
Helper class to support native SQL requests against the ProcessChoreographer database. This class provides methods that help to build native SQL select statements and to understand the results of the query.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
static OID |
toOID(byte[] id)
Creates an OID object from its byte array representation. |
static OID |
toOID(java.lang.String id)
Creates an OID object from its string representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public static final OID toOID(java.lang.String id) throws IdWrongFormatException
id
- The string representation of an object ID.
IdWrongFormatException
- Thrown when the passed byte array is null or not a valid string representation of an object ID.public static final OID toOID(byte[] id) throws IdWrongFormatException
id
- The byte array representation of an object ID.
IdWrongFormatException
- Thrown when the passed byte array is null or not a valid byte array representation of an object ID.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |