Package | Description |
---|---|
com.asakusafw.info.hive.syntax |
Hive DDL.
|
Modifier and Type | Method and Description |
---|---|
SimpleCreateTable |
SimpleCreateTable.withDatabaseName(String value)
Sets the target database name.
|
SimpleCreateTable |
SimpleCreateTable.withExternal(boolean value)
Sets whether the target table is external or not.
|
SimpleCreateTable |
SimpleCreateTable.withLocation(String value)
Sets the target table location.
|
SimpleCreateTable |
SimpleCreateTable.withSkipPresentTable(boolean value)
Sets whether the target table should be created only if it does not exist.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.