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)
public String name()
public Class<?> type()
public boolean isPrimary()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.