public interface SQLStatement
extends com.holonplatform.core.Expression
| Modifier and Type | Method and Description |
|---|---|
static SQLStatement |
create(String sql,
SQLParameter... parameters)
Create a new
SQLStatement. |
SQLParameter<?>[] |
getParameters()
Get the optional statement parameters.
|
String |
getSql()
Get the statement SQL.
|
String getSql()
SQLParameter<?>[] getParameters()
static SQLStatement create(String sql, SQLParameter... parameters)
SQLStatement.sql - SQL statement (not null)parameters - Optional statement parametersSQLStatementCopyright © 2019 The Holon Platform. All rights reserved.