The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBD::SQLite::Constants

SYNOPSIS

  DBD::SQLite::Constants qw/:result_codes/;

DESCRIPTION

You can import necessary SQLite constants from this module. Available tags are 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.