Package io.vertx.reactivex.mysqlclient
Class MySQLClient
- java.lang.Object
-
- io.vertx.reactivex.mysqlclient.MySQLClient
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<MySQLClient>
__TYPE_ARG
static PropertyKind<Long>
LAST_INSERTED_ID
SqlResult 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.
-
Constructor Summary
Constructors Constructor Description MySQLClient(MySQLClient delegate)
MySQLClient(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
MySQLClient
getDelegate()
int
hashCode()
static MySQLClient
newInstance(MySQLClient arg)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<MySQLClient> __TYPE_ARG
-
LAST_INSERTED_ID
public static final PropertyKind<Long> LAST_INSERTED_ID
SqlResult 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
.
-
-
Constructor Detail
-
MySQLClient
public MySQLClient(MySQLClient delegate)
-
MySQLClient
public MySQLClient(Object delegate)
-
-
Method Detail
-
getDelegate
public MySQLClient getDelegate()
-
newInstance
public static MySQLClient newInstance(MySQLClient arg)
-
-