Class DefaultRecord

  • All Implemented Interfaces:
    Record

    public class DefaultRecord
    extends Object
    implements Record
    默认的列数据
    Author:
    lb
    Date:
    2023年12月11日
    • Constructor Detail

      • DefaultRecord

        public DefaultRecord()
    • Method Detail

      • addColumn

        public void addColumn​(Column column)
        Description copied from interface: Record
        添加一列
        Specified by:
        addColumn in interface Record
      • getColumn

        public Column getColumn​(int i)
        Description copied from interface: Record
        获取指定的列
        Specified by:
        getColumn in interface Record
        Returns:
      • setColumn

        public void setColumn​(int i,
                              Column column)
        Description copied from interface: Record
        设置指定列
        Specified by:
        setColumn in interface Record
      • getColumnNumber

        public int getColumnNumber()
        Description copied from interface: Record
        获取有多少列
        Specified by:
        getColumnNumber in interface Record
        Returns:
      • getByteSize

        public int getByteSize()
        Description copied from interface: Record
        获取数据大小
        Specified by:
        getByteSize in interface Record
        Returns:
      • getMemorySize

        public long getMemorySize()
        Description copied from interface: Record
        获取内存消耗
        Specified by:
        getMemorySize in interface Record
        Returns: