org.apache.hcatalog.templeton
Class TableLikeDesc

Object
  extended by GroupPermissionsDesc
      extended by TableLikeDesc

public class TableLikeDesc
extends GroupPermissionsDesc

A description of the table to create that's like another table.


Field Summary
 String existingTable
           
 boolean external
           
 boolean ifNotExists
           
 String location
           
 String newTable
           
 
Fields inherited from class GroupPermissionsDesc
group, permissions
 
Constructor Summary
TableLikeDesc()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class GroupPermissionsDesc
equals, xequals, xequals, xequals, xequals
 
Methods inherited from class Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

external

public boolean external

ifNotExists

public boolean ifNotExists

location

public String location

existingTable

public String existingTable

newTable

public String newTable
Constructor Detail

TableLikeDesc

public TableLikeDesc()
Method Detail

toString

public String toString()
Overrides:
toString in class Object