public class SchemaProviderFactory extends Object
| Constructor and Description |
|---|
SchemaProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SchemaProvider |
create(SqlSchema sqlSchema,
SchemaHandler schemaHandler)
Creates schema provider for sql schema commands.
|
static SchemaProvider |
create(String parameterValue)
Creates schema provider based table function schema parameter.
|
public static SchemaProvider create(SqlSchema sqlSchema, SchemaHandler schemaHandler) throws IOException
sqlSchema - sql schema callschemaHandler - schema handlerIOException - if unable to init schema providerpublic static SchemaProvider create(String parameterValue) throws IOException
parameterValue - schema parameter valueIOException - if unable to init schema providerCopyright © 2021 The Apache Software Foundation. All rights reserved.