Class GlueRowSetImpl

All Implemented Interfaces:
GlueRowSet<GlueRow<String,Object>>, Serializable, Cloneable, Iterable<GlueRow<String,Object>>, Collection<GlueRow<String,Object>>, List<GlueRow<String,Object>>, RandomAccess, SequencedCollection<GlueRow<String,Object>>
Direct Known Subclasses:
GluePageSetImpl

public class GlueRowSetImpl extends ArrayList<GlueRow<String,Object>> implements GlueRowSet<GlueRow<String,Object>>
Database 테이블의 복수 개의 레코드를 표현하는 Value Object. 복수 개의 레코드는 하나의 GlueRowSetImpl 오브젝트로 표현된다.
See Also:
  • Field Details

    • columndefs

      protected GlueColumnDef[] columndefs
      column definition
  • Constructor Details

    • GlueRowSetImpl

      public GlueRowSetImpl()
      생성자(constructor).
    • GlueRowSetImpl

      public GlueRowSetImpl(int initialCapacity)
      생성자(constructor).
      Parameters:
      initialCapacity -
    • GlueRowSetImpl

      public GlueRowSetImpl(List<GlueRow<String,Object>> rows)
      생성자(constructor).
      Parameters:
      rows -
  • Method Details