Package | Description |
---|---|
com.healthmarketscience.jackcess.complex | |
com.healthmarketscience.jackcess.impl.complex |
Modifier and Type | Method and Description |
---|---|
abstract Attachment |
ComplexValueForeignKey.addAttachment(byte[] data) |
abstract Attachment |
ComplexValueForeignKey.addAttachment(String url,
String name,
String type,
byte[] data,
Date timeStamp,
Integer flags)
Deprecated.
see
DateTimeType for details |
abstract Attachment |
ComplexValueForeignKey.addAttachment(String url,
String name,
String type,
byte[] data,
LocalDateTime 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)
Deprecated.
see
DateTimeType for details |
abstract Attachment |
ComplexValueForeignKey.addEncodedAttachment(String url,
String name,
String type,
byte[] encodedData,
LocalDateTime timeStamp,
Integer flags) |
abstract Attachment |
ComplexValueForeignKey.deleteAttachment(Attachment attachment) |
abstract Attachment |
ComplexValueForeignKey.updateAttachment(Attachment attachment) |
Modifier and Type | Method and Description |
---|---|
abstract List<Attachment> |
ComplexValueForeignKey.getAttachments() |
Modifier and Type | Method and Description |
---|---|
abstract Attachment |
ComplexValueForeignKey.deleteAttachment(Attachment attachment) |
abstract Attachment |
ComplexValueForeignKey.updateAttachment(Attachment attachment) |
Modifier and Type | Method and Description |
---|---|
Attachment |
ComplexValueForeignKeyImpl.addAttachment(byte[] data) |
Attachment |
ComplexValueForeignKeyImpl.addAttachment(String url,
String name,
String type,
byte[] data,
Date timeStamp,
Integer flags) |
Attachment |
ComplexValueForeignKeyImpl.addAttachment(String url,
String name,
String type,
byte[] data,
LocalDateTime 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.addEncodedAttachment(String url,
String name,
String type,
byte[] encodedData,
LocalDateTime 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,
Object timeStamp,
Integer flags) |
static Attachment |
AttachmentColumnInfoImpl.newAttachment(String url,
String name,
String type,
byte[] data,
Object 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,
Object timeStamp,
Integer flags) |
static Attachment |
AttachmentColumnInfoImpl.newEncodedAttachment(String url,
String name,
String type,
byte[] encodedData,
Object timeStamp,
Integer flags) |
Attachment |
ComplexValueForeignKeyImpl.updateAttachment(Attachment attachment) |
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
ComplexValueForeignKeyImpl.getAttachments() |
Modifier and Type | Method and Description |
---|---|
Attachment |
ComplexValueForeignKeyImpl.deleteAttachment(Attachment attachment) |
Attachment |
ComplexValueForeignKeyImpl.updateAttachment(Attachment attachment) |
Copyright © 2005–2024 OpenHMS. All rights reserved.