public interface SQLRecord
| Modifier and Type | Method and Description |
|---|---|
Map<org.jooq.Field<?>,?> |
getFields()
Returns the fields for the SQL record.
|
List<org.jooq.Field<?>> |
getKeyColumns()
Returns the column names that serve as keys for the SQL record.
|
List<org.jooq.Field<?>> getKeyColumns()
returned fields.Copyright © 2016 Connect2id Ltd.. All Rights Reserved.