public static interface RDBJDBCTools.PreparedStatementComponent
PreparedStatement
and a method for
setting the parameters within this componentModifier 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()
PreparedStatement
int setParameters(PreparedStatement stmt, int startIndex) throws SQLException
getStatementComponent()
stmt
- the statementstartIndex
- of first parameter to setSQLException
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.