Package io.vertx.mysqlclient
Interface MySQLClient
-
public interface MySQLClient
An interface to define MySQL specific constants or behaviors.
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyKind<Long>
LAST_INSERTED_ID
SqlResultproperty kind
for MySQL last_insert_id.
The property kind can be used to fetch the auto incremented id of the last row when executing inserting or updating operations.
-
-
-
Field Detail
-
LAST_INSERTED_ID
static final PropertyKind<Long> LAST_INSERTED_ID
SqlResultproperty kind
for MySQL last_insert_id.
The property kind can be used to fetch the auto incremented id of the last row when executing inserting or updating operations. The property name islast-inserted-id
.
-
-