Module mysql.protocol.prepared

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
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".

Authors

Copyright

License