SQLITE in English translation

Examples of using Sqlite in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
目前有大量的编程语言提供使用SQLite的绑定,包括:.
A large number of programming languages provide bindings for SQLite, including.
所有Android手机和iPhone都可以轻松访问名为SQLite的SQL数据库,手机上的许多应用程序都可以直接使用它。
All Android Phones and iPhones have easy access to a SQL database called SQLite, and many applications on your phone use it directly.
SQLite中的每一列,每个变量和表达式都有相关的数据类型。
In SQL every column, variable and expression has their own related data type.
SQLite是非常小,重量轻,小于400KB完全配置或小于250KB的省略可选功能。
SQLite is very small and light weight, less than 400KiB fully configured or less than 250KiB with optional features omitted.
SQLite语法SQLite是遵循一套独特的称为语法的规则和准则。
SQL Syntax SQL follows some unique set of rules and guidelines called syntax.
您可以将数据存储在文件系统,SQLite数据库或web上,或者应用程序可以访问的任何其他持久存储的位置。
You can store the data in the file system, an SQLite database, on the web, or any other persistent storage location your app can access.
视图(View)实际上是一个以预定义的SQLite查询形式存在的表的组合。
View is actually a composition of a table in the form of a predefined SQL query.
所有的数据库,SQLite以及其它的,都被存储在设备上的/data/data/package_name/databases中。
All databases, SQLite and others, are stored on the device in/data/data/package_name….
Sqlite调用fsync,且由于文件系统设置(主要使用数据排序模式的ext3),什么都不发生时会有一个长时间延迟。
Sqlite called fsync and because of the file system settings(mainly ext3 with data-ordered mode), there was a long latency when nothing happened.
从相同的命令提示符环境中,还可以与SQLite数据库交互,启动程序以及执行许多其他系统级任务。
From this same command prompt environment, we can also interact with SQLite databases, start programs, and perform many other system-level tasks.
(4)为什么SQLite不允许在同一个表不同的两行上使用0和0.0作主键??
(4) Why doesn't SQLite allow me to use'0' and'0.0' as the primary key on two different rows of the same table?
在这种情况下,SQLite数据库是更好的选择,因为它是基于文件的,并且比其他SQL数据库更容易设置。
The SQLite database is a better option in this case, because it is file based and easier to set up than other SQL databases.
SQLite试图访问一个被其它进程锁住的文件时,缺省的行为是返回SQLITE_BUSY。
When SQLite tries to access a file that is locked by another process, the default behavior is to return SQLITE_BUSY.
在3.8.0之前的版本,SQLite使用“最近邻居”贪心算法检索最佳查询计划.
Prior to version 3.8.0, SQLite uses the“Nearest Neighbor” greedy algorithm when searching for the best query plan.
SQLite是一个增长最快的数据库引擎,这是在普及方面的增长,与它的尺寸大小无关。
SQLite is one of the fastest-growing database engines around, but that's growth in terms of popularity, not anything to do with its size.
SQLite是一个可嵌入SQL数据库引擎,不是客户端连接库用来连接大型数据库服务器(如MySQL或PostgreSQL)的。
SQLite is an embeddable SQL database engine and is not a client library used to connect to a big database server(like MySQL or PostgreSQL).
自2.5以来,进程内SQLite嵌入式SQL数据库引擎是Python本身的标准部分,支持原型设计和基本程序存储需求。
The in-process SQLite embedded SQL database engine is a standard part of Python itself since 2.5, supporting both prototyping and basic program storage needs.
SQLite的AND和OR运算符用于,编译多个条件来缩小所选数据在SQLite语句。
The SQLite AND and OR operators are used to compile multiple conditions to narrow down selected data in an SQLite statement.
未来总是很难预料的,但是开发人员的目的是要在2050年之前支持SQLite
The future is always hard to predict, but the intent of the developers is to support SQLite through the year 2050.
LiteDAC旨在为程序员开发真正的跨平台桌面和移动SQLite数据库应用程序,无需部署任何其他库。
LiteDAC is designed for programmers to develop truly cross-platform desktop and mobile SQLite database applications with no need to deploy any additional libraries.
Results: 367, Time: 0.0215

Top dictionary queries

Chinese - English