GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

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

DBD::SQLite::Constants - common SQLite constants

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

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.

2024-09-17 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.