Interface BoundParameter


public interface BoundParameter
Author:
Stuart Douglas
  • Method Details

    • positions

      Set<Integer> positions()
    • populate

      void populate(Object[] params, Map<Class<?>,Object> value) throws javax.websocket.DecodeException
      Throws:
      javax.websocket.DecodeException
    • getType

      Class<?> getType()