Module mysql.prepared

Use a DB via SQL prepared statements.

Functions

Name Description
prepare Submit an SQL command to the server to be compiled into a prepared statement.
prepareFunction Convenience function to create a prepared statement which calls a stored function.
prepareProcedure Convenience function to create a prepared statement which calls a stored procedure.

Structs

Name Description
ParameterSpecialization A struct to represent specializations of prepared statement parameters.
Prepared Encapsulation of a prepared statement.
PreparedImpl This is the internal implementation of Prepared. It is not intended to be used directly, as Prepared wraps a PreparedImpl with RefCounted, and offers access to the public PreparedImpl members via "alias this".

Aliases

Name Type Description
PSN ParameterSpecialization A struct to represent specializations of prepared statement parameters.

Authors

Copyright

License