| Modifier and Type | Method and Description |
|---|---|
static PostgreSQLColumnType |
PostgreSQLColumnType.valueOf(int value)
Value of.
|
static PostgreSQLColumnType |
PostgreSQLColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgreSQLColumnType |
PostgreSQLColumnType.valueOfJDBCType(int jdbcType)
Value of JDBC type.
|
static PostgreSQLColumnType[] |
PostgreSQLColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PostgreSQLBinaryProtocolValue |
PostgreSQLBinaryProtocolValueFactory.getBinaryProtocolValue(PostgreSQLColumnType columnType)
Get binary protocol value.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.