|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.transport.pg.PGbytea
public class PGbytea
Converts to and from the postgresql bytea datatype used by the backend.
Constructor Summary | |
---|---|
PGbytea()
|
Method Summary | |
---|---|
static byte[] |
toBytes(byte[] s)
|
static java.lang.String |
toPGString(byte[] p_buf)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PGbytea()
Method Detail |
---|
public static byte[] toBytes(byte[] s) throws java.sql.SQLException
java.sql.SQLException
public static java.lang.String toPGString(byte[] p_buf) throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |