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

A

acceptsOptions(SqlConnectOptions) - Method in class io.vertx.pgclient.spi.PgDriver
 
actualConnection() - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
 
addCrlPath(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
addCrlValue(Buffer) - Method in class io.vertx.pgclient.PgConnectOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
addPoint(Point) - Method in class io.vertx.pgclient.data.Path
 
addPoint(Point) - Method in class io.vertx.pgclient.data.Polygon
 
addProperty(String, String) - Method in class io.vertx.pgclient.PgConnectOptions
 

B

Box - Class in io.vertx.pgclient.data
Rectangular box data type in Postgres represented by pairs of Points that are opposite corners of the box.
Box() - Constructor for class io.vertx.pgclient.data.Box
 
Box(Point, Point) - Constructor for class io.vertx.pgclient.data.Box
 

C

cancelRequest(Handler<AsyncResult<Void>>) - Method in interface io.vertx.pgclient.PgConnection
Send a request cancellation message to tell the server to cancel processing request in this connection.
cast(SqlConnection) - Static method in interface io.vertx.pgclient.PgConnection
channel(String) - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
Return a channel for the given name.
Circle - Class in io.vertx.pgclient.data
Circle data type in Postgres represented by a center Point and radius.
Circle() - Constructor for class io.vertx.pgclient.data.Circle
 
Circle(Point, double) - Constructor for class io.vertx.pgclient.data.Circle
 
client() - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.client(PoolOptions) with default options.
client(PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.client(PgConnectOptions, PoolOptions) with database retrieved from the environment variables.
client(String) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(String, PoolOptions) with default options.
client(String, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.client(PgConnectOptions, PoolOptions) with database retrieved from the connectionUri.
client(Vertx, String) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.client(Vertx, String,PoolOptions) with default options.
client(Vertx, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.client(Vertx, PgConnectOptions, PoolOptions) with database retrieved from the environment variables.
client(Vertx, String, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.client(Vertx, PgConnectOptions, PoolOptions) with database build from connectionUri.
client(PgConnectOptions, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Create a client backed by a connection pool to the PostgreSQL database configured with the given options.
client(Vertx, PgConnectOptions, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.client(PgConnectOptions, PoolOptions) with a specific Vertx instance.
client(Vertx, List<PgConnectOptions>, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.client(List, PoolOptions) with a specific Vertx instance.
client(List<PgConnectOptions>, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Create a client backed by a connection pool to the PostgreSQL databases with round-robin selection.
close() - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
Like PgSubscriber.close(Handler) but with a future of the result
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
Close the subscriber, the retry policy will not be invoked.
closed() - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
 
closeHandler(Handler<Void>) - Method in interface io.vertx.pgclient.PgConnection
closeHandler(Handler<Void>) - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
Set an handler called when the subscriber is closed.
connect(Vertx, PgConnectOptions, Handler<AsyncResult<PgConnection>>) - Static method in interface io.vertx.pgclient.PgConnection
Connects to the database and returns the connection if that succeeds.
connect(Vertx, PgConnectOptions) - Static method in interface io.vertx.pgclient.PgConnection
Like PgConnection.connect(Vertx, PgConnectOptions, Handler) but returns a Future of the asynchronous result
connect(Vertx, Handler<AsyncResult<PgConnection>>) - Static method in interface io.vertx.pgclient.PgConnection
Like PgConnection.connect(Vertx, PgConnectOptions, Handler) with options build from the environment variables.
connect(Vertx) - Static method in interface io.vertx.pgclient.PgConnection
Like PgConnection.connect(Vertx, Handler) but returns a Future of the asynchronous result
connect(Vertx, String, Handler<AsyncResult<PgConnection>>) - Static method in interface io.vertx.pgclient.PgConnection
Like PgConnection.connect(Vertx, PgConnectOptions, Handler) with options build from connectionUri.
connect(Vertx, String) - Static method in interface io.vertx.pgclient.PgConnection
Like PgConnection.connect(Vertx, String, Handler) but returns a Future of the asynchronous result
connect() - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
Like PgSubscriber.connect(Handler) but with a future of the result
connect(Handler<AsyncResult<Void>>) - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
Connect the subscriber to Postgres.
connectHandler(Handler<SqlConnection>) - Method in interface io.vertx.pgclient.PgPool
 
connectionProvider(Function<Context, Future<SqlConnection>>) - Method in interface io.vertx.pgclient.PgPool
 
createClient(Vertx, List<? extends SqlConnectOptions>, PoolOptions) - Method in class io.vertx.pgclient.spi.PgDriver
 
createConnectionFactory(Vertx, SqlConnectOptions) - Method in class io.vertx.pgclient.spi.PgDriver
 
createPool(Vertx, List<? extends SqlConnectOptions>, PoolOptions) - Method in class io.vertx.pgclient.spi.PgDriver
 

D

days(int) - Method in class io.vertx.pgclient.data.Interval
 
DEFAULT_DATABASE - Static variable in class io.vertx.pgclient.PgConnectOptions
 
DEFAULT_HOST - Static variable in class io.vertx.pgclient.PgConnectOptions
 
DEFAULT_PASSWORD - Static variable in class io.vertx.pgclient.PgConnectOptions
 
DEFAULT_PIPELINING_LIMIT - Static variable in class io.vertx.pgclient.PgConnectOptions
 
DEFAULT_PORT - Static variable in class io.vertx.pgclient.PgConnectOptions
 
DEFAULT_PROPERTIES - Static variable in class io.vertx.pgclient.PgConnectOptions
 
DEFAULT_SSLMODE - Static variable in class io.vertx.pgclient.PgConnectOptions
 
DEFAULT_USER - Static variable in class io.vertx.pgclient.PgConnectOptions
 

E

endHandler(Handler<Void>) - Method in interface io.vertx.pgclient.pubsub.PgChannel
Set an handler to be called when no more notifications will be received.
equals(Object) - Method in class io.vertx.pgclient.data.Box
 
equals(Object) - Method in class io.vertx.pgclient.data.Circle
 
equals(Object) - Method in class io.vertx.pgclient.data.Interval
 
equals(Object) - Method in class io.vertx.pgclient.data.Line
 
equals(Object) - Method in class io.vertx.pgclient.data.LineSegment
 
equals(Object) - Method in class io.vertx.pgclient.data.Path
 
equals(Object) - Method in class io.vertx.pgclient.data.Point
 
equals(Object) - Method in class io.vertx.pgclient.data.Polygon
 
equals(Object) - Method in class io.vertx.pgclient.PgConnectOptions
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.pgclient.PgConnection
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.pgclient.pubsub.PgChannel
 

F

fromEnv() - Static method in class io.vertx.pgclient.PgConnectOptions
Provide a PgConnectOptions configured with environment variables, if the environment variable is not set, then a default value will take precedence over this.
fromJson(Iterable<Map.Entry<String, Object>>, PgConnectOptions) - Static method in class io.vertx.pgclient.PgConnectOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, PgNotification) - Static method in class io.vertx.pgclient.PgNotificationConverter
 
fromUri(String) - Static method in class io.vertx.pgclient.PgConnectOptions
Provide a PgConnectOptions configured from a connection URI.

G

getA() - Method in class io.vertx.pgclient.data.Line
 
getAddress() - Method in class io.vertx.pgclient.data.Inet
 
getB() - Method in class io.vertx.pgclient.data.Line
 
getC() - Method in class io.vertx.pgclient.data.Line
 
getCenterPoint() - Method in class io.vertx.pgclient.data.Circle
 
getChannel() - Method in class io.vertx.pgclient.PgNotification
 
getCode() - Method in exception io.vertx.pgclient.PgException
 
getColumn() - Method in exception io.vertx.pgclient.PgException
 
getConstraint() - Method in exception io.vertx.pgclient.PgException
 
getDataType() - Method in exception io.vertx.pgclient.PgException
 
getDays() - Method in class io.vertx.pgclient.data.Interval
 
getDetail() - Method in exception io.vertx.pgclient.PgException
 
getErrorMessage() - Method in exception io.vertx.pgclient.PgException
 
getFile() - Method in exception io.vertx.pgclient.PgException
 
getHint() - Method in exception io.vertx.pgclient.PgException
 
getHours() - Method in class io.vertx.pgclient.data.Interval
 
getInternalPosition() - Method in exception io.vertx.pgclient.PgException
 
getInternalQuery() - Method in exception io.vertx.pgclient.PgException
 
getLine() - Method in exception io.vertx.pgclient.PgException
 
getLowerLeftCorner() - Method in class io.vertx.pgclient.data.Box
 
getMessage() - Method in exception io.vertx.pgclient.PgException
A serialized JsonObject of all non-null error message fields.
getMicroseconds() - Method in class io.vertx.pgclient.data.Interval
 
getMinutes() - Method in class io.vertx.pgclient.data.Interval
 
getMonths() - Method in class io.vertx.pgclient.data.Interval
 
getNetmask() - Method in class io.vertx.pgclient.data.Inet
 
getP1() - Method in class io.vertx.pgclient.data.LineSegment
 
getP2() - Method in class io.vertx.pgclient.data.LineSegment
 
getPayload() - Method in class io.vertx.pgclient.PgNotification
 
getPipeliningLimit() - Method in class io.vertx.pgclient.PgConnectOptions
 
getPoints() - Method in class io.vertx.pgclient.data.Path
 
getPoints() - Method in class io.vertx.pgclient.data.Polygon
 
getPosition() - Method in exception io.vertx.pgclient.PgException
 
getProcessId() - Method in class io.vertx.pgclient.PgNotification
 
getRadius() - Method in class io.vertx.pgclient.data.Circle
 
getRoutine() - Method in exception io.vertx.pgclient.PgException
 
getSchema() - Method in exception io.vertx.pgclient.PgException
 
getSeconds() - Method in class io.vertx.pgclient.data.Interval
 
getSeverity() - Method in exception io.vertx.pgclient.PgException
 
getSocketAddress() - Method in class io.vertx.pgclient.PgConnectOptions
 
getSslMode() - Method in class io.vertx.pgclient.PgConnectOptions
 
getTable() - Method in exception io.vertx.pgclient.PgException
 
getUpperRightCorner() - Method in class io.vertx.pgclient.data.Box
 
getWhere() - Method in exception io.vertx.pgclient.PgException
 
getX() - Method in class io.vertx.pgclient.data.Point
 
getY() - Method in class io.vertx.pgclient.data.Point
 
getYears() - Method in class io.vertx.pgclient.data.Interval
 

H

handler(Handler<String>) - Method in interface io.vertx.pgclient.pubsub.PgChannel
Set or unset an handler to be called when a the channel is notified by Postgres.
hashCode() - Method in class io.vertx.pgclient.data.Box
 
hashCode() - Method in class io.vertx.pgclient.data.Circle
 
hashCode() - Method in class io.vertx.pgclient.data.Interval
 
hashCode() - Method in class io.vertx.pgclient.data.Line
 
hashCode() - Method in class io.vertx.pgclient.data.LineSegment
 
hashCode() - Method in class io.vertx.pgclient.data.Path
 
hashCode() - Method in class io.vertx.pgclient.data.Polygon
 
hashCode() - Method in class io.vertx.pgclient.PgConnectOptions
 
hours(int) - Method in class io.vertx.pgclient.data.Interval
 

I

Inet - Class in io.vertx.pgclient.data
Inet() - Constructor for class io.vertx.pgclient.data.Inet
 
init() - Method in class io.vertx.pgclient.PgConnectOptions
Initialize with the default options.
Interval - Class in io.vertx.pgclient.data
Postgres Interval is date and time based such as 120 years 3 months 332 days 20 hours 20 minutes 20.999999 seconds
Interval() - Constructor for class io.vertx.pgclient.data.Interval
 
Interval(int, int, int, int, int, int, int) - Constructor for class io.vertx.pgclient.data.Interval
 
Interval(int, int, int, int, int, int) - Constructor for class io.vertx.pgclient.data.Interval
 
Interval(int, int, int, int, int) - Constructor for class io.vertx.pgclient.data.Interval
 
Interval(int, int, int, int) - Constructor for class io.vertx.pgclient.data.Interval
 
Interval(int, int, int) - Constructor for class io.vertx.pgclient.data.Interval
 
Interval(int, int) - Constructor for class io.vertx.pgclient.data.Interval
 
Interval(int) - Constructor for class io.vertx.pgclient.data.Interval
 
io.vertx.pgclient - package io.vertx.pgclient
 
io.vertx.pgclient.data - package io.vertx.pgclient.data
 
io.vertx.pgclient.pubsub - package io.vertx.pgclient.pubsub
 
io.vertx.pgclient.spi - package io.vertx.pgclient.spi
 
isOpen() - Method in class io.vertx.pgclient.data.Path
 
isUsingDomainSocket() - Method in class io.vertx.pgclient.PgConnectOptions
 

L

Line - Class in io.vertx.pgclient.data
Line data type in Postgres represented by the linear equation Ax + By + C = 0, where A and B are not both zero.
Line(double, double, double) - Constructor for class io.vertx.pgclient.data.Line
 
LineSegment - Class in io.vertx.pgclient.data
Finite line segment data type in Postgres represented by pairs of Points that are the endpoints of the segment.
LineSegment() - Constructor for class io.vertx.pgclient.data.LineSegment
 
LineSegment(Point, Point) - Constructor for class io.vertx.pgclient.data.LineSegment
 

M

microseconds(int) - Method in class io.vertx.pgclient.data.Interval
 
minutes(int) - Method in class io.vertx.pgclient.data.Interval
 
months(int) - Method in class io.vertx.pgclient.data.Interval
 

N

notificationHandler(Handler<PgNotification>) - Method in interface io.vertx.pgclient.PgConnection
Set an handler called when the connection receives notification on a channel.

O

of() - Static method in class io.vertx.pgclient.data.Interval
 
of(int, int, int, int, int, int, int) - Static method in class io.vertx.pgclient.data.Interval
 
of(int, int, int, int, int, int) - Static method in class io.vertx.pgclient.data.Interval
 
of(int, int, int, int, int) - Static method in class io.vertx.pgclient.data.Interval
 
of(int, int, int, int) - Static method in class io.vertx.pgclient.data.Interval
 
of(int, int, int) - Static method in class io.vertx.pgclient.data.Interval
 
of(int, int) - Static method in class io.vertx.pgclient.data.Interval
 
of(int) - Static method in class io.vertx.pgclient.data.Interval
 
of(String) - Static method in enum io.vertx.pgclient.SslMode
 

P

Path - Class in io.vertx.pgclient.data
Path data type in Postgres represented by lists of connected points.
Path() - Constructor for class io.vertx.pgclient.data.Path
 
Path(boolean, List<Point>) - Constructor for class io.vertx.pgclient.data.Path
 
pause() - Method in interface io.vertx.pgclient.pubsub.PgChannel
Pause the channel, all notifications are discarded.
PgChannel - Interface in io.vertx.pgclient.pubsub
A channel to Postgres that tracks the subscription to a given Postgres channel using the LISTEN/UNLISTEN commands.
PgConnection - Interface in io.vertx.pgclient
A connection to Postgres.
PgConnectOptions - Class in io.vertx.pgclient
 
PgConnectOptions() - Constructor for class io.vertx.pgclient.PgConnectOptions
 
PgConnectOptions(JsonObject) - Constructor for class io.vertx.pgclient.PgConnectOptions
 
PgConnectOptions(SqlConnectOptions) - Constructor for class io.vertx.pgclient.PgConnectOptions
 
PgConnectOptions(PgConnectOptions) - Constructor for class io.vertx.pgclient.PgConnectOptions
 
PgConnectOptionsConverter - Class in io.vertx.pgclient
Converter and mapper for PgConnectOptions.
PgConnectOptionsConverter() - Constructor for class io.vertx.pgclient.PgConnectOptionsConverter
 
PgDriver - Class in io.vertx.pgclient.spi
 
PgDriver() - Constructor for class io.vertx.pgclient.spi.PgDriver
 
PgException - Exception in io.vertx.pgclient
PostgreSQL error including all fields of the ErrorResponse message of the PostgreSQL frontend/backend protocol.
PgException(String, String, String, String) - Constructor for exception io.vertx.pgclient.PgException
 
PgException(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for exception io.vertx.pgclient.PgException
 
PgNotification - Class in io.vertx.pgclient
A notification emited by Postgres.
PgNotification() - Constructor for class io.vertx.pgclient.PgNotification
 
PgNotification(JsonObject) - Constructor for class io.vertx.pgclient.PgNotification
 
PgNotificationConverter - Class in io.vertx.pgclient
Converter and mapper for PgNotification.
PgNotificationConverter() - Constructor for class io.vertx.pgclient.PgNotificationConverter
 
PgPool - Interface in io.vertx.pgclient
PgSubscriber - Interface in io.vertx.pgclient.pubsub
A class for managing subscriptions using LISTEN/UNLISTEN to Postgres channels.
Point - Class in io.vertx.pgclient.data
A Postgresql point.
Point() - Constructor for class io.vertx.pgclient.data.Point
 
Point(double, double) - Constructor for class io.vertx.pgclient.data.Point
 
Polygon - Class in io.vertx.pgclient.data
Polygon data type in Postgres represented by lists of points (the vertexes of the polygon).
Polygon() - Constructor for class io.vertx.pgclient.data.Polygon
 
Polygon(List<Point>) - Constructor for class io.vertx.pgclient.data.Polygon
 
pool() - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(PoolOptions) with a default poolOptions.
pool(PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(PgConnectOptions, PoolOptions) with connectOptions build from the environment variables.
pool(String) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(String, PoolOptions) with a default poolOptions.
pool(String, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(PgConnectOptions, PoolOptions) with connectOptions build from connectionUri.
pool(Vertx, String) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(Vertx, String,PoolOptions) with default options.
pool(Vertx, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(Vertx, PgConnectOptions, PoolOptions) with the database retrieved from the environment variables.
pool(Vertx, String, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(Vertx, PgConnectOptions, PoolOptions) with database retrieved from the given connectionUri.
pool(PgConnectOptions, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Create a connection pool to the PostgreSQL database configured with the given options.
pool(Vertx, PgConnectOptions, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(PgConnectOptions, PoolOptions) with a specific Vertx instance.
pool(List<PgConnectOptions>, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Create a connection pool to the PostgreSQL databases with round-robin selection.
pool(Vertx, List<PgConnectOptions>, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(List, PoolOptions) with a specific Vertx instance.
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in interface io.vertx.pgclient.PgConnection
processId() - Method in interface io.vertx.pgclient.PgConnection
 

R

reconnectPolicy(Function<Integer, Long>) - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
Set the reconnect policy that is executed when the subscriber is disconnected.
resume() - Method in interface io.vertx.pgclient.pubsub.PgChannel
Resume the channel.

S

seconds(int) - Method in class io.vertx.pgclient.data.Interval
 
secretKey() - Method in interface io.vertx.pgclient.PgConnection
 
setA(double) - Method in class io.vertx.pgclient.data.Line
 
setAddress(InetAddress) - Method in class io.vertx.pgclient.data.Inet
Set the inet address
setB(double) - Method in class io.vertx.pgclient.data.Line
 
setC(double) - Method in class io.vertx.pgclient.data.Line
 
setCachePreparedStatements(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setCenterPoint(Point) - Method in class io.vertx.pgclient.data.Circle
 
setChannel(String) - Method in class io.vertx.pgclient.PgNotification
Set the channel value.
setConnectTimeout(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setDatabase(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
setDays(int) - Method in class io.vertx.pgclient.data.Interval
 
setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.pgclient.PgConnectOptions
 
setHost(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
setHostnameVerificationAlgorithm(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
setHours(int) - Method in class io.vertx.pgclient.data.Interval
 
setIdleTimeout(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.pgclient.PgConnectOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setLocalAddress(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
setLogActivity(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setLowerLeftCorner(Point) - Method in class io.vertx.pgclient.data.Box
 
setMetricsName(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
setMicroseconds(int) - Method in class io.vertx.pgclient.data.Interval
 
setMinutes(int) - Method in class io.vertx.pgclient.data.Interval
 
setMonths(int) - Method in class io.vertx.pgclient.data.Interval
 
setNetmask(Integer) - Method in class io.vertx.pgclient.data.Inet
Set a netmask.
setOpen(boolean) - Method in class io.vertx.pgclient.data.Path
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setP1(Point) - Method in class io.vertx.pgclient.data.LineSegment
 
setP2(Point) - Method in class io.vertx.pgclient.data.LineSegment
 
setPassword(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPayload(String) - Method in class io.vertx.pgclient.PgNotification
Set the payload value.
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPipeliningLimit(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPoints(List<Point>) - Method in class io.vertx.pgclient.data.Path
 
setPoints(List<Point>) - Method in class io.vertx.pgclient.data.Polygon
 
setPort(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPreparedStatementCacheMaxSize(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPreparedStatementCacheSqlFilter(Predicate<String>) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPreparedStatementCacheSqlLimit(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setProcessId(int) - Method in class io.vertx.pgclient.PgNotification
Set the process id.
setProperties(Map<String, String>) - Method in class io.vertx.pgclient.PgConnectOptions
 
setProxyOptions(ProxyOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setRadius(double) - Method in class io.vertx.pgclient.data.Circle
 
setReceiveBufferSize(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setReconnectAttempts(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setReconnectInterval(long) - Method in class io.vertx.pgclient.PgConnectOptions
 
setReuseAddress(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setReusePort(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setSeconds(int) - Method in class io.vertx.pgclient.data.Interval
 
setSendBufferSize(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setSoLinger(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setSsl(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setSslHandshakeTimeout(long) - Method in class io.vertx.pgclient.PgConnectOptions
 
setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.pgclient.PgConnectOptions
 
setSslMode(SslMode) - Method in class io.vertx.pgclient.PgConnectOptions
Set SslMode for the client, this option can be used to provide different levels of secure protection.
setTcpCork(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTcpFastOpen(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTcpQuickAck(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTracingPolicy(TracingPolicy) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTrafficClass(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTrustAll(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setUpperRightCorner(Point) - Method in class io.vertx.pgclient.data.Box
 
setUseAlpn(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setUser(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
setX(double) - Method in class io.vertx.pgclient.data.Point
 
setY(double) - Method in class io.vertx.pgclient.data.Point
 
setYears(int) - Method in class io.vertx.pgclient.data.Interval
 
SslMode - Enum in io.vertx.pgclient
The different values for the sslmode parameter provide different levels of protection.
subscribeHandler(Handler<Void>) - Method in interface io.vertx.pgclient.pubsub.PgChannel
Set an handler called when the the channel get subscribed.
subscriber(Vertx, PgConnectOptions) - Static method in interface io.vertx.pgclient.pubsub.PgSubscriber
Create a subscriber.

T

toJson() - Method in class io.vertx.pgclient.PgConnectOptions
 
toJson(PgConnectOptions, JsonObject) - Static method in class io.vertx.pgclient.PgConnectOptionsConverter
 
toJson(PgConnectOptions, Map<String, Object>) - Static method in class io.vertx.pgclient.PgConnectOptionsConverter
 
toJson() - Method in class io.vertx.pgclient.PgNotification
 
toJson(PgNotification, JsonObject) - Static method in class io.vertx.pgclient.PgNotificationConverter
 
toJson(PgNotification, Map<String, Object>) - Static method in class io.vertx.pgclient.PgNotificationConverter
 
toString() - Method in class io.vertx.pgclient.data.Box
 
toString() - Method in class io.vertx.pgclient.data.Circle
 
toString() - Method in class io.vertx.pgclient.data.Interval
 
toString() - Method in class io.vertx.pgclient.data.Line
 
toString() - Method in class io.vertx.pgclient.data.LineSegment
 
toString() - Method in class io.vertx.pgclient.data.Path
 
toString() - Method in class io.vertx.pgclient.data.Point
 
toString() - Method in class io.vertx.pgclient.data.Polygon
 

V

value - Variable in enum io.vertx.pgclient.SslMode
 
valueOf(String) - Static method in enum io.vertx.pgclient.SslMode
Returns the enum constant of this type with the specified name.
VALUES - Static variable in enum io.vertx.pgclient.SslMode
 
values() - Static method in enum io.vertx.pgclient.SslMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(SqlConnectOptions) - Static method in class io.vertx.pgclient.PgConnectOptions
 

X

x - Variable in class io.vertx.pgclient.data.Point
 

Y

y - Variable in class io.vertx.pgclient.data.Point
 
years(int) - Method in class io.vertx.pgclient.data.Interval
 
A B C D E F G H I L M N O P R S T V W X Y 
Skip navigation links

Copyright © 2021 Eclipse. All rights reserved.