sqlite
- 网络数据库;使用;嵌入式关系数据库
-
It is a android sqlite manager software and editor , and you can add , delete , edit , browser sqlite in android .
它是一款用于数据库编辑软件,可新增、更新、浏览、删除数据。
-
There are a number of good Web-based SQLite database management systems .
目前有许多优秀的基于Web的SQLite数据库管理系统。
-
SQLite depends on the file system for its database permissions .
SQLite根据该文件系统获得其数据库权限。
-
Design and Realization of Home Gateway Base on SQLite ;
针对传统小区物业管理上的弊端,设计了家庭网关。
-
There is currently no network server available for SQLite .
目前没有可用于SQLite的网络服务器。
-
SQLite requires only that the database engine and name be specified .
SQLite只需要指定数据库引擎和数据库名即可。
-
It is good practice to separate SQLite databases from PHP code .
一个好的做法是将SQLite数据库与PHP代码分开。
-
In this example , I use SQLite as the database backend .
在这个例子中,我们使用SQLite作为后台的数据库。
-
For instance , the feature doesn 't work at all with SQLite .
例如,该特性完全不能用于SQLite。
-
Android provides support to local relational databases through SQLite .
Android通过SQLite提供对本地关系数据库的支持。
-
SQLite is quickly becoming the prefered database for development apps .
SQLite迅速成为了开发中最受欢迎的数据库。
-
For SQLite , this means creating a file in which to store the database .
对于SQLite,这意味着创建一个存储该数据库的文件。
-
Write code that allows you to query SQLite databases from a Web page .
编写一些代码,使您能够从Web页面查询SQLite数据库。
-
Developers might additionally choose to leverage the embedded SQLite features for relational data storage .
开发者也可以另外选择内嵌的SQLite特性来存储关系型数据。
-
SQLite does not support static data typing and , instead , uses column affinity .
SQLite不支持静态数据类型,而是使用列关系。
-
When a value is inserted into the database , SQLite will examine its type .
当某个值插入数据库时,SQLite将检查它的类型。
-
All the browsers that support databases use SQLite .
所有支持数据库的浏览器均使用SQLite。
-
This example uses SQLite as the database backend .
这个例子使用SQLite作为后台数据库。
-
This database functionality is essentially a JavaScript interface to an underlying SQLite implementation .
这个数据库功能实际上就是一个与底层SQLite实现交互的JavaScript接口。
-
The contrib directory contains additional software that the core SQLite development team didn 't provide .
contrib目录中包含核心SQLite开发团队所没有提供的附加软件。
-
What are your plans for the future ( related to C # - SQLite , of course )?
你未来的计划是什么(当然是和C-SQLite相关的)?
-
The only way to run SQLite on a different machine from the application is to run it from a network share .
从应用程序运行位于其他计算机上的SQLite的惟一方法是从网络共享运行。
-
Do you intend to continue porting future versions of SQLite ?
你会继续移植SQLite的后续版本么?
-
SQLite implements isolated transactions through exclusive and shared locks at the database level .
SQLite通过数据库级上的独占性和共享锁定来实现独立事务处理。
-
The source code and supplemental files for SQLite are well organized and model how most software projects distribute source code
其中的源代码和SQLite补充文件经过了很好组织,并且模拟了大部分的软件项目分发源代码的方式
-
A content provider 's job is to manage access to persisted data , such as a SQLite database .
内容提供程序的任务是管理对持久数据的访问,例如SQLite数据库。
-
SQLite has no concept of user accounts , and instead relies on the file system for all database permissions .
SQLite没有用户帐户概念,而是根据文件系统确定所有数据库的权限。
-
XCAT stores the cluster configuration in a database ( the default database type is SQLite ) .
xCAT在一个数据库内存储了集群配置(默认的数据库类型是SQLite)。
-
This article covered the Android storage APIs , from preferences to using SQLite and internal and external memory .
本文介绍了几个Android存储API,从首选项到使用SQLite和内部及外部内存。
-
If you want a fast and easy way to store a simple set of data , SQLite is a good way to do this .
如果您想使用一个快捷方便的方法存储一组简单的数据,SQLite是一个好的选择。