Class JdbProperty<T>

java.lang.Object
de.chojo.sqlutil.jdbc.JdbProperty<T>
Type Parameters:
T -

public class JdbProperty<T> extends Object
A key value pair used to represent url parameter
  • Constructor Details

    • JdbProperty

      public JdbProperty(String key, T value)
  • Method Details