Class ImpalaCreateTableStatement

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLStatement, SQLCreateStatement, SQLDDLStatement

public class ImpalaCreateTableStatement extends HiveCreateTableStatement
  • Constructor Details

    • ImpalaCreateTableStatement

      public ImpalaCreateTableStatement()
  • Method Details

    • isCached

      public boolean isCached()
    • getCachedPool

      public SQLExpr getCachedPool()
    • setCachedPool

      public void setCachedPool(SQLExpr cachedPool)
    • getCachedReplication

      public int getCachedReplication()
    • setCachedReplication

      public void setCachedReplication(int cachedReplication)
    • isUnCached

      public boolean isUnCached()
    • setUnCached

      public void setUnCached(boolean unCached)