| Modifier and Type | Method and Description |
|---|---|
static SqlCreateTable |
SqlDdlNodes.createTable(SqlParserPos pos,
boolean replace,
boolean ifNotExists,
SqlIdentifier name,
SqlNodeList columnList,
SqlNode query)
Creates a CREATE TABLE.
|
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.