Skip navigation links
A B C D E F G H I M N O P Q R S T U V W 

A

Authentication - Class in com.github.pgasync.impl.message
 
Authentication(boolean, byte[]) - Constructor for class com.github.pgasync.impl.message.Authentication
 
AuthenticationDecoder - Class in com.github.pgasync.impl.io
AuthenticationDecoder() - Constructor for class com.github.pgasync.impl.io.AuthenticationDecoder
 

B

begin(Consumer<Transaction>, Consumer<Throwable>) - Method in class com.github.pgasync.impl.PgConnection
 
begin(Consumer<Transaction>, Consumer<Throwable>) - Method in class com.github.pgasync.impl.PgConnectionPool
 
begin(Consumer<Transaction>, Consumer<Throwable>) - Method in interface com.github.pgasync.TransactionExecutor
Begins a transaction.
Bind - Class in com.github.pgasync.impl.message
 
Bind(byte[][]) - Constructor for class com.github.pgasync.impl.message.Bind
 
BindEncoder - Class in com.github.pgasync.impl.io
BindEncoder() - Constructor for class com.github.pgasync.impl.io.BindEncoder
 
build() - Method in class com.github.pgasync.ConnectionPoolBuilder
 
ByteBufMessageEncoder - Class in com.github.pgasync.impl.netty
Encodes PostgreSQL protocol V3 messages to bytes.
ByteBufMessageEncoder() - Constructor for class com.github.pgasync.impl.netty.ByteBufMessageEncoder
 
bytes(String) - Static method in enum com.github.pgasync.impl.io.IO
 

C

close() - Method in interface com.github.pgasync.Connection
Closes the connection.
close() - Method in interface com.github.pgasync.ConnectionPool
Closes the pool.
close() - Method in class com.github.pgasync.impl.netty.NettyPgConnectionPool
 
close() - Method in class com.github.pgasync.impl.netty.NettyPgProtocolStream
 
close() - Method in class com.github.pgasync.impl.PgConnection
 
close() - Method in class com.github.pgasync.impl.PgConnectionPool
 
close() - Method in interface com.github.pgasync.impl.PgProtocolStream
 
ColumnDescription(String, Oid) - Constructor for class com.github.pgasync.impl.message.RowDescription.ColumnDescription
 
com.github.pgasync - package com.github.pgasync
 
com.github.pgasync.impl - package com.github.pgasync.impl
 
com.github.pgasync.impl.conversion - package com.github.pgasync.impl.conversion
 
com.github.pgasync.impl.io - package com.github.pgasync.impl.io
 
com.github.pgasync.impl.message - package com.github.pgasync.impl.message
 
com.github.pgasync.impl.netty - package com.github.pgasync.impl.netty
 
CommandComplete - Class in com.github.pgasync.impl.message
 
CommandComplete(String) - Constructor for class com.github.pgasync.impl.message.CommandComplete
 
CommandCompleteDecoder - Class in com.github.pgasync.impl.io
CommandCompleteDecoder() - Constructor for class com.github.pgasync.impl.io.CommandCompleteDecoder
 
commit(Runnable, Consumer<Throwable>) - Method in interface com.github.pgasync.Transaction
Commits a transaction.
connect(StartupMessage, Consumer<List<Message>>) - Method in class com.github.pgasync.impl.netty.NettyPgProtocolStream
 
connect(StartupMessage, Consumer<List<Message>>) - Method in interface com.github.pgasync.impl.PgProtocolStream
 
Connection - Interface in com.github.pgasync
A single physical connection to PostgreSQL backend.
ConnectionPool - Interface in com.github.pgasync
Pool of backend Connections.
ConnectionPoolBuilder - Class in com.github.pgasync
Builder for creating ConnectionPool instances.
ConnectionPoolBuilder() - Constructor for class com.github.pgasync.ConnectionPoolBuilder
 
ConnectionPoolBuilder.PoolProperties - Class in com.github.pgasync
Configuration for a pool.
Converter<T> - Interface in com.github.pgasync
Converters extend the driver to handle complex data types, for example json or hstore that have no "standard" Java representation.
converters(Converter<?>...) - Method in class com.github.pgasync.ConnectionPoolBuilder
 

D

database(String) - Method in class com.github.pgasync.ConnectionPoolBuilder
 
