menu
access package
documentation
dbtool.dart
IntegerArray function
IntegerArray function
dark_mode
light_mode
IntegerArray
function
SqlType
IntegerArray
(
{
String
constraint
=
notNull
,
})
Implementation
SqlType IntegerArray({String constraint = notNull}) => SqlType("integer[]", constraint: constraint);
access package
documentation
dbtool
IntegerArray function
access.dbtool library