Interface MySQLClient
public interface MySQLClient
An interface to define MySQL specific constants or behaviors.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyKind<Long> SqlResultproperty kindfor 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 Details
-
LAST_INSERTED_ID
SqlResultproperty kindfor 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.
-