DBConnection.Query.encode
You're seeing just the function
encode
, go back to DBConnection.Query module for more information.
Specs
Encode parameters using a query.
This function is called to encode a query before it is executed using a connection callback module.
If this function raises DBConnection.EncodeError
, then the query is
prepared once again.