menu
khadem package
documentation
database/query.dart
Grammar
compileLimit method
compileLimit method
dark_mode
light_mode
compileLimit
method
String
compileLimit
(
int
limit
)
Compile the "limit" portion of the query.
Implementation
String compileLimit(int limit) { return 'LIMIT $limit'; }
khadem package
documentation
database/query
Grammar
compileLimit method
Grammar class