Package | Description |
---|---|
org.apache.ambari.server.orm | |
org.apache.ambari.server.orm.helpers.dbms |
Modifier and Type | Method and Description |
---|---|
void |
DBAccessorImpl.createTable(String tableName,
List<DBAccessor.DBColumnInfo> columnInfo,
String... primaryKeyColumns) |
void |
DBAccessor.createTable(String tableName,
List<DBAccessor.DBColumnInfo> columnInfo,
String... primaryKeyColumns)
Create new table
|
Modifier and Type | Method and Description |
---|---|
String |
GenericDbmsHelper.getCreateTableStatement(String tableName,
List<DBAccessor.DBColumnInfo> columns,
List<String> primaryKeyColumns)
get create table statement
|
String |
DbmsHelper.getCreateTableStatement(String tableName,
List<DBAccessor.DBColumnInfo> columns,
List<String> primaryKeyColumns) |
Writer |
GenericDbmsHelper.writeCreateTableStatement(Writer writer,
String tableName,
List<DBAccessor.DBColumnInfo> columns,
List<String> primaryKeyColumns)
Write create table statement to writer
TODO default Value of column not supported
|
Copyright © 2016. All rights reserved.