public interface ArrayAssistant
Modifier and Type | Method and Description |
---|---|
Class<?> |
baseType()
get array base type.
|
Object |
buildElement(byte[] bytes,
int pos,
int len)
build a array element from its binary bytes.
|
Object |
buildElement(String literal)
build an array element from its literal string.
|
Class<?> baseType()
Object buildElement(byte[] bytes, int pos, int len)
bytes
- input bytespos
- position in input arraylen
- length of the elementCopyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.