The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.