Class CmsPreparedStatementLongParameter

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsPreparedStatementLongParameter​(long param)
      Constructs a new prepared statement parameter with a 'long' value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void insertIntoStatement​(java.sql.PreparedStatement stmt, int index)
      Implementations of this interface should set the index-th parameter of the prepared statement.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait