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

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

public static final class SerDeInfo.Isset
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 boolean name
           
 boolean parameters
           
 boolean serializationLib
           
 
Constructor Summary
SerDeInfo.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

serializationLib

public boolean serializationLib

parameters

public boolean parameters
Constructor Detail

SerDeInfo.Isset

public SerDeInfo.Isset()


Copyright © 2009 The Apache Software Foundation