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
|
Encapsulation of a prepared statement. |