搜索

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

1.XSDatabasePDO::query

...ery() 方法 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 === fals...

2.XSDatabasePgSQL::query

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

3.XSDatabaseMySQLI::query

...ery() 方法 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 === fals...

4.XSDatabaseSQLite::query

...ery() 方法 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 ...

5.XSDatabaseSQLite

...aseSQLite connect() 打开数据库 XSDatabaseSQLite query() 执行 SQL 语句查询 XSDatabaseSQLite query1() 查询数据库首行 XSDatabase setUtf8() 设置数据库字符集为 UTF-8 XSDatabase 方法明细 close() 方法 public void close() ...

6.XSDatabaseMySQL::query

...ery() 方法 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 =...

7.XSTokenizer

...去继承来的方法 名称描述定义于 getTokens() 执行分词并返回词列表 XSTokenizer 方法明细 getTokens() 方法 abstract public array getTokens(string $value, XSDocument $doc=NULL) $value string 待分词的字段值(UTF-8编码) $do...

8.XSDatabaseSQLite3::query

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

9.XSDatabaseSQLite3

...eSQLite3 connect() 打开数据库 XSDatabaseSQLite3 query() 执行 SQL 语句查询 XSDatabaseSQLite3 query1() 查询数据库首行 XSDatabase setUtf8() 设置数据库字符集为 UTF-8 XSDatabase 方法明细 close() 方法 public void close() ...

10.XSDatabasePgSQL

...连接 XSDatabasePgSQL connect() XSDatabasePgSQL query() 执行 SQL 语句查询 XSDatabasePgSQL query1() 查询数据库首行 XSDatabase setUtf8() 将输出字符集设置为 UTF-8 XSDatabasePgSQL 方法明细 close() 方法 public void close() ...

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