com.sun.star.sdbc
Interface XBlob
- All Superinterfaces:
- com.sun.star.uno.XInterface
- public abstract interface XBlob
- extends com.sun.star.uno.XInterface
Field Summary |
static com.sun.star.uno.Uik |
UIK
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.lib.uno.typeinfo.TypeInfo[] |
UNOTYPEINFO
|
Method Summary |
abstract com.sun.star.io.XInputStream |
getBinaryStream()
|
abstract byte[] |
getBytes(long l,
int i)
|
abstract long |
length()
|
abstract long |
position(byte[] b,
long l)
|
abstract long |
positionOfBlob(com.sun.star.sdbc.XBlob xb,
long l)
|
UIK
public static final com.sun.star.uno.Uik UIK
UNORUNTIMEDATA
public static final java.lang.Object UNORUNTIMEDATA
UNOTYPEINFO
public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
getBinaryStream
public abstract com.sun.star.io.XInputStream getBinaryStream()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
getBytes
public abstract byte[] getBytes(long l,
int i)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
length
public abstract long length()
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
position
public abstract long position(byte[] b,
long l)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException
positionOfBlob
public abstract long positionOfBlob(com.sun.star.sdbc.XBlob xb,
long l)
throws com.sun.star.sdbc.SQLException,
com.sun.star.uno.RuntimeException