info > DBD::SQLite::Constants

📛 NAME

DBD::SQLite::Constants - common SQLite constants

🚀 Quick Reference

Use CaseCommandDescription
Import all constantsuse DBD::SQLite::Constants qw/:all/;All constant groups at once
Import result codes onlyuse DBD::SQLite::Constants qw/:result_codes/;Basic SQLite result codes (SQLITE_OK, etc.)
Import extended result codesuse DBD::SQLite::Constants qw/:extended_result_codes/;Detailed error codes
Import authorizer action codesuse DBD::SQLite::Constants qw/:authorizer_action_codes/;SQL actions for authorizer callbacks
Import authorizer return codesuse DBD::SQLite::Constants qw/:authorizer_return_codes/;Authorizer return values (SQLITE_DENY, SQLITE_IGNORE)
Import datatypesuse DBD::SQLite::Constants qw/:datatypes/;SQLite fundamental datatypes
Import file open flagsuse DBD::SQLite::Constants qw/:file_open/;Flags for sqlite3_open_v2
Import function flagsuse DBD::SQLite::Constants qw/:function_flags/;Flags for sqlite3_create_function
Import version numbersuse DBD::SQLite::Constants qw/:version/;Compile-time version number
Import database config optionsuse DBD::SQLite::Constants qw/:database_connection_configuration_options/;Options for sqlite3_db_config
Import runtime limit categoriesuse DBD::SQLite::Constants qw/:run_time_limit_categories/;Limits for sqlite3_limit
Import DBD::SQLite string modesuse DBD::SQLite::Constants qw/:dbd_sqlite_string_mode/;String mode constants for DBD::SQLite
Import transaction state valuesuse DBD::SQLite::Constants qw/:allowed_return_values_from_sqlite3_txn_state/;Return values from sqlite3_txn_state

📋 SYNOPSIS

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

📖 DESCRIPTION

You can import necessary SQLite constants from this module. Available tags are all, allowed_return_values_from_sqlite3_txn_state, authorizer_action_codes, authorizer_return_codes, version (compile_time_library_version_numbers), database_connection_configuration_options, dbd_sqlite_string_mode, extended_result_codes, file_open (flags_for_file_open_operations), function_flags, datatypes (fundamental_datatypes), result_codes, run_time_limit_categories. See http://sqlite.org/c3ref/constlist.html for the complete list of constants.

This module does not export anything by default.

🔢 CONSTANTS

📌 allowed_return_values_from_sqlite3_txn_state

🔒 authorizer_action_codes

🚫 authorizer_return_codes

📅 version (compile_time_library_version_numbers)

⚙️ database_connection_configuration_options

🔤 dbd_sqlite_string_mode

⚠️ extended_result_codes

📂 file_open (flags_for_file_open_operations)

🏷️ function_flags

🗃️ datatypes (fundamental_datatypes)

✅ result_codes

⏱️ run_time_limit_categories


perl v5.34.0 2022-02-06 DBD::SQLite::Constants(3pm)

DBD::SQLite::Constants
📛 NAME 🚀 Quick Reference 📋 SYNOPSIS 📖 DESCRIPTION 🔢 CONSTANTS
📌 allowed_return_values_from_sqlite3_txn_state 🔒 authorizer_action_codes 🚫 authorizer_return_codes 📅 version (compile_time_library_version_numbers) ⚙️ database_connection_configuration_options 🔤 dbd_sqlite_string_mode ⚠️ extended_result_codes 📂 file_open (flags_for_file_open_operations) 🏷️ function_flags 🗃️ datatypes (fundamental_datatypes) ✅ result_codes ⏱️ run_time_limit_categories

Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-24 07:51 @216.73.216.102
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!