insertAndGetId

Represents the SQL statement that inserts a new row into a table.

Return

The generated ID for the new row.

Samples

org.jetbrains.exposed.sql.tests.shared.dml.InsertTests.testGeneratedKey04