public class UUIDArrayAssistant extends Object implements ArrayAssistant
Constructor and Description |
---|
UUIDArrayAssistant() |
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.
|
public Class<?> baseType()
ArrayAssistant
baseType
in interface ArrayAssistant
public Object buildElement(byte[] bytes, int pos, int len)
ArrayAssistant
buildElement
in interface ArrayAssistant
bytes
- input bytespos
- position in input arraylen
- length of the elementpublic Object buildElement(String literal)
ArrayAssistant
buildElement
in interface ArrayAssistant
literal
- string representation of array elementCopyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.