Class SqlParam


  • public class SqlParam
    extends Object
    Author:
    eric.wittmann@gmail.com
    • 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 -