Module dev.jfr4jdbc

Class StatementContext


  • public class StatementContext
    extends Object
    • Field Detail

      • statement

        public final Statement statement
      • inquiry

        public final String inquiry
      • isPrepared

        public final boolean isPrepared
    • Method Detail

      • getConnection

        public Connection getConnection()
      • setConnection

        public void setConnection​(Connection connection)
      • getInquiryParameter

        public String getInquiryParameter()
      • setInquiryParameter

        public void setInquiryParameter​(String inquiryParameter)
      • isStatementPoolable

        public boolean isStatementPoolable()
      • setStatementPoolable

        public void setStatementPoolable​(boolean statementPoolable)
      • isStatementClosed

        public boolean isStatementClosed()
      • setStatementClosed

        public void setStatementClosed​(boolean statementClosed)
      • isAutoCommitted

        public boolean isAutoCommitted()
      • setAutoCommitted

        public void setAutoCommitted​(boolean autoCommitted)
      • getException

        public Exception getException()
      • setException

        public void setException​(Exception exception)