# Functions
DefaultTestHookEventOptions are the default options for NewTestHookEvent.
NewTestHookEvent returns a new sql.HookEvent for tests purposes.
WithArguments is used to set the arguments of the test sql.HookEvent.
WithOperation is used to set the sql.Operation of the test sql.HookEvent.
WithQuery is used to set the query of the test sql.HookEvent.
WithSystem is used to set the sql.System of the test sql.HookEvent.
# Variables
No description provided by the author
No description provided by the author
# Type aliases
TestHookEventOption are the functional options for NewTestHookEvent.