搜索

大约有 30 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.3919秒)

1.Indexer 索引管理工具Sql语句书写注意避免出现符号“`”

更新时间:2011-11-28 15:11 t By dingyeyu

如题,使用中Indexer索引管理工具的Sql语句书写注意避免出现符号“`”,否则会造成符号“`”中的信息丢失,上图,方便大家理解,避免有人走弯路: [img]http://www.hnsyk.com/1.jpg[/img] 错误语句 [img]http://www.hnsyk.com/2.jpg[/img] 错误...

2.Indexer 索引管理工具Sql语句书写注意避免出现符号“`”

更新时间:2011-11-28 15:11 t By dingyeyu

如题,使用中Indexer索引管理工具的Sql语句书写注意避免出现符号“`”,否则会造成符号“`”中的信息丢失,上图,方便大家理解,避免有人走弯路: [img]http://www.hnsyk.com/1.jpg[/img] 错误语句 [img]http://www.hnsyk.com/2.jpg[/img] 错误...

3.RE: Indexer 索引管理工具Sql语句书写注意避免出现符号“`”

发布时间:2011-11-28 15:11 t By dingyeyu

哈哈...开始体验Xunsearch的强大去了...

4.RE: Indexer 索引管理工具Sql语句书写注意避免出现符号“`”

更新时间:2011-11-28 14:11 t By hightman

这是由于 `` 反引号在 shell 中是特殊处理的,代表在命令执行,所以当 PHP 执行时已经被替换为命令结果了。 已在新代码的帮助说明中增加了标注,特别感谢楼主的提示。

5.XSDatabase::query

... public mixed query($sql) $sql {return} mixed 非 SELECT 语句返回执行结果(true/false), SELECT 语句返回所有结果行的数组 源码: sdk/php/util/XSDataSource.class.php#L439 (显示) abstract public function query($sql); 查询 SQL 语句

6.XSDatabasePDO::query

... public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L843 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res = $this->obj->query($sql); if ($res === false) { $i...

7.XSDatabase

...base connect() 连接数据库 XSDatabase query() 查询 SQL 语句 XSDatabase query1() 查询数据库首行 XSDatabase setUtf8() 设置数据库字符集为 UTF-8 XSDatabase 方法明细 close() 方法 abstract public void close() 源码: sdk/php/...

8.XSDatabaseMySQLI::query

... public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L654 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res = $this->obj->query($sql); if ($res === false) { th...

9.XSDatabaseSQLite::query

... public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L722 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res = sqlite_query($this->link, $sql); if ($res === false) { ...

10.XSDatabaseMySQL::query

... public mixed query(string $sql) $sql string 要执行的 SQL 语句 {return} mixed 源码: sdk/php/util/XSDataSource.class.php#L511 (显示) public function query($sql){ //echo "[DEBUG] SQL: $sql\n"; $res = mysql_query($sql, $this->link); if ($res === false) { ...

123
  • 时间不限
  • 按相关性排序