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

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

public static final class Table.Isset
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 boolean createTime
           
 boolean dbName
           
 boolean lastAccessTime
           
 boolean owner
           
 boolean parameters
           
 boolean partitionKeys
           
 boolean retention
           
 boolean sd
           
 boolean tableName
           
 
Constructor Summary
Table.Isset()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableName

public boolean tableName

dbName

public boolean dbName

owner

public boolean owner

createTime

public boolean createTime

lastAccessTime

public boolean lastAccessTime

retention

public boolean retention

sd

public boolean sd

partitionKeys

public boolean partitionKeys

parameters

public boolean parameters
Constructor Detail

Table.Isset

public Table.Isset()


Copyright © 2009 The Apache Software Foundation