primaryKey
private final boolean primaryKey
The field for the
primaryKey record component.columnName - Table Column NamedataType - SQL type from java.sql.Typesnullable - Nullable status corresponding to java.sql.DatabaseMetaData IS_NULLABLEprimaryKey - Primary Key statusColumnDefinitionColumnDefinition.Nullableprivate final StringcolumnName record component.private final intdataType record component.private final ColumnDefinition.Nullablenullable record component.private final booleanprimaryKey record component.StandardColumnDefinition(String columnName) StandardColumnDefinition(String columnName,
int dataType,
ColumnDefinition.Nullable nullable,
boolean primaryKey) StandardColumnDefinition record class.columnName record component.intdataType()dataType record component.final booleanfinal inthashCode()nullable()nullable record component.booleanprimaryKey record component.final StringtoString()columnName record component.dataType record component.nullable record component.primaryKey record component.columnName - Table Column NameStandardColumnDefinition record class.columnName - the value for the columnName record componentdataType - the value for the dataType record componentnullable - the value for the nullable record componentprimaryKey - the value for the primaryKey record componentObjects::equals(Object,Object); primitive components are compared with '=='.columnName record component.columnName in interface ColumnDefinitioncolumnName record componentdataType record component.dataType in interface ColumnDefinitiondataType record componentnullable record component.nullable in interface ColumnDefinitionnullable record componentprimaryKey record component.primaryKey in interface ColumnDefinitionprimaryKey record component