public class FieldInfo extends Object implements Serializable
Describe each column of the field.
FieldInfo(String name, Class<?> type, boolean isPrimary)
boolean
isPrimary()
String
name()
Class<?>
type()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FieldInfo(String name, Class<?> type, boolean isPrimary)
FieldInfo Constructor.
name
type
isPrimary
public String name()
public Class<?> type()
public boolean isPrimary()
Copyright © 2022 The Apache Software Foundation. All rights reserved.