public static interface MySqlResult.OkSegment extends MySqlResult.RowSegment, MySqlResult.UpdateCount
last inserted id and
affected rows count, and only appears if the statement is an insert, the table has an
auto-increment identifier column, and the statement is not using the RETURNING clause.
Note: a MySqlResult will return only the last inserted id whatever how many rows are inserted.
rowCopyright © 2018–2024 asyncer.io. All rights reserved.