Money.DDL.execute
You're seeing just the function
execute
, go back to Money.DDL module for more information.
Returns a string that will Ecto execute
a single SQL
command.
Arguments
sql
is a single SQL command
Example
iex> Money.DDL.execute "SELECT name FROM customers;"
"execute "SELECT name FROM customers;""