| Package | Description |
|---|---|
| com.github.pgasync | |
| com.github.pgasync.impl | |
| com.github.pgasync.impl.conversion | |
| com.github.pgasync.impl.message |
| Modifier and Type | Method and Description |
|---|---|
T |
Converter.to(Oid oid,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
static Oid |
Oid.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Oid |
Oid.valueOfId(int id) |
static Oid[] |
Oid.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
DataConverter.toBigDecimal(Oid oid,
byte[] value) |
java.math.BigInteger |
DataConverter.toBigInteger(Oid oid,
byte[] value) |
java.lang.Byte |
DataConverter.toByte(Oid oid,
byte[] value) |
byte[] |
DataConverter.toBytes(Oid oid,
byte[] value) |
java.lang.Character |
DataConverter.toChar(Oid oid,
byte[] value) |
protected java.lang.Object |
DataConverter.toConvertable(Oid oid,
byte[] value) |
java.sql.Date |
DataConverter.toDate(Oid oid,
byte[] value) |
java.lang.Integer |
DataConverter.toInteger(Oid oid,
byte[] value) |
java.lang.Long |
DataConverter.toLong(Oid oid,
byte[] value) |
<T> T |
DataConverter.toObject(java.lang.Class<T> type,
Oid oid,
byte[] value) |
java.lang.Object |
DataConverter.toObject(Oid oid,
byte[] value) |
java.lang.Short |
DataConverter.toShort(Oid oid,
byte[] value) |
java.lang.String |
DataConverter.toString(Oid oid,
byte[] value) |
java.sql.Time |
DataConverter.toTime(Oid oid,
byte[] value) |
java.sql.Timestamp |
DataConverter.toTimestamp(Oid oid,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
Oid |
RowDescription.ColumnDescription.getType() |
| Constructor and Description |
|---|
ColumnDescription(java.lang.String name,
Oid type) |
Copyright © 2014. All Rights Reserved.