书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 4359 个相关结果.
  • Version 2 C/C++ API

    698 2020-01-30 《SQLite Document》
    The C language interface to SQLite Version 2 1.0 The Core API 1.1 Opening a database 1.2 Closing the database 1.3 Executing SQL statements 1.4 Error Codes 2.0 Accessing Data W...
  • Introduction to the C/C++ API

    859 2020-01-30 《SQLite Document》
    1. Summary 2. Introduction 3. Core Objects And Interfaces 4. Typical Usage Of Core Routines And Objects 5. Convenience Wrappers Around Core Routines 6. Binding Parameters and ...
  • Database binding

    Database binding Database binding The database object has the Database.bind() method. It is used for attaching declared entities to a specific database. If you want to play wi...
  • FAQ

    FAQ What exactly does rqlite do? Why would I use this, versus some other distributed database? How do I access the database? How do I monitor rqlite? Is it a drop-in replacemen...
  • Overview Documents

    728 2020-01-30 《SQLite Document》
    About SQLite Appropriate Uses For SQLite Distinctive Features Quirks of SQLite How SQLite Is Tested Copyright Frequently Asked Questions Books About SQLite
  • 高级设置

    高级设置 高级设置 【注意】下列的选项会根据连接的服务器类型而有所不同。 自动连接 当程序启动时自动打开连接。 客户端字符集 选择 Navicat 使用的会话客户端字符集。 编码 选择一个代码页来转换数据以显示于 Navicat 界面。 已加密 当连接到已加密的 SQLite 数据库,启用这个选项并提供“密码”。 保持连接间隔 (秒)...
  • Virtual Filesystem

    590 2020-01-30 《SQLite Document》
    1. Introduction 2. The VFS In Relation To The Rest Of SQLite 3. Multiple VFSes 3.1. Standard Unix VFSes 3.2. Standard Windows VFSes 3.3. Specifying Which VFS To Use 3.4. VFS S...
  • 第4章 SQL

    1987 2019-05-24 《SQLite权威指南》
    第4章 SQL 关系模型 查询语言 SQL的发展 示例数据库 建立 运行示例 语法 命令 常量 保留字和标识符 注释 创建一个数据库 创建表 改变表 在数据库中查询 关系操作 操作管道 过滤 值 操作符 二目操作符 LIKE操作符 限定和排序 函数(Function)和聚合(Aggregate) 分组(Grou...
  • Changes in 3.0

    Changes in 3.0 Backwards-incompatible Database Model Meta options Models Fields Querying Removed Extensions SQLite Extension Postgresql Extension Signals Extension New st...
  • Database

    Database content sqlite objects functions query Database The following covers available content storage configuration options. content content : boolean | sqlite | duck...