public interface FieldDataProvider
Modifier and Type | Method and Description |
---|---|
byte[] |
getFieldData()
Get raw content of the filed.
|
void |
setFieldData(byte[] data)
Set raw content of the field.
|
byte[] getFieldData()
null
if NULL value was
sent from the server.void setFieldData(byte[] data)
data
- raw content of the field.Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.