public interface MySQLClient
| Modifier and Type | Field and Description | 
|---|---|
static PropertyKind<Long> | 
LAST_INSERTED_ID
SqlResult  
property 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.  | 
static final PropertyKind<Long> LAST_INSERTED_ID
property kind for MySQL last_insert_id.last-inserted-id.Copyright © 2020 Eclipse. All rights reserved.