NAME
DBD::SQLcipher::Constants
SYNOPSIS
DBD::SQLcipher::Constants qw/:result_codes/;
DESCRIPTION
You can import necessary SQLcipher constants from this module. Available tags are all
, authorizer_action_codes
, authorizer_return_codes
, extended_result_codes
, flags_for_file_open_operations
, function_flags
, fundamental_datatypes
, result_codes
. See http://sqlite.org/c3ref/constlist.html for the complete list of constants.
This module does not export anything by default.