I'm dealing with a large number of tiny data points for a given sample

I may use a text (blob) field anyway, but I would like to test using and 
array of single byte.  Since I'm using postgres this is "char"[100000].  
The code generator gives me the field as String[].  What I would rather get 
is a CharBuffer.  I would rather not go through the String just to get the 
char (cb.charAt(address) rather the sa[address].charAt(0)).  And similarly 
with slices of the CharBuffer's array.

I'm using postgres 9.3 amd jooq-3.3.1 on RHEL.

Pointers and such greatly appreciated,

rjs

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to