Scroll to navigation

DBD::SQLite::Constants(3) User Contributed Perl Documentation DBD::SQLite::Constants(3)

NAME

DBD::SQLite::Constants - common SQLite constants

SYNOPSIS

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

DESCRIPTION

You can import necessary SQLite constants from this module. Available tags are "all", "authorizer_action_codes", "authorizer_return_codes", "version" ("compile_time_library_version_numbers"), "extended_result_codes", "file_open" ("flags_for_file_open_operations"), "function_flags", "datatypes" ("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.

CONSTANTS

authorizer_action_codes

authorizer_return_codes

version (compile_time_library_version_numbers)

extended_result_codes

file_open (flags_for_file_open_operations)

function_flags

datatypes (fundamental_datatypes)

result_codes

2017-11-20 perl v5.30.1