| Package | Description |
|---|---|
| io.vertx.mysqlclient | |
| io.vertx.reactivex.sqlclient | |
| io.vertx.rxjava.sqlclient | |
| io.vertx.sqlclient | |
| io.vertx.sqlclient.impl |
| Modifier and Type | Field and Description |
|---|---|
static PropertyKind<Long> |
MySQLClient.LAST_INSERTED_ID
SqlResult Property for last_insert_id
|
| Modifier and Type | Method and Description |
|---|---|
PropertyKind |
PropertyKind.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static <T> PropertyKind<T> |
PropertyKind.newInstance(PropertyKind arg) |
static <T> PropertyKind<T> |
PropertyKind.newInstance(PropertyKind arg,
TypeArg<T> __typeArg_T) |
| Constructor and Description |
|---|
PropertyKind(PropertyKind delegate) |
| Modifier and Type | Method and Description |
|---|---|
PropertyKind |
PropertyKind.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static <T> PropertyKind<T> |
PropertyKind.newInstance(PropertyKind arg) |
static <T> PropertyKind<T> |
PropertyKind.newInstance(PropertyKind arg,
TypeArg<T> __typeArg_T) |
| Constructor and Description |
|---|
PropertyKind(PropertyKind delegate) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
SqlResult.property(PropertyKind<V> propertyKind)
Get the property with the specified
PropertyKind. |
| Modifier and Type | Method and Description |
|---|---|
<V> void |
QueryResultHandler.addProperty(PropertyKind<V> property,
V value) |
<V> V |
SqlResultBase.property(PropertyKind<V> property) |
Copyright © 2020. All rights reserved.