public final class SQLStatementContextFactory extends Object
| Constructor and Description |
|---|
SQLStatementContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SQLStatementContext<?> |
newInstance(ShardingSphereSchema schema,
List<Object> parameters,
org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement)
Create SQL statement context.
|
public static SQLStatementContext<?> newInstance(ShardingSphereSchema schema, List<Object> parameters, org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement)
schema - ShardingSphere schemaparameters - SQL parameterssqlStatement - SQL statementCopyright © 2021 The Apache Software Foundation. All rights reserved.