Class SqlParam
- java.lang.Object
-
- io.apicurio.registry.storage.impl.sql.jdb.SqlParam
-
public class SqlParam extends Object
- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description SqlParam(int position, Object value, SqlParamType type)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbindTo(PreparedStatement statement)Binds this SQL parameter to the given statement.
-
-
-
Constructor Detail
-
SqlParam
public SqlParam(int position, Object value, SqlParamType type)Constructor.- Parameters:
position-value-type-
-
-
Method Detail
-
bindTo
public void bindTo(PreparedStatement statement)
Binds this SQL parameter to the given statement.- Parameters:
statement-
-
-