Class StructureFieldDescriptor<T>
java.lang.Object
org.gridgain.internal.structure.descriptor.StructureFieldDescriptor<T>
- Type Parameters:
T- Field class type.
Structure field descriptor.
-
Constructor Summary
ConstructorsConstructorDescriptionStructureFieldDescriptor(String name, Class<T> fieldType, org.apache.ignite.sql.ColumnType columnType, boolean nullable, boolean isPk) Constructor. -
Method Summary
-
Constructor Details
-
Method Details
-
name
-
type
-
columnType
public org.apache.ignite.sql.ColumnType columnType() -
nullable
public boolean nullable() -
isPk
public boolean isPk()
-