menu
webapp package
documentation
wa_mysql.dart
QSelectAll
toSQL method
toSQL method
dark_mode
light_mode
toSQL
method
@
override
String
toSQL
(
)
override
Returns the SQL wildcard "*" for selecting all columns.
Implementation
@override String toSQL() => '*';
webapp package
documentation
wa_mysql
QSelectAll
toSQL method
QSelectAll class