Constant DB_STORED_PROCEDURE_NAME

Source
pub const DB_STORED_PROCEDURE_NAME: &'static str;
Expand description

The name of a stored procedure within the database.

§Notes

It is RECOMMENDED to capture the value as provided by the application without attempting to do any case normalization.

For batch operations, if the individual operations are known to have the same stored procedure name then that stored procedure name SHOULD be used.

§Examples

  • "GetCustomer"