Package org.apache.storm.sql.runtime
Class FieldInfo
java.lang.Object
org.apache.storm.sql.runtime.FieldInfo
- All Implemented Interfaces:
 Serializable
Describe each column of the field.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
FieldInfo
FieldInfo Constructor.- Parameters:
 name- field nametype- filed typeisPrimary- primary or not
 
 - 
 - 
Method Details
- 
name
 - 
type
 - 
isPrimary
public boolean isPrimary() 
 -