A B C D E F G H I L M N O P R S T V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- acceptsOptions(SqlConnectOptions) - Method in class io.vertx.pgclient.spi.PgDriver
- actualConnection() - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
- 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
- ALLOW - io.vertx.pgclient.SslMode
-
first try a non-SSL connection; if that fails, try an SSL connection.
- appendQueryPlaceholder(StringBuilder, int, int) - Method in class io.vertx.pgclient.spi.PgDriver
B
- bigDecimalValue() - Method in class io.vertx.pgclient.data.Money
- 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() - 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
-
Cast a
SqlConnectiontoPgConnection. - channel(String) - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
-
Return a channel for the given
name. - Cidr - Class in io.vertx.pgclient.data
-
A PostgreSQL classless internet domain routing.
- Cidr() - Constructor for class io.vertx.pgclient.data.Cidr
- Circle - Class in io.vertx.pgclient.data
-
Circle data type in Postgres represented by a center
Pointand 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.PgBuilder
-
Provide a builder for PostgreSQL client backed by a connection pool.
- client(Handler<ClientBuilder<SqlClient>>) - Static method in interface io.vertx.pgclient.PgBuilder
-
Build a client backed by a connection pool with the specified
blockargument. - close() - 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() - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
-
Connect the subscriber to Postgres.
- connect(Vertx) - Static method in interface io.vertx.pgclient.PgConnection
-
Like
PgConnection.connect(Vertx, PgConnectOptions)with options build from the environment variables. - connect(Vertx, PgConnectOptions) - Static method in interface io.vertx.pgclient.PgConnection
-
Connects to the database and returns the connection if that succeeds.
- connect(Vertx, String) - Static method in interface io.vertx.pgclient.PgConnection
-
Like
PgConnection.connect(Vertx, PgConnectOptions)with options build fromconnectionUri. - createConnectionFactory(Vertx, NetClientOptions) - 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_USE_LAYER_7_PROXY - Static variable in class io.vertx.pgclient.PgConnectOptions
- DEFAULT_USER - Static variable in class io.vertx.pgclient.PgConnectOptions
- DISABLE - io.vertx.pgclient.SslMode
-
only try a non-SSL connection.
- doubleValue() - Method in class io.vertx.pgclient.data.Money
- downcast(SqlConnectOptions) - Method in class io.vertx.pgclient.spi.PgDriver
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.Money
- 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
PgConnectOptionsconfigured with environment variables, if the environment variable is not set, then a default value will take precedence over this. - fromUri(String) - Static method in class io.vertx.pgclient.PgConnectOptions
-
Provide a
PgConnectOptionsconfigured from a connection URI.
G
- getA() - Method in class io.vertx.pgclient.data.Line
- getAddress() - Method in class io.vertx.pgclient.data.Cidr
- 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 class io.vertx.pgclient.PgNotice
- getColumn() - Method in exception io.vertx.pgclient.PgException
- getColumn() - Method in class io.vertx.pgclient.PgNotice
- getConstraint() - Method in exception io.vertx.pgclient.PgException
- getConstraint() - Method in class io.vertx.pgclient.PgNotice
- getDataType() - Method in exception io.vertx.pgclient.PgException
- getDataType() - Method in class io.vertx.pgclient.PgNotice
- getDays() - Method in class io.vertx.pgclient.data.Interval
- getDetail() - Method in exception io.vertx.pgclient.PgException
- getDetail() - Method in class io.vertx.pgclient.PgNotice
- getErrorMessage() - Method in exception io.vertx.pgclient.PgException
- getFile() - Method in exception io.vertx.pgclient.PgException
- getFile() - Method in class io.vertx.pgclient.PgNotice
- getHint() - Method in exception io.vertx.pgclient.PgException
- getHint() - Method in class io.vertx.pgclient.PgNotice
- getHours() - Method in class io.vertx.pgclient.data.Interval
- getInternalPosition() - Method in exception io.vertx.pgclient.PgException
- getInternalPosition() - Method in class io.vertx.pgclient.PgNotice
- getInternalQuery() - Method in exception io.vertx.pgclient.PgException
- getInternalQuery() - Method in class io.vertx.pgclient.PgNotice
- getLine() - Method in exception io.vertx.pgclient.PgException
- getLine() - Method in class io.vertx.pgclient.PgNotice
- getLowerLeftCorner() - Method in class io.vertx.pgclient.data.Box
- getMessage() - Method in class io.vertx.pgclient.PgNotice
- 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.Cidr
- 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
- getPosition() - Method in class io.vertx.pgclient.PgNotice
- 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
- getRoutine() - Method in class io.vertx.pgclient.PgNotice
- getSchema() - Method in exception io.vertx.pgclient.PgException
- getSchema() - Method in class io.vertx.pgclient.PgNotice
- getSeconds() - Method in class io.vertx.pgclient.data.Interval
- getSeverity() - Method in exception io.vertx.pgclient.PgException
- getSeverity() - Method in class io.vertx.pgclient.PgNotice
- getSocketAddress() - Method in class io.vertx.pgclient.PgConnectOptions
- getSqlState() - Method in exception io.vertx.pgclient.PgException
- getSslMode() - Method in class io.vertx.pgclient.PgConnectOptions
- getTable() - Method in exception io.vertx.pgclient.PgException
- getTable() - Method in class io.vertx.pgclient.PgNotice
- getUpperRightCorner() - Method in class io.vertx.pgclient.data.Box
- getUseLayer7Proxy() - Method in class io.vertx.pgclient.PgConnectOptions
- getWhere() - Method in exception io.vertx.pgclient.PgException
- getWhere() - Method in class io.vertx.pgclient.PgNotice
- 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.Money
- 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
-
A PosgreSQL inet network address.
- Inet() - Constructor for class io.vertx.pgclient.data.Inet
- init() - Method in class io.vertx.pgclient.PgConnectOptions
-
Initialize with the default options.
- INSTANCE - Static variable in class io.vertx.pgclient.spi.PgDriver
- 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) - Constructor for class io.vertx.pgclient.data.Interval
- Interval(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, 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, int, int) - Constructor for class io.vertx.pgclient.data.Interval
- Interval(int, int, int, int, int, int, 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
- io.vertx.sql.client.pg - module io.vertx.sql.client.pg
- 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
- log(Logger) - Method in class io.vertx.pgclient.PgNotice
M
- merge(JsonObject) - Method in class io.vertx.pgclient.PgConnectOptions
- microseconds(int) - Method in class io.vertx.pgclient.data.Interval
- minutes(int) - Method in class io.vertx.pgclient.data.Interval
- Money - Class in io.vertx.pgclient.data
-
The PostgreSQL MONEY> type.
- Money() - Constructor for class io.vertx.pgclient.data.Money
- Money(Number) - Constructor for class io.vertx.pgclient.data.Money
- months(int) - Method in class io.vertx.pgclient.data.Interval
N
- newPool(Vertx, Supplier<Future<PgConnectOptions>>, PoolOptions, NetClientOptions, Handler<SqlConnection>, CloseFuture) - Method in class io.vertx.pgclient.spi.PgDriver
- noticeHandler(Handler<PgNotice>) - Method in interface io.vertx.pgclient.PgConnection
-
Set a handler called when the connection receives a notice from the server.
- notificationHandler(Handler<PgNotification>) - Method in interface io.vertx.pgclient.PgConnection
-
Set a handler called when the connection receives notification on a channel.
O
- of() - Static method in class io.vertx.pgclient.data.Interval
- of(int) - Static method in class io.vertx.pgclient.data.Interval
- of(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, 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, int, int) - 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(String) - Static method in enum io.vertx.pgclient.SslMode
- of(Duration) - Static method in class io.vertx.pgclient.data.Interval
-
Creates an instance from the given
Duration.
P
- parseConnectionUri(String) - Method in class io.vertx.pgclient.spi.PgDriver
- 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.
- PgBuilder - Interface in io.vertx.pgclient
-
Entry point for building PostgreSQL clients.
- PgChannel - Interface in io.vertx.pgclient.pubsub
-
A channel to Postgres that tracks the subscription to a given Postgres channel using the
LISTEN/UNLISTENcommands. - 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(PgConnectOptions) - Constructor for class io.vertx.pgclient.PgConnectOptions
- PgConnectOptions(SqlConnectOptions) - 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
- PgNotice - Class in io.vertx.pgclient
-
A notification emited by Postgres.
- PgNotice() - Constructor for class io.vertx.pgclient.PgNotice
- PgNotice(JsonObject) - Constructor for class io.vertx.pgclient.PgNotice
- PgNoticeConverter - Class in io.vertx.pgclient
-
Converter and mapper for
PgNotice. - PgNoticeConverter() - Constructor for class io.vertx.pgclient.PgNoticeConverter
- 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
- PgSubscriber - Interface in io.vertx.pgclient.pubsub
-
A class for managing subscriptions using
LISTEN/UNLISTENto 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.PgBuilder
-
Provide a builder for PostgreSQL pool of connections
- pool(Handler<ClientBuilder<Pool>>) - Static method in interface io.vertx.pgclient.PgBuilder
-
Build a pool with the specified
blockargument. - PREFER - io.vertx.pgclient.SslMode
-
first try an SSL connection; if that fails, try a non-SSL connection.
- 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.
- REQUIRE - io.vertx.pgclient.SslMode
-
only try an SSL connection.
- 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.Cidr
- 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.
- setCode(String) - Method in class io.vertx.pgclient.PgNotice
- setColumn(String) - Method in class io.vertx.pgclient.PgNotice
- setConstraint(String) - Method in class io.vertx.pgclient.PgNotice
- setDatabase(String) - Method in class io.vertx.pgclient.PgConnectOptions
- setDataType(String) - Method in class io.vertx.pgclient.PgNotice
- setDays(int) - Method in class io.vertx.pgclient.data.Interval
- setDetail(String) - Method in class io.vertx.pgclient.PgNotice
- setFile(String) - Method in class io.vertx.pgclient.PgNotice
- setHint(String) - Method in class io.vertx.pgclient.PgNotice
- setHost(String) - Method in class io.vertx.pgclient.PgConnectOptions
- setHours(int) - Method in class io.vertx.pgclient.data.Interval
- setInternalPosition(String) - Method in class io.vertx.pgclient.PgNotice
- setInternalQuery(String) - Method in class io.vertx.pgclient.PgNotice
- setLine(String) - Method in class io.vertx.pgclient.PgNotice
- setLowerLeftCorner(Point) - Method in class io.vertx.pgclient.data.Box
- setMessage(String) - Method in class io.vertx.pgclient.PgNotice
- 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.Cidr
- setNetmask(Integer) - Method in class io.vertx.pgclient.data.Inet
-
Set a netmask.
- setOpen(boolean) - Method in class io.vertx.pgclient.data.Path
- 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.
- 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
- setPosition(String) - Method in class io.vertx.pgclient.PgNotice
- 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
- setRadius(double) - Method in class io.vertx.pgclient.data.Circle
- setReconnectAttempts(int) - Method in class io.vertx.pgclient.PgConnectOptions
- setReconnectInterval(long) - Method in class io.vertx.pgclient.PgConnectOptions
- setRoutine(String) - Method in class io.vertx.pgclient.PgNotice
- setSchema(String) - Method in class io.vertx.pgclient.PgNotice
- setSeconds(int) - Method in class io.vertx.pgclient.data.Interval
- setSeverity(String) - Method in class io.vertx.pgclient.PgNotice
- setSslMode(SslMode) - Method in class io.vertx.pgclient.PgConnectOptions
-
Set
SslModefor the client, this option can be used to provide different levels of secure protection. - setSslOptions(ClientSSLOptions) - Method in class io.vertx.pgclient.PgConnectOptions
- setTable(String) - Method in class io.vertx.pgclient.PgNotice
- setTracingPolicy(TracingPolicy) - Method in class io.vertx.pgclient.PgConnectOptions
- setUpperRightCorner(Point) - Method in class io.vertx.pgclient.data.Box
- setUseLayer7Proxy(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
-
Set the client to use a layer 7 (application) proxy compatible protocol, set to
truewhen the client interacts with a layer 7 proxy like PgBouncer instead of a server. - setUser(String) - Method in class io.vertx.pgclient.PgConnectOptions
- setWhere(String) - Method in class io.vertx.pgclient.PgNotice
- 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
- toDuration() - Method in class io.vertx.pgclient.data.Interval
-
Convert this interval to an instance of
Duration. - toJson() - Method in class io.vertx.pgclient.PgConnectOptions
- toJson() - Method in class io.vertx.pgclient.PgNotice
- toJson() - Method in class io.vertx.pgclient.PgNotification
- 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.Money
- 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
- toString() - Method in class io.vertx.pgclient.PgNotice
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 method in enum io.vertx.pgclient.SslMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VALUES - Static variable in enum io.vertx.pgclient.SslMode
- VERIFY_CA - io.vertx.pgclient.SslMode
-
only try an SSL connection, and verify that the server certificate is issued by a trusted certificate authority (CA).
- VERIFY_FULL - io.vertx.pgclient.SslMode
-
only try an SSL connection, verify that the server certificate is issued by a trusted CA and that the requested server host name matches that in the certificate.
W
- wrap(SqlConnectOptions) - Static method in class io.vertx.pgclient.PgConnectOptions
- wrapConnection(ContextInternal, ConnectionFactory<PgConnectOptions>, Connection) - Method in class io.vertx.pgclient.spi.PgDriver
X
Y
- y - Variable in class io.vertx.pgclient.data.Point
- years(int) - Method in class io.vertx.pgclient.data.Interval
All Classes All Packages