public class CreateTableStatement extends MutableStatement
Modifier | Constructor and Description |
---|---|
|
CreateTableStatement(CreateTableStatement createTable,
List<ColumnDef> columns) |
protected |
CreateTableStatement(TableName tableName,
com.google.common.collect.ListMultimap<String,Pair<String,Object>> props,
List<ColumnDef> columns,
PrimaryKeyConstraint pkConstraint,
List<ParseNode> splitNodes,
PTableType tableType,
boolean ifNotExists,
TableName baseTableName,
ParseNode whereClause,
int bindCount,
Boolean immutableRows) |
Modifier and Type | Method and Description |
---|---|
TableName |
getBaseTableName() |
int |
getBindCount() |
List<ColumnDef> |
getColumnDefs() |
PrimaryKeyConstraint |
getPrimaryKeyConstraint() |
com.google.common.collect.ListMultimap<String,Pair<String,Object>> |
getProps() |
List<ParseNode> |
getSplitNodes() |
TableName |
getTableName() |
PTableType |
getTableType() |
ParseNode |
getWhereClause() |
boolean |
ifNotExists() |
Boolean |
immutableRows() |
getOperation
public CreateTableStatement(CreateTableStatement createTable, List<ColumnDef> columns)
protected CreateTableStatement(TableName tableName, com.google.common.collect.ListMultimap<String,Pair<String,Object>> props, List<ColumnDef> columns, PrimaryKeyConstraint pkConstraint, List<ParseNode> splitNodes, PTableType tableType, boolean ifNotExists, TableName baseTableName, ParseNode whereClause, int bindCount, Boolean immutableRows)
public ParseNode getWhereClause()
public int getBindCount()
public TableName getTableName()
public TableName getBaseTableName()
public PTableType getTableType()
public boolean ifNotExists()
public PrimaryKeyConstraint getPrimaryKeyConstraint()
public Boolean immutableRows()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.