DEFRECORD KDB_INFO_HAND

KDB open table summary information (type 7 superset)
FLD namePack formatPurpose
INFO_HAND_Telltale$CHAR(1)'K' for native KDB database table
INFO_HAND_Version$CHAR(1)Version number (ASCII '7')
INFO_HAND_MinorVersion$CHAR(1)Minor version number
INFO_HAND_PageSizeUINT(1)Page size in Kb
INFO_HAND_RowLenUINT(2)Row length in Kb
INFO_HAND_IdxCountUINT(1)Number of indices
INFO_HAND_WsCountUINT(1)Number of word search indices
INFO_HAND_ConnectionUINT(1)Connection handle number
INFO_HAND_SerialUINT(4)Serial number
INFO_HAND_SerialOffsetUINT(2)Serial number offset
INFO_HAND_ExclLockedBYUINT(2)Partition number of exclusive owner (in binary)
INFO_HAND_MajorErrorUINT(1)Last major error number
INFO_HAND_MinorErrorUINT(1)Last minor error number
INFO_HAND_SysErrorUINT(1)Last operating system errno value
INFO_HAND_HandleStatusUINT(1)Handle status
INFO_HAND_RowCountUINT(4)Count of rows in table
INFO_HAND_OpenMode$CHAR(1)Mode the table was opened with, eg 'R'ead or 'W'rite
INFO_HAND_PageCountUINT(4)Number of pages in use
INFO_HAND_PageTotalUINT(4)Number of pages in table
INFO_HAND_StampFlagsUINT(4)Date, user and timestamp flags
INFO_HAND_DateOffsetUINT(2)Offset to auto-datestamp
INFO_HAND_UserOffsetUINT(2)Offset to auto-userstamp
INFO_HAND_UserLenUINT(1)Length of auto-userstamp
INFO_HAND_ExcludeColumnOffsetUINT(2)Offset to exclude column
INFO_HAND_FileName$CHAR(128)KISAM filename
INFO_HAND_TableName$CHAR(128)Table name
INFO_HAND_iprefix$CHAR(20)IPREFIX from CREATE TABLE statement for KI_FLD
INFO_HAND_TimeOffsetUINT(2)Offset to auto-timestamp
INFO_HAND_LockCountUINT(4)Number of locks on table (KDB only)
INFO_HAND_CacheFileIdUINT(4)Cache file version number
INFO_HAND_bModifiedUINT(1)Table was modified since open
INFO_HAND_StatusUINT(4)Handle status in full
INFO_HAND_RevokeUINT(2)REVOKE bitmap
INFO_HAND_RefCountUINT(1)Reference count on cached handle
INFO_HAND_bInLoggingUINT(1)Table is part of a LOGGING pair
INFO_HAND_CursorCountUINT(2)Number of DB cursors in use
INFO_HAND_ConnectionMagicConnection handle magic number
INFO_HAND_TableSpace$CHAR(128)Table space
INFO_HAND_bHasPartitionsUINT(1)Table is a master table with partitions
INFO_HAND_bIsPartitionUINT(1)Table is a partition in a master table
INFO_HAND_SqlState$CHAR(5)Last database error code, SQLSTATE or ORA error code
INFO_HAND_LoggingTableName$CHAR(128)Logging Table name
INFO_HAND_CompressionStateUINT(1)
INFO_HAND_bOraRowDependenciesUINT(1)This table was created with ROWDEPENDENCIES set
INFO_HAND_bCachedUINT(1)Using cache table
INFO_HAND_CacheMajorErrorUINT(1)Major error number if failed to use cache table
INFO_HAND_CacheMinorErrorUINT(1)Minor error number if failed to use cache table
INFO_HAND_bUseKRCNUINT(1)Table always uses K$RCN, even if ROWDEPENDENCIES is set

More info