public class ValueDBObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ValueDBObject |
FALSE |
static ValueDBObject |
TRUE |
| Constructor and Description |
|---|
ValueDBObject(Session session,
int type,
java.lang.Object obj) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Binary |
getBinary() |
boolean |
getBoolean() |
java.util.Calendar |
getDate() |
java.math.BigDecimal |
getDecimal() |
double |
getDouble() |
java.lang.String |
getInternalString() |
long |
getLong() |
java.io.InputStream |
getStream() |
java.lang.String |
getString() |
int |
getType() |
int |
hashCode() |
static java.lang.String |
makeShortName(Session session,
java.lang.String longName) |
java.lang.String |
toString() |
public static final ValueDBObject TRUE
public static final ValueDBObject FALSE
public ValueDBObject(Session session,
int type,
java.lang.Object obj)
throws ValueFormatException
ValueFormatExceptionpublic static java.lang.String makeShortName(Session session,
java.lang.String longName)
throws NamespaceException,
RepositoryException,
NotFoundException
NamespaceExceptionRepositoryExceptionNotFoundException@CheckReturnValue @Nonnull public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getString()
throws ValueFormatException,
java.lang.IllegalStateException,
RepositoryException
ValueFormatExceptionjava.lang.IllegalStateExceptionRepositoryExceptionpublic java.lang.String getInternalString()
public java.io.InputStream getStream()
throws RepositoryException
RepositoryExceptionpublic Binary getBinary()
throws RepositoryException
RepositoryExceptionpublic long getLong()
throws ValueFormatException,
RepositoryException
ValueFormatExceptionRepositoryExceptionpublic double getDouble()
throws ValueFormatException,
RepositoryException
ValueFormatExceptionRepositoryExceptionpublic java.math.BigDecimal getDecimal()
throws ValueFormatException,
RepositoryException
ValueFormatExceptionRepositoryExceptionpublic java.util.Calendar getDate()
throws ValueFormatException,
RepositoryException
ValueFormatExceptionRepositoryExceptionpublic boolean getBoolean()
throws ValueFormatException,
RepositoryException
ValueFormatExceptionRepositoryExceptionpublic int getType()
@CheckReturnValue public boolean equals(java.lang.Object o)
equals in class java.lang.Object@CheckReturnValue public int hashCode()
hashCode in class java.lang.ObjectstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.