Skip to content
na57 edited this page Feb 28, 2013 · 1 revision

概述

方法

构造函数

StatementManager(host)

参数

  • host: 可选的。指示纳谷概念云系统数据存取服务器地址。默认为"**http://nagu.cc**"。

示例

var sm = new StatementManager();

get(id [, options])

create(subjectId, stype, predicateId, object, otype [,options])

findBySP(subject, stype, predicate [, options])

findByPO(predicateId, objectId, oType [, options])

Clone this wiki locally