书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 1200 个相关结果.
  • MinKey

    MinKey Json格式 函数格式 返回值 错误 示例 MinKey 最小值,所有数据类型中的最小值。 数据类型的介绍可参考 数据类型 。 Json格式 语法 { “$minKey”: 1 } 参数描述 无 函数格式 语法: MinKey() 参数描述 无 返回值 无返回值,出错抛异常,并输...
  • dropIndex()

    dropIndex() 语法 参数描述 返回值 错误 示例 dropIndex() 语法 db.collectionspace.collection.dropIndex(<name>) 删除集合中指定的索引 。 参数描述 参数名 参数类型 描述 是否必填 name string 索引名,同一个集合中的索引名必须唯一。 是 ...
  • current()

    current() 语法 类别 描述 参数 返回值 错误 示例 current() 语法 query.current() 类别 SdbQuery 描述 获取当前游标指向的记录。 参数 无 返回值 返回当前游标指向的记录。 错误 如果出错则抛异常,并输出错误信息,可以通过getLastErrMsg() ...
  • getIndex()

    getIndex() 语法 参数描述 返回值 错误 示例 getIndex() 语法 db.collectionspace.collection.getIndex(<name>) 获取当前集合中指定的索引信息。 参数描述 参数名 参数类型 描述 是否必填 name string 索引名,同一个集合中的索引名必须唯一。 是 ...
  • dropAutoIncrement()

    dropAutoIncrement() 语法 参数描述 返回值 错误 示例 dropAutoIncrement() 语法 db.collectionspace.collection.dropAutoIncrement(<name|names>) 在指定集合中删除一个或多个自增字段。 参数描述 参数名 参数类型 描述 是否必填 ...
  • 6.2.1. Connecting with isql

    6.2.1. Connecting with isql 6.2.1. Connecting with isql Firebird ships with a text-mode client named isql (Interactive SQL utility). You can use it in several ways to connect...
  • 4.1.5. Subqueries

    4.1.5. Subqueries Correlated Subqueries Scalar Results 4.1.5. Subqueries A subquery is a special form of expression that is actually a query embedded within another query. Su...
  • $project

    $project 语法 描述 示例 $project 语法 { $project : { <字段名 1 : 0 | 1 | "$新字段名1" >, [字段名 2 : 0 | 1 | "$新字段名2" , ... ] } } 描述 $project类似SQL中的sel...
  • Common Table Expression

    Common Table Expression Before you start Examples of Using CTE Statements Common Table Expression A CTE (Common table expression) is a named temporary result set that exists o...
  • 大对象工具

    大对象工具 参数说明 示例 大对象工具 sdblobtool 是 SequoiaDB 巨杉数据库的大对象 管理工具,可以导出、导入和迁移大对象数据,应用于大对象在集合之间的迁移,运行日志保存在当前执行路径下的 sdblobtool.log 文件中。 参数说明 参数名 缩写 描述 —help -h 显示帮助信息 —version -v 显示...