public class BlobKey extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_SIZE |
| Constructor and Description |
|---|
BlobKey(HashMap<String,Object> _key,
String _tableName,
String _columnName) |
BlobKey(com.healthmarketscience.jackcess.Table _table,
String _columnName,
com.healthmarketscience.jackcess.Row _row) |
| Modifier and Type | Method and Description |
|---|---|
static BlobKey |
getBlobKey(InputStream is) |
byte[] |
getBytes() |
String |
getColumnName() |
HashMap<String,Object> |
getKey() |
com.healthmarketscience.jackcess.util.OleBlob |
getOleBlob(com.healthmarketscience.jackcess.Database db) |
static boolean |
hasPrimaryKey(com.healthmarketscience.jackcess.Table _table) |
public static final int MAX_SIZE
public BlobKey(com.healthmarketscience.jackcess.Table _table,
String _columnName,
com.healthmarketscience.jackcess.Row _row)
public static boolean hasPrimaryKey(com.healthmarketscience.jackcess.Table _table)
public com.healthmarketscience.jackcess.util.OleBlob getOleBlob(com.healthmarketscience.jackcess.Database db)
throws UcanaccessSQLException
UcanaccessSQLExceptionpublic byte[] getBytes()
throws UcanaccessSQLException
UcanaccessSQLExceptionpublic static BlobKey getBlobKey(InputStream is)
public String getColumnName()
Copyright © 2012–2019 UCanAccess. All rights reserved.