composeDropDb function

String composeDropDb(
  1. DropDb st
)

Implementation

String composeDropDb(final DropDb st) => "DROP DATABASE ${st.name}";