| Modifier and Type | Method and Description |
|---|---|
static SqlCreateForeignSchema |
SqlDdlNodes.createForeignSchema(SqlParserPos pos,
boolean replace,
boolean ifNotExists,
SqlIdentifier name,
SqlNode type,
SqlNode library,
SqlNodeList optionList)
Creates a CREATE FOREIGN SCHEMA.
|
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.