Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MySQLClient

An interface to define MySQL specific constants or behaviors.

Hierarchy

  • MySQLClient

Index

Properties

Properties

Static Readonly LAST_INSERTED_ID

LAST_INSERTED_ID: PropertyKind<number>

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 is last-inserted-id.

Generated using TypeDoc