| Interface and Description |
|---|
| io.vertx.pgclient.PgPool |
| Method and Description |
|---|
| io.vertx.pgclient.PgException.getCode()
use
PgException.getSqlState() instead |
| io.vertx.pgclient.data.Money.getDecimalPart()
as of 4.5, use
Money.bigDecimalValue() instead |
| io.vertx.pgclient.data.Money.getIntegerPart()
as of 4.5, use
Money.bigDecimalValue() instead |
| io.vertx.pgclient.data.Money.setDecimalPart(int)
as of 4.5, create another instance instead
|
| io.vertx.pgclient.data.Money.setIntegerPart(long)
as of 4.5, create another instance instead
|
| Constructor and Description |
|---|
| io.vertx.pgclient.data.Money(long, int)
as of 4.5, use
Money(Number) instead |
Copyright © 2025 Eclipse. All rights reserved.