dataConverter(DataConverter) - Method in class com.github.pgasync.ConnectionPoolBuilder
 
DataConverter - Class in com.github.pgasync.impl.conversion
 
DataConverter(List<Converter<?>>) - Constructor for class com.github.pgasync.impl.conversion.DataConverter
 
DataConverter() - Constructor for class com.github.pgasync.impl.conversion.DataConverter
 
dataConverter() - Method in class com.github.pgasync.impl.PgConnectionPool
 
DataRow - Class in com.github.pgasync.impl.message
 
DataRow(byte[][]) - Constructor for class com.github.pgasync.impl.message.DataRow
 
DataRowDecoder - Class in com.github.pgasync.impl.io
DataRowDecoder() - Constructor for class com.github.pgasync.impl.io.DataRowDecoder
 
Db - Interface in com.github.pgasync
Main interface to PostgreSQL backend.
Decoder<T extends Message> - Interface in com.github.pgasync.impl.io
Decoder reads messages from byte buffer.

E

encode(ChannelHandlerContext, Message, ByteBuf) - Method in class com.github.pgasync.impl.netty.ByteBufMessageEncoder
 
Encoder<T extends Message> - Interface in com.github.pgasync.impl.io
Encoder writes messages to byte buffer.
ErrorResponse - Class in com.github.pgasync.impl.message
 
ErrorResponse(String, String, String) - Constructor for class com.github.pgasync.impl.message.ErrorResponse
 
ErrorResponse.Level - Enum in com.github.pgasync.impl.message
 
ErrorResponseDecoder - Class in com.github.pgasync.impl.io
ErrorResponseDecoder() - Constructor for class com.github.pgasync.impl.io.ErrorResponseDecoder
 
ExtendedQuery - Enum in com.github.pgasync.impl.message
Stateless extended query protocol messages.
ExtendedQueryEncoder - Class in com.github.pgasync.impl.io
ExtendedQueryEncoder() - Constructor for class com.github.pgasync.impl.io.ExtendedQueryEncoder
 

F

from(T) - Method in interface com.github.pgasync.Converter
 
fromConvertable(Object) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
fromObject(Object) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
fromParameters(List<Object>) - Method in class com.github.pgasync.impl.conversion.DataConverter
 

G

get(int, Class<T>) - Method in class com.github.pgasync.impl.PgRow
 
get(String, Class<T>) - Method in class com.github.pgasync.impl.PgRow
 
get(String) - Method in class com.github.pgasync.impl.PgRow
 
get(int, Class<T>) - Method in interface com.github.pgasync.Row
 
get(String, Class<T>) - Method in interface com.github.pgasync.Row
 
getBigDecimal(int) - Method in class com.github.pgasync.impl.PgRow
 
getBigDecimal(String) - Method in class com.github.pgasync.impl.PgRow
 
getBigDecimal(int) - Method in interface com.github.pgasync.Row
 
getBigDecimal(String) - Method in interface com.github.pgasync.Row
 
getBigInteger(int) - Method in class com.github.pgasync.impl.PgRow
 
getBigInteger(String) - Method in class com.github.pgasync.impl.PgRow
 
getBigInteger(int) - Method in interface com.github.pgasync.Row
 
getBigInteger(String) - Method in interface com.github.pgasync.Row
 
getByte(int) - Method in class com.github.pgasync.impl.PgRow
 
getByte(String) - Method in class com.github.pgasync.impl.PgRow
 
getByte(int) - Method in interface com.github.pgasync.Row
 
getByte(String) - Method in interface com.github.pgasync.Row
 
getBytes(int) - Method in class com.github.pgasync.impl.PgRow
 
getBytes(String) - Method in class com.github.pgasync.impl.PgRow
 
getBytes(int) - Method in interface com.github.pgasync.Row
 
getBytes(String) - Method in interface com.github.pgasync.Row
 
getChar(int) - Method in class com.github.pgasync.impl.PgRow
 
getChar(String) - Method in class com.github.pgasync.impl.PgRow
 
getChar(int) - Method in interface com.github.pgasync.Row
 
getChar(String) - Method in interface com.github.pgasync.Row
 
getCode() - Method in class com.github.pgasync.impl.message.ErrorResponse
 
getCode() - Method in exception com.github.pgasync.SqlException
 
