menu
access package
documentation
dbtool.dart
PrimaryKey function
PrimaryKey function
dark_mode
light_mode
PrimaryKey
function
SqlType
PrimaryKey
(
Iterable
<
String
>
columns
)
A multi-column primary key.
Implementation
SqlType PrimaryKey(Iterable<String> columns) => PrimaryKeyType(columns);
access package
documentation
dbtool
PrimaryKey function
access.dbtool library