SQLite PRAGMA sql_trace
SQLite sql_trace
Pragma 用于把 SQL 跟踪结果转储到屏幕上
PRAGMA sql_trace; PRAGMA sql_trace = [true|false];
SQLite 必须通过 SQLITE_DEBUG 指令来编译要引用的该 Pragma
SQLite sql_trace
Pragma 用于把 SQL 跟踪结果转储到屏幕上
PRAGMA sql_trace; PRAGMA sql_trace = [true|false];
SQLite 必须通过 SQLITE_DEBUG 指令来编译要引用的该 Pragma
♥ 简单教程,简单编程 - IT 入门首选站
Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.