Interface SQLRecord
- All Known Implementing Classes:
ImmutableSQLRecord
public interface SQLRecord
SQL record for insert / update.
-
Method Details
-
getKeyColumns
List<org.jooq.Field<?>> getKeyColumns()Returns the column names that serve as keys for the SQL record. Must be included in thereturned fields
.- Returns:
- The key column names, one or more. Never empty.
-
getFields
Returns the fields for the SQL record.- Returns:
- The fields. Never empty.
-