|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArrayAssistant
Implement this interface and register the its instance to ArrayAssistantRegistry, to let Postgres driver to support more array type
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
Class<?> baseType()
Object buildElement(byte[] bytes,
int pos,
int len)
bytes - input bytespos - position in input arraylen - length of the element
Object buildElement(String literal)
literal - string representation of array element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||