Class ParamLoggingPreparedStatement.SubStatement

  • Enclosing class:
    ParamLoggingPreparedStatement

    static class ParamLoggingPreparedStatement.SubStatement
    extends java.lang.Object
    Inner class representing a sub-part of the PreparedStatement (to allow for batched statements).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.Integer,​java.lang.Object> parameters  
      java.lang.String statementText  
    • Constructor Summary

      Constructors 
      Constructor Description
      SubStatement​(java.lang.String statementText)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • parameters

        public final java.util.Map<java.lang.Integer,​java.lang.Object> parameters
      • statementText

        public final java.lang.String statementText
    • Constructor Detail

      • SubStatement

        public SubStatement​(java.lang.String statementText)