Package com.nuodb.jdbc
Class ValueBytes
- java.lang.Object
-
- com.nuodb.jdbc.Value
-
- com.nuodb.jdbc.ValueBytes
-
- All Implemented Interfaces:
TimeValues
public class ValueBytes extends Value
-
-
Field Summary
-
Fields inherited from class com.nuodb.jdbc.Value
Asciiblob, Binaryblob, BlobPtr, ClobPtr, Null, typeArbitrarydecimal, typeArray, typeBinChar, typeBoolean, typeBytes, typeChar, typeDate, typeDouble, typeFloat, typeInt, typeLong, typeNumber, typeShort, typeSqlTimestamp, typeStream, typeString, typeTimestamp, typeTimeType, typeVarBinChar, Varchar
-
Fields inherited from interface com.nuodb.jdbc.TimeValues
MILLISECONDS_PER_DAY, MILLISECONDS_PER_HOUR, MILLISECONDS_PER_MINUTE, MILLISECONDS_SCALE, NANOSECONDS_SCALE, SECONDS_PER_DAY, SECONDS_PER_HOUR, SECONDS_PER_MINUTE, SECONDS_SCALE
-
-
Constructor Summary
Constructors Constructor Description ValueBytes()ValueBytes(byte[] val)ValueBytes(Blob blob)ValueBytes(Object x)ValueBytes(Blob blob)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()-
Methods inherited from class com.nuodb.jdbc.Value
getAsciiStream, getCharacterStream, getInputStream, getRef, getString, getString, reScale
-
-
-
-
Constructor Detail
-
ValueBytes
public ValueBytes()
-
ValueBytes
public ValueBytes(byte[] val)
-
ValueBytes
public ValueBytes(Object x)
-
ValueBytes
public ValueBytes(Blob blob) throws SQLException
- Throws:
SQLException
-
ValueBytes
public ValueBytes(Blob blob) throws SQLException
- Throws:
SQLException
-
-