getColumns() - Method in class com.github.pgasync.impl.message.RowDescription
 
getColumns() - Method in class com.github.pgasync.impl.PgResultSet
 
getColumns() - Method in interface com.github.pgasync.ResultSet
 
getConnection(Consumer<Connection>, Consumer<Throwable>) - Method in interface com.github.pgasync.ConnectionPool
Executes a Consumer callback when a connection is available.
getConnection(Consumer<Connection>, Consumer<Throwable>) - Method in class com.github.pgasync.impl.PgConnectionPool
 
getCString(ByteBuffer, byte[]) - Static method in enum com.github.pgasync.impl.io.IO
 
getDatabase() - Method in class com.github.pgasync.ConnectionPoolBuilder.PoolProperties
 
getDatabase() - Method in class com.github.pgasync.impl.message.StartupMessage
 
getDataConverter() - Method in class com.github.pgasync.ConnectionPoolBuilder.PoolProperties
 
getDate(int) - Method in class com.github.pgasync.impl.PgRow
 
getDate(String) - Method in class com.github.pgasync.impl.PgRow
 
getDate(int) - Method in interface com.github.pgasync.Row
 
getDate(String) - Method in interface com.github.pgasync.Row
 
getHostname() - Method in class com.github.pgasync.ConnectionPoolBuilder.PoolProperties
 
getInt(int) - Method in class com.github.pgasync.impl.PgRow
 
getInt(String) - Method in class com.github.pgasync.impl.PgRow
 
getInt(int) - Method in interface com.github.pgasync.Row
 
getInt(String) - Method in interface com.github.pgasync.Row
 
getLevel() - Method in class com.github.pgasync.impl.message.ErrorResponse
 
getLong(int) - Method in class com.github.pgasync.impl.PgRow
 
getLong(String) - Method in class com.github.pgasync.impl.PgRow
 
getLong(int) - Method in interface com.github.pgasync.Row
 
getLong(String) - Method in interface com.github.pgasync.Row
 
getMd5Salt() - Method in class com.github.pgasync.impl.message.Authentication
 
getMessage() - Method in class com.github.pgasync.impl.message.ErrorResponse
 
getMessageId() - Method in class com.github.pgasync.impl.io.AuthenticationDecoder
 
getMessageId() - Method in class com.github.pgasync.impl.io.CommandCompleteDecoder
 
getMessageId() - Method in class com.github.pgasync.impl.io.DataRowDecoder
 
getMessageId() - Method in interface com.github.pgasync.impl.io.Decoder
 
getMessageId() - Method in class com.github.pgasync.impl.io.ErrorResponseDecoder
 
getMessageId() - Method in class com.github.pgasync.impl.io.ReadyForQueryDecoder
 
getMessageId() - Method in class com.github.pgasync.impl.io.RowDescriptionDecoder
 
getMessageType() - Method in class com.github.pgasync.impl.io.BindEncoder
 
getMessageType() - Method in interface com.github.pgasync.impl.io.Encoder
 
getMessageType() - Method in class com.github.pgasync.impl.io.ExtendedQueryEncoder
 
getMessageType() - Method in class com.github.pgasync.impl.io.ParseEncoder
 
getMessageType() - Method in class com.github.pgasync.impl.io.PasswordMessageEncoder
 
getMessageType() - Method in class com.github.pgasync.impl.io.QueryEncoder
 
getMessageType() - Method in class com.github.pgasync.impl.io.StartupMessageEncoder
 
getName() - Method in class com.github.pgasync.impl.message.RowDescription.ColumnDescription
 
getParams() - Method in class com.github.pgasync.impl.message.Bind
 
getPassword() - Method in class com.github.pgasync.ConnectionPoolBuilder.PoolProperties
 
getPassword() - Method in class com.github.pgasync.impl.message.PasswordMessage
 
getPasswordHash() - Method in class com.github.pgasync.impl.message.PasswordMessage
 
getPoolSize() - Method in class com.github.pgasync.ConnectionPoolBuilder.PoolProperties
 
getPort() - Method in class com.github.pgasync.ConnectionPoolBuilder.PoolProperties
 
getProtocol() - Method in class com.github.pgasync.impl.message.StartupMessage
 
getQuery() - Method in class com.github.pgasync.impl.message.Parse
 
