public static interface RDBJDBCTools.PreparedStatementComponent
PreparedStatement and a method for
setting the parameters within this component| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
getStatementComponent() |
int |
setParameters(PreparedStatement stmt,
int startIndex)
Set the parameters need by the statement component returned by
getStatementComponent() |
@NotNull @NotNull String getStatementComponent()
PreparedStatementint setParameters(PreparedStatement stmt, int startIndex) throws SQLException
getStatementComponent()stmt - the statementstartIndex - of first parameter to setSQLExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.