menu
dormql package
documentation
dorm.dart
StoredProcedureBuilder
withSchema method
withSchema method
dark_mode
light_mode
withSchema
method
StoredProcedureBuilder
withSchema
(
String
schema
)
Implementation
StoredProcedureBuilder withSchema(String schema) { _schema = schema; return this; }
dormql package
documentation
dorm
StoredProcedureBuilder
withSchema method
StoredProcedureBuilder class