书栈网 · BookStack 本次搜索耗时 0.042 秒,为您找到 4525 个相关结果.
  • 使用包装类对sql语句声明

    SQL语句使用包装类 例 SELECT语句和检索方法 Order By Group By HAVING LIMIT + OFFSET UPDATE语句 DELETE语句 JOIN声明 SQL语句使用包装类 在Android SQL,SQL编写是一件不好玩的事,所以为了简单易用,该库提供了一套对SQLite声明的分装,试图使java代...
  • Installing and Testing

    Installing and Testing Installing with git Running tests Optional dependencies Note on the SQLite extensions Installing and Testing Most users will want to simply install t...
  • Backwards Compatibility

    417 2020-01-30 《SQLite Document》
    File Format Changes in SQLite File Format Changes in SQLite The underlying file format for SQLite databases does not change in incompatible ways. There are literally hundreds ...
  • 推荐者的话

    1907 2019-05-24 《SQLite权威指南》
    推荐者的话 推荐者的话 最近对SQLite很感兴趣,认真学习有一个多月了。 学习时基本找不到既好又系统的中文文章,也买不到好的中文书籍,看来SQLite在国内还是不够流行,这么好的东西,可惜了。 以我中等偏下的眼界,《The Definitive Guide to SQLite》是我所见到的最好的“SQLite入门+大全”了,可惜也是英文的。实在...
  • Binding the database object to a specific database

    Binding the database object to a specific database Binding the database object to a specific database Before we can map entities to the database, we need to connect to establish...
  • Installing and Testing

    Installing and Testing Installing with git Running tests Optional dependencies Installing and Testing Most users will want to simply install the latest version, hosted on Py...
  • Installing and Testing

    Installing and Testing Installing with git Running tests Optional dependencies Skip Compilation of SQLite Extensions Installing and Testing Most users will want to simply i...
  • Version 2 C/C++ API

    781 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

    955 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 ...
  • Supported databases

    Supported databases SQLite PostgreSQL MySQL Oracle CockroachDB Supported databases SQLite Using SQLite database is the easiest way to work with Pony because there is no ne...