...ected array getDataList() {return} array 源码: sdk/php/util/XSDataSource.class.php#L114 (显示) protected function getDataList(){ return false;} 从数据源中提取若干条数据 必须在数据源中定义此函数, 返回值必须是各条数据的数组
init() 方法 protected void deinit() 源码: sdk/php/util/XSDataSource.class.php#L104 (显示) protected function deinit(){ } 执行数据提取完毕后的清理工作 将自动在没有更多数据供提取时调用此函数, 请在具体的数据源重载此函数
... 语句或要导入的文件路径 $arg 源码: sdk/php/util/XSDataSource.class.php#L30 (显示) public function __construct($type, $arg){ $this->type = $type; $this->arg = $arg; $this->inCli = php_sapi_name() === 'cli'; $this->init();} 构造函数
...SDatabasePDO » XSDatabase 版本 1.0.0 源代码 sdk/php/util/XSDataSource.class.php PDO.SQLite 实现 Protected 属性 隐去继承来的属性 名称类型描述定义于 obj XSDatabasePDO Public 方法 隐去继承来的方法 ...
...一条完整数据, 若无数据则返回 false 源码: sdk/php/util/XSDataSource.class.php#L65 (显示) final public function getData(){ if ($this->dataPos === null || $this->dataPos === count($this->dataList)) { $this->dataPos = 0; $this->dataList = $this->getDataList(); ...
...sg PHP Notice: Undefined index: count in /123tsg/xunsearch/sdk/php/util/XSDataSource.class.php on line 207 Notice: Undefined index: count in /123tsg/xunsearch/sdk/php/util/XSDataSource.class.php on line 207 开始批量导入数据 (请直接输入数据) ... 完成索引导入:成功 0 ...
...://xxx@localhost/phpcms [XSException] ../usr/local/xunsearch/sdk/php/util/XSDataSource.class.php(794): SQLSTATE[42000] [1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM_UNIXTIME (inputtime,'%Y%m%d' ) as...
...有索引数据 ... 初始化数据源 ... test.csv [XSException] util/XSDataSource.class.php(49): Undefined data source type: `test.csv' #0 Indexer.php(241): XSDataSource::instance('test.csv', NULL) #1 {main}[hr] 我在util下面增加了一个test.csv下如了下面这些数据 1,关于 xunse...
deinit() 方法 protected void deinit() 源码: sdk/php/util/XSDataSource.class.php#L384 (显示) protected function deinit(){ if ($this->fd) { fclose($this->fd); $this->fd = null; }}
init() 方法 protected void deinit() 源码: sdk/php/util/XSDataSource.class.php#L384 (显示) protected function deinit(){ if ($this->fd) { fclose($this->fd); $this->fd = null; }}