getQuery() - Method in class com.github.pgasync.impl.message.Query
 
getShort(int) - Method in class com.github.pgasync.impl.PgRow
 
getShort(String) - Method in class com.github.pgasync.impl.PgRow
 
getShort(int) - Method in interface com.github.pgasync.Row
 
getShort(String) - Method in interface com.github.pgasync.Row
 
getString(int) - Method in class com.github.pgasync.impl.PgRow
 
getString(String) - Method in class com.github.pgasync.impl.PgRow
 
getString(int) - Method in interface com.github.pgasync.Row
 
getString(String) - Method in interface com.github.pgasync.Row
 
getTime(int) - Method in class com.github.pgasync.impl.PgRow
 
getTime(String) - Method in class com.github.pgasync.impl.PgRow
 
getTime(int) - Method in interface com.github.pgasync.Row
 
getTime(String) - Method in interface com.github.pgasync.Row
 
getTimestamp(String) - Method in class com.github.pgasync.impl.PgRow
 
getTimestamp(int) - Method in class com.github.pgasync.impl.PgRow
 
getTimestamp(int) - Method in interface com.github.pgasync.Row
 
getTimestamp(String) - Method in interface com.github.pgasync.Row
 
getType() - Method in class com.github.pgasync.impl.message.RowDescription.ColumnDescription
 
getUpdatedRows() - Method in class com.github.pgasync.impl.message.CommandComplete
 
getUsername() - Method in class com.github.pgasync.ConnectionPoolBuilder.PoolProperties
 
getUsername() - Method in class com.github.pgasync.impl.message.StartupMessage
 
getValue(int) - Method in class com.github.pgasync.impl.message.DataRow
 

H

hostname(String) - Method in class com.github.pgasync.ConnectionPoolBuilder
 

I

IO - Enum in com.github.pgasync.impl.io
Static utility methods for input/output.
isAuthenticationOk() - Method in class com.github.pgasync.impl.message.Authentication
 
isConnected() - Method in class com.github.pgasync.impl.netty.NettyPgProtocolStream
 
isConnected() - Method in interface com.github.pgasync.impl.PgProtocolStream
 
iterator() - Method in class com.github.pgasync.impl.PgResultSet
 
iterator() - Method in interface com.github.pgasync.ResultSet
 

M

Message - Interface in com.github.pgasync.impl.message
Marker interface for PostgreSQL protocol V3 messages.

N

NettyPgConnectionPool - Class in com.github.pgasync.impl.netty
NettyPgConnectionPool(ConnectionPoolBuilder.PoolProperties) - Constructor for class com.github.pgasync.impl.netty.NettyPgConnectionPool
 
NettyPgProtocolStream - Class in com.github.pgasync.impl.netty
Netty connection to PostgreSQL backend.
NettyPgProtocolStream(SocketAddress, EventLoopGroup) - Constructor for class com.github.pgasync.impl.netty.NettyPgProtocolStream
 
newConnection(InetSocketAddress) - Method in class com.github.pgasync.impl.netty.NettyPgConnectionPool
 
newConnection(InetSocketAddress) - Method in class com.github.pgasync.impl.PgConnectionPool
Creates a new connection to the backend.

O

Oid - Enum in com.github.pgasync.impl
Object identifiers, copied from org.postgresql.core.Oid.

P

Parse - Class in com.github.pgasync.impl.message
 
Parse(String) - Constructor for class com.github.pgasync.impl.message.Parse
 
ParseEncoder - Class in com.github.pgasync.impl.io
ParseEncoder() - Constructor for class com.github.pgasync.impl.io.ParseEncoder
 
password(String) - Method in class com.github.pgasync.ConnectionPoolBuilder
 
PasswordMessage - Class in com.github.pgasync.impl.message
 
PasswordMessage(String, String, byte[]) - Constructor for class com.github.pgasync.impl.message.PasswordMessage
 
PasswordMessageEncoder - Class in com.github.pgasync.impl.io
PasswordMessageEncoder() - Constructor for class com.github.pgasync.impl.io.PasswordMessageEncoder
 
PgConnection - Class in com.github.pgasync.impl
A connection to PostgreSQL backed.
PgConnection(PgProtocolStream, DataConverter) - Constructor for class com.github.pgasync.impl.PgConnection
 
