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()
ArrayAssistantbaseType in interface ArrayAssistantpublic Object buildElement(byte[] bytes, int pos, int len)
ArrayAssistantbuildElement in interface ArrayAssistantbytes - input bytespos - position in input arraylen - length of the elementpublic Object buildElement(String literal)
ArrayAssistantbuildElement in interface ArrayAssistantliteral - string representation of array elementCopyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.