「SequoiaDB巨杉数据库」getLobDetail()概述2

错误

错误码

示例

  • 列取 00005deb85c5350004743b09 的 lob 当前被访问的详细信息

db.sample.employee.getLobDetail('00005deb85c5350004743b09')
{
  "Oid": "00005deb85c5350004743b09",
  "AccessInfo": {
    "RefCount": 3,
    "ReadCount": 0,
    "WriteCount": 1,
    "ShareReadCount": 2,
    "LockSections": [
      {
        "Begin": 10,
        "End": 30,
        "LockType": "X",
        "Contexts": [
          11
        ]
      },
      {
        "Begin": 30,
        "End": 50,
        "LockType": "S",
        "Contexts": [
          12
        ]
      }
    ]
  },
  "ContextID": 14
}

点击巨杉数据库文档中心了解更多信息

猜你喜欢

转载自blog.csdn.net/weixin_45890253/article/details/112939887