public interface SequenceDsl
| Modifier and Type | Method and Description |
|---|---|
default StatementDsl |
insertInto(String tableName)
An insertion operation on the SQL Database (DB)
|
StatementDsl |
insertInto(String tableName,
Long id)
An insertion operation on the SQL Database (DB)
|
StatementDsl insertInto(String tableName, Long id)
tableName - the target table in the DBid - an id for this insertion. Can be null.default StatementDsl insertInto(String tableName)
tableName - the target table in the DBCopyright © 2016–2025. All rights reserved.