PgConnectionPool - Class in com.github.pgasync.impl
Pool for backend connections.
PgConnectionPool(ConnectionPoolBuilder.PoolProperties) - Constructor for class com.github.pgasync.impl.PgConnectionPool
 
PgProtocolStream - Interface in com.github.pgasync.impl
Stream of messages from/to backend server.
PgResultSet - Class in com.github.pgasync.impl
ResultSet constructed from Query/Execute response messages.
PgResultSet(Map<String, PgColumn>, List<Row>, int) - Constructor for class com.github.pgasync.impl.PgResultSet
 
PgRow - Class in com.github.pgasync.impl
Result row, uses DataConverter for all conversions.
PgRow(DataRow, Map<String, PgColumn>, DataConverter) - Constructor for class com.github.pgasync.impl.PgRow
 
PoolProperties() - Constructor for class com.github.pgasync.ConnectionPoolBuilder.PoolProperties
 
poolSize(int) - Method in class com.github.pgasync.ConnectionPoolBuilder
 
port(int) - Method in class com.github.pgasync.ConnectionPoolBuilder
 
putCString(ByteBuffer, String) - Static method in enum com.github.pgasync.impl.io.IO
 

Q

Query - Class in com.github.pgasync.impl.message
 
Query(String) - Constructor for class com.github.pgasync.impl.message.Query
 
query(String, Consumer<ResultSet>, Consumer<Throwable>) - Method in class com.github.pgasync.impl.PgConnection
 
query(String, List, Consumer<ResultSet>, Consumer<Throwable>) - Method in class com.github.pgasync.impl.PgConnection
 
query(String, Consumer<ResultSet>, Consumer<Throwable>) - Method in class com.github.pgasync.impl.PgConnectionPool
 
query(String, List, Consumer<ResultSet>, Consumer<Throwable>) - Method in class com.github.pgasync.impl.PgConnectionPool
 
query(String, Consumer<ResultSet>, Consumer<Throwable>) - Method in interface com.github.pgasync.QueryExecutor
Executes a simple query.
query(String, List, Consumer<ResultSet>, Consumer<Throwable>) - Method in interface com.github.pgasync.QueryExecutor
Executes an anonymous prepared statement.
QueryEncoder - Class in com.github.pgasync.impl.io
QueryEncoder() - Constructor for class com.github.pgasync.impl.io.QueryEncoder
 
QueryExecutor - Interface in com.github.pgasync
QueryExecutor submits SQL for execution.

R

read(ByteBuffer) - Method in class com.github.pgasync.impl.io.AuthenticationDecoder
 
read(ByteBuffer) - Method in class com.github.pgasync.impl.io.CommandCompleteDecoder
 
read(ByteBuffer) - Method in class com.github.pgasync.impl.io.DataRowDecoder
 
read(ByteBuffer) - Method in interface com.github.pgasync.impl.io.Decoder
 
read(ByteBuffer) - Method in class com.github.pgasync.impl.io.ErrorResponseDecoder
 
read(ByteBuffer) - Method in class com.github.pgasync.impl.io.ReadyForQueryDecoder
 
read(ByteBuffer) - Method in class com.github.pgasync.impl.io.RowDescriptionDecoder
 
ReadyForQuery - Enum in com.github.pgasync.impl.message
 
ReadyForQueryDecoder - Class in com.github.pgasync.impl.io
ReadyForQueryDecoder() - Constructor for class com.github.pgasync.impl.io.ReadyForQueryDecoder
 
release(Connection) - Method in interface com.github.pgasync.ConnectionPool
Releases a connection back to the pool.
release(Connection) - Method in class com.github.pgasync.impl.PgConnectionPool
 
ResultSet - Interface in com.github.pgasync
SQL result set.
rollback(Runnable, Consumer<Throwable>) - Method in interface com.github.pgasync.Transaction
Rollbacks a transaction.
row(int) - Method in class com.github.pgasync.impl.PgResultSet
 
row(int) - Method in interface com.github.pgasync.ResultSet
 
Row - Interface in com.github.pgasync
Row in a query result set.
RowDescription - Class in com.github.pgasync.impl.message
 
RowDescription(RowDescription.ColumnDescription[]) - Constructor for class com.github.pgasync.impl.message.RowDescription
 
RowDescription.ColumnDescription - Class in com.github.pgasync.impl.message
 
