SQLite PRAGMA temp_store
SQLite temp_store
Pragma 获取或设置临时数据库文件所使用的存储模式
PRAGMA temp_store; PRAGMA temp_store = mode;
SQLite 支持下列存储模式
Pragma 值 | 描述 |
---|---|
0 或 DEFAULT | 默认使用编译时的模式。通常是 FILE |
1 或 FILE | 使用基于文件的存储 |
2 或 MEMORY | 使用基于内存的存储 |
SQLite temp_store
Pragma 获取或设置临时数据库文件所使用的存储模式
PRAGMA temp_store; PRAGMA temp_store = mode;
SQLite 支持下列存储模式
Pragma 值 | 描述 |
---|---|
0 或 DEFAULT | 默认使用编译时的模式。通常是 FILE |
1 或 FILE | 使用基于文件的存储 |
2 或 MEMORY | 使用基于内存的存储 |
♥ 简单教程,简单编程 - IT 入门首选站
Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.