Interface Sql<Q>

    • Method Detail

      • bind

        Q bind​(int position,
               String value)
      • bind

        Q bind​(int position,
               Long value)
      • bind

        Q bind​(int position,
               Integer value)
      • bind

        Q bind​(int position,
               Enum<?> value)
      • bind

        Q bind​(int position,
               Date value)
      • bind

        Q bind​(int position,
               byte[] value)