|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attachment | |
|---|---|
| com.healthmarketscience.jackcess.complex | |
| com.healthmarketscience.jackcess.impl.complex | |
| Uses of Attachment in com.healthmarketscience.jackcess.complex |
|---|
| Methods in com.healthmarketscience.jackcess.complex that return Attachment | |
|---|---|
abstract Attachment |
ComplexValueForeignKey.addAttachment(byte[] data)
|
abstract Attachment |
ComplexValueForeignKey.addAttachment(String url,
String name,
String type,
byte[] data,
Date timeStamp,
Integer flags)
|
abstract Attachment |
ComplexValueForeignKey.addEncodedAttachment(byte[] encodedData)
|
abstract Attachment |
ComplexValueForeignKey.addEncodedAttachment(String url,
String name,
String type,
byte[] encodedData,
Date timeStamp,
Integer flags)
|
abstract Attachment |
ComplexValueForeignKey.deleteAttachment(Attachment attachment)
|
abstract Attachment |
ComplexValueForeignKey.updateAttachment(Attachment attachment)
|
| Methods in com.healthmarketscience.jackcess.complex that return types with arguments of type Attachment | |
|---|---|
abstract List<Attachment> |
ComplexValueForeignKey.getAttachments()
|
| Methods in com.healthmarketscience.jackcess.complex with parameters of type Attachment | |
|---|---|
abstract Attachment |
ComplexValueForeignKey.deleteAttachment(Attachment attachment)
|
abstract Attachment |
ComplexValueForeignKey.updateAttachment(Attachment attachment)
|
| Uses of Attachment in com.healthmarketscience.jackcess.impl.complex |
|---|
| Methods in com.healthmarketscience.jackcess.impl.complex that return Attachment | |
|---|---|
Attachment |
ComplexValueForeignKeyImpl.addAttachment(byte[] data)
|
Attachment |
ComplexValueForeignKeyImpl.addAttachment(String url,
String name,
String type,
byte[] data,
Date timeStamp,
Integer flags)
|
Attachment |
ComplexValueForeignKeyImpl.addEncodedAttachment(byte[] encodedData)
|
Attachment |
ComplexValueForeignKeyImpl.addEncodedAttachment(String url,
String name,
String type,
byte[] encodedData,
Date timeStamp,
Integer flags)
|
Attachment |
ComplexValueForeignKeyImpl.deleteAttachment(Attachment attachment)
|
static Attachment |
AttachmentColumnInfoImpl.newAttachment(byte[] data)
|
static Attachment |
AttachmentColumnInfoImpl.newAttachment(ComplexValueForeignKey complexValueFk,
byte[] data)
|
static Attachment |
AttachmentColumnInfoImpl.newAttachment(ComplexValueForeignKey complexValueFk,
String url,
String name,
String type,
byte[] data,
Date timeStamp,
Integer flags)
|
static Attachment |
AttachmentColumnInfoImpl.newAttachment(String url,
String name,
String type,
byte[] data,
Date timeStamp,
Integer flags)
|
static Attachment |
AttachmentColumnInfoImpl.newEncodedAttachment(byte[] encodedData)
|
static Attachment |
AttachmentColumnInfoImpl.newEncodedAttachment(ComplexValueForeignKey complexValueFk,
byte[] encodedData)
|
static Attachment |
AttachmentColumnInfoImpl.newEncodedAttachment(ComplexValueForeignKey complexValueFk,
String url,
String name,
String type,
byte[] encodedData,
Date timeStamp,
Integer flags)
|
static Attachment |
AttachmentColumnInfoImpl.newEncodedAttachment(String url,
String name,
String type,
byte[] encodedData,
Date timeStamp,
Integer flags)
|
Attachment |
ComplexValueForeignKeyImpl.updateAttachment(Attachment attachment)
|
| Methods in com.healthmarketscience.jackcess.impl.complex that return types with arguments of type Attachment | |
|---|---|
List<Attachment> |
ComplexValueForeignKeyImpl.getAttachments()
|
| Methods in com.healthmarketscience.jackcess.impl.complex with parameters of type Attachment | |
|---|---|
Attachment |
ComplexValueForeignKeyImpl.deleteAttachment(Attachment attachment)
|
Attachment |
ComplexValueForeignKeyImpl.updateAttachment(Attachment attachment)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||