Module dev.jfr4jdbc

Class JfrStatementEvent

    • Constructor Detail

      • JfrStatementEvent

        public JfrStatementEvent()
    • Method Detail

      • getParameter

        public String getParameter()
      • getSql

        public String getSql()
      • getConnectionId

        public int getConnectionId()
      • getStatementId

        public int getStatementId()
      • getStatementClass

        public Class<?> getStatementClass()
      • getClosed

        public boolean getClosed()
      • getPoolable

        public boolean getPoolable()
      • getAutoCommit

        public boolean getAutoCommit()
      • getPrepared

        public boolean getPrepared()