org.apache.hadoop.hive.metastore.api
Class FieldSchema.Isset

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.api.FieldSchema.Isset
All Implemented Interfaces:
Serializable
Enclosing class:
FieldSchema

public static final class FieldSchema.Isset
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 boolean comment
           
 boolean name
           
 boolean type
           
 
Constructor Summary
FieldSchema.Isset()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public boolean name

type

public boolean type

comment

public boolean comment
Constructor Detail

FieldSchema.Isset

public FieldSchema.Isset()


Copyright © 2009 The Apache Software Foundation