Class StructureFieldDescriptor<T>

java.lang.Object
org.gridgain.internal.structure.descriptor.StructureFieldDescriptor<T>
Type Parameters:
T - Field class type.

public class StructureFieldDescriptor<T> extends Object
Structure field descriptor.
  • Constructor Details

    • StructureFieldDescriptor

      public StructureFieldDescriptor(String name, Class<T> fieldType, org.apache.ignite.sql.ColumnType columnType, boolean nullable, boolean isPk)
      Constructor.
  • Method Details

    • name

      public String name()
    • type

      public Class<T> type()
    • columnType

      public org.apache.ignite.sql.ColumnType columnType()
    • nullable

      public boolean nullable()
    • isPk

      public boolean isPk()