| Package | Description |
|---|---|
| eu.clarussecure.proxy.protocol.plugins.pgsql.message.sql.data |
| Modifier and Type | Method and Description |
|---|---|
Type |
Type.getElementType() |
Type |
Types.getType(long typeID) |
Type |
Types.getType(String name) |
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Long,Type> |
Types.getOid2Types() |
List<Type> |
Types.getTypesWithUnfixedOid() |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
TypeWriter.getBytes(Type type,
Object value) |
static Object |
TypeParser.parse(Type type,
int typeModifier,
io.netty.buffer.ByteBuf value) |
static Object |
TypeParser.parse(Type type,
int typeModifier,
CString value) |
void |
Type.setElementType(Type elementType) |
static CString |
TypeWriter.toCString(Type type,
Object value) |
Copyright © 2017 The CLARUS Consortium. All rights reserved.