• detachCL()
    • 语法
    • 参数描述
    • 返回值
    • 错误
    • 示例

    detachCL()

    语法

    db.collectionspace.collection.detachCL(<subCLFullName>)

    从主分区集合中分离出子分区集合。

    参数描述

    参数名参数类型描述是否必填
    partitionNamestring子分区名(原子分区集合名)

    返回值

    无返回值,出错抛异常,并输出错误信息,可以通过getLastErrMsg()获取错误信息或通过getLastError()获取错误信息码。

    错误

    错误码

    示例

    • 从主分区集合中分离指定子分区
    1. > db.foo.year.detachCL("foo2.January")