|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.objectstore.query.Clob
public class Clob
Object representing a large String that has been stored in the database. This object can be used to retrieve the String in bits or as a stream, and to alter the object.
| Field Summary | |
|---|---|
static int |
CLOB_PAGE_SIZE
Page size for clob data |
| Constructor Summary | |
|---|---|
Clob(int clobId)
Constructs a new Clob. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Override Object#equals. |
int |
getClobId()
Returns the identifier of the Clob. |
java.lang.Class<java.lang.String> |
getType()
Get Java type represented by this item. |
int |
hashCode()
Override Object#hashCode. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CLOB_PAGE_SIZE
| Constructor Detail |
|---|
public Clob(int clobId)
clobId - the identifier of the Clob| Method Detail |
|---|
public int getClobId()
public java.lang.Class<java.lang.String> getType()
getType in interface QuerySelectablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - an Object
public int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||