RowDescriptionDecoder - Class in com.github.pgasync.impl.io
RowDescriptionDecoder() - Constructor for class com.github.pgasync.impl.io.RowDescriptionDecoder
 

S

send(Message, Consumer<List<Message>>) - Method in class com.github.pgasync.impl.netty.NettyPgProtocolStream
 
send(List<Message>, Consumer<List<Message>>) - Method in class com.github.pgasync.impl.netty.NettyPgProtocolStream
 
send(Message, Consumer<List<Message>>) - Method in interface com.github.pgasync.impl.PgProtocolStream
 
send(List<Message>, Consumer<List<Message>>) - Method in interface com.github.pgasync.impl.PgProtocolStream
 
size() - Method in class com.github.pgasync.impl.PgResultSet
 
size() - Method in interface com.github.pgasync.ResultSet
 
SqlException - Exception in com.github.pgasync
Backend or client error.
SqlException(String, String, String) - Constructor for exception com.github.pgasync.SqlException
 
SqlException(String) - Constructor for exception com.github.pgasync.SqlException
 
SqlException(Throwable) - Constructor for exception com.github.pgasync.SqlException
 
StartupMessage - Class in com.github.pgasync.impl.message
 
StartupMessage(String, String) - Constructor for class com.github.pgasync.impl.message.StartupMessage
 
StartupMessageEncoder - Class in com.github.pgasync.impl.io
StartupMessageEncoder() - Constructor for class com.github.pgasync.impl.io.StartupMessageEncoder
 

T

to(Oid, byte[]) - Method in interface com.github.pgasync.Converter
 
toBigDecimal(Oid, byte[]) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
toBigInteger(Oid, byte[]) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
toByte(Oid, byte[]) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
toBytes(Oid, byte[]) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
toChar(Oid, byte[]) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
toConvertable(Oid, byte[]) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
toDate(Oid, byte[]) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
toInteger(Oid, byte[]) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
toLong(Oid, byte[]) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
toObject(Class<T>, Oid, byte[]) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
toObject(Oid, byte[]) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
toShort(Oid, byte[]) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
toString(Oid, byte[]) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
toTime(Oid, byte[]) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
toTimestamp(Oid, byte[]) - Method in class com.github.pgasync.impl.conversion.DataConverter
 
Transaction - Interface in com.github.pgasync
A unit of work.
TransactionExecutor - Interface in com.github.pgasync
TransactionExecutor begins backend transactions.
type() - Method in interface com.github.pgasync.Converter
 

U

updatedRows() - Method in class com.github.pgasync.impl.PgResultSet
 
updatedRows() - Method in interface com.github.pgasync.ResultSet
 
username(String) - Method in class com.github.pgasync.ConnectionPoolBuilder
 

V

valueOf(String) - Static method in enum com.github.pgasync.impl.io.IO
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.pgasync.impl.message.ErrorResponse.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.pgasync.impl.message.ExtendedQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.pgasync.impl.message.ReadyForQuery
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.pgasync.impl.Oid
Returns the enum constant of this type with the specified name.
valueOfId(int) - Static method in enum com.github.pgasync.impl.Oid
 
values() - Static method in enum com.github.pgasync.impl.io.IO
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.pgasync.impl.message.ErrorResponse.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.pgasync.impl.message.ExtendedQuery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.pgasync.impl.message.ReadyForQuery
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.pgasync.impl.Oid
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(Bind, ByteBuffer) - Method in class com.github.pgasync.impl.io.BindEncoder
 
write(T, ByteBuffer) - Method in interface com.github.pgasync.impl.io.Encoder
 
write(ExtendedQuery, ByteBuffer) - Method in class com.github.pgasync.impl.io.ExtendedQueryEncoder
 
write(Parse, ByteBuffer) - Method in class com.github.pgasync.impl.io.ParseEncoder
 
write(PasswordMessage, ByteBuffer) - Method in class com.github.pgasync.impl.io.PasswordMessageEncoder
 
write(Query, ByteBuffer) - Method in class com.github.pgasync.impl.io.QueryEncoder
 
write(StartupMessage, ByteBuffer) - Method in class com.github.pgasync.impl.io.StartupMessageEncoder
 
A B C D E F G H I M N O P Q R S T U V W 
Skip navigation links

Copyright © 2014. All Rights Reserved.