abstract class io.ebean.datasource.pool.ExtendedStatement extends io.ebean.datasource.pool.PreparedStatementDelegator
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.ebean.datasource.pool.ExtendedStatement
  super_class: io.ebean.datasource.pool.PreparedStatementDelegator
{
  final io.ebean.datasource.pool.PooledConnection pooledConnection;
    descriptor: Lio/ebean/datasource/pool/PooledConnection;
    flags: (0x0010) ACC_FINAL

  void <init>(io.ebean.datasource.pool.PooledConnection, java.sql.PreparedStatement);
    descriptor: (Lio/ebean/datasource/pool/PooledConnection;Ljava/sql/PreparedStatement;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.ebean.datasource.pool.ExtendedStatement this
        start local 1 // io.ebean.datasource.pool.PooledConnection pooledConnection
        start local 2 // java.sql.PreparedStatement delegate
         0: .line 26
            aload 0 /* this */
            aload 2 /* delegate */
            invokespecial io.ebean.datasource.pool.PreparedStatementDelegator.<init>:(Ljava/sql/PreparedStatement;)V
         1: .line 27
            aload 0 /* this */
            aload 1 /* pooledConnection */
            putfield io.ebean.datasource.pool.ExtendedStatement.pooledConnection:Lio/ebean/datasource/pool/PooledConnection;
         2: .line 28
            return
        end local 2 // java.sql.PreparedStatement delegate
        end local 1 // io.ebean.datasource.pool.PooledConnection pooledConnection
        end local 0 // io.ebean.datasource.pool.ExtendedStatement this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lio/ebean/datasource/pool/ExtendedStatement;
            0    3     1  pooledConnection  Lio/ebean/datasource/pool/PooledConnection;
            0    3     2          delegate  Ljava/sql/PreparedStatement;
    MethodParameters:
                  Name  Flags
      pooledConnection  
      delegate          

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException

  public java.sql.Connection getConnection();
    descriptor: ()Ljava/sql/Connection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.ebean.datasource.pool.ExtendedStatement this
         0: .line 42
            aload 0 /* this */
            getfield io.ebean.datasource.pool.ExtendedStatement.delegate:Ljava/sql/PreparedStatement;
            invokeinterface java.sql.PreparedStatement.getConnection:()Ljava/sql/Connection;
         1: areturn
         2: .line 43
      StackMap locals:
      StackMap stack: java.sql.SQLException
            astore 1 /* ex */
        start local 1 // java.sql.SQLException ex
         3: .line 44
            aload 0 /* this */
            getfield io.ebean.datasource.pool.ExtendedStatement.pooledConnection:Lio/ebean/datasource/pool/PooledConnection;
            aload 1 /* ex */
            invokevirtual io.ebean.datasource.pool.PooledConnection.markWithError:(Ljava/sql/SQLException;)V
         4: .line 45
            aload 1 /* ex */
            athrow
        end local 1 // java.sql.SQLException ex
        end local 0 // io.ebean.datasource.pool.ExtendedStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/ebean/datasource/pool/ExtendedStatement;
            3    5     1    ex  Ljava/sql/SQLException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.sql.SQLException
    Exceptions:
      throws java.sql.SQLException

  public void addBatch(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.ebean.datasource.pool.ExtendedStatement this
        start local 1 // java.lang.String sql
         0: .line 55
            aload 0 /* this */
            getfield io.ebean.datasource.pool.ExtendedStatement.pooledConnection:Lio/ebean/datasource/pool/PooledConnection;
            aload 1 /* sql */
            invokevirtual io.ebean.datasource.pool.PooledConnection.setLastStatement:(Ljava/lang/String;)V
         1: .line 56
            aload 0 /* this */
            getfield io.ebean.datasource.pool.ExtendedStatement.delegate:Ljava/sql/PreparedStatement;
            aload 1 /* sql */
            invokeinterface java.sql.PreparedStatement.addBatch:(Ljava/lang/String;)V
         2: .line 57
            goto 6
      StackMap locals:
      StackMap stack: java.sql.SQLException
         3: astore 2 /* ex */
        start local 2 // java.sql.SQLException ex
         4: .line 58
            aload 0 /* this */
            getfield io.ebean.datasource.pool.ExtendedStatement.pooledConnection:Lio/ebean/datasource/pool/PooledConnection;
            aload 2 /* ex */
            invokevirtual io.ebean.datasource.pool.PooledConnection.markWithError:(Ljava/sql/SQLException;)V
         5: .line 59
            aload 2 /* ex */
            athrow
        end local 2 // java.sql.SQLException ex
         6: .line 61
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String sql
        end local 0 // io.ebean.datasource.pool.ExtendedStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/ebean/datasource/pool/ExtendedStatement;
            0    7     1   sql  Ljava/lang/String;
            4    6     2    ex  Ljava/sql/SQLException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.sql.SQLException
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      sql   

  public boolean execute(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.ebean.datasource.pool.ExtendedStatement this
        start local 1 // java.lang.String sql
         0: .line 69
            aload 0 /* this */
            getfield io.ebean.datasource.pool.ExtendedStatement.pooledConnection:Lio/ebean/datasource/pool/PooledConnection;
            aload 1 /* sql */
            invokevirtual io.ebean.datasource.pool.PooledConnection.setLastStatement:(Ljava/lang/String;)V
         1: .line 70
            aload 0 /* this */
            getfield io.ebean.datasource.pool.ExtendedStatement.delegate:Ljava/sql/PreparedStatement;
            aload 1 /* sql */
            invokeinterface java.sql.PreparedStatement.execute:(Ljava/lang/String;)Z
         2: ireturn
         3: .line 71
      StackMap locals:
      StackMap stack: java.sql.SQLException
            astore 2 /* ex */
        start local 2 // java.sql.SQLException ex
         4: .line 72
            aload 0 /* this */
            getfield io.ebean.datasource.pool.ExtendedStatement.pooledConnection:Lio/ebean/datasource/pool/PooledConnection;
            aload 2 /* ex */
            invokevirtual io.ebean.datasource.pool.PooledConnection.markWithError:(Ljava/sql/SQLException;)V
         5: .line 73
            aload 2 /* ex */
            athrow
        end local 2 // java.sql.SQLException ex
        end local 1 // java.lang.String sql
        end local 0 // io.ebean.datasource.pool.ExtendedStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/ebean/datasource/pool/ExtendedStatement;
            0    6     1   sql  Ljava/lang/String;
            4    6     2    ex  Ljava/sql/SQLException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.sql.SQLException
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      sql   

  public java.sql.ResultSet executeQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/sql/ResultSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.ebean.datasource.pool.ExtendedStatement this
        start local 1 // java.lang.String sql
         0: .line 83
            aload 0 /* this */
            getfield io.ebean.datasource.pool.ExtendedStatement.pooledConnection:Lio/ebean/datasource/pool/PooledConnection;
            aload 1 /* sql */
            invokevirtual io.ebean.datasource.pool.PooledConnection.setLastStatement:(Ljava/lang/String;)V
         1: .line 84
            aload 0 /* this */
            getfield io.ebean.datasource.pool.ExtendedStatement.delegate:Ljava/sql/PreparedStatement;
            aload 1 /* sql */
            invokeinterface java.sql.PreparedStatement.executeQuery:(Ljava/lang/String;)Ljava/sql/ResultSet;
         2: areturn
         3: .line 85
      StackMap locals:
      StackMap stack: java.sql.SQLException
            astore 2 /* ex */
        start local 2 // java.sql.SQLException ex
         4: .line 86
            aload 0 /* this */
            getfield io.ebean.datasource.pool.ExtendedStatement.pooledConnection:Lio/ebean/datasource/pool/PooledConnection;
            aload 2 /* ex */
            invokevirtual io.ebean.datasource.pool.PooledConnection.markWithError:(Ljava/sql/SQLException;)V
         5: .line 87
            aload 2 /* ex */
            athrow
        end local 2 // java.sql.SQLException ex
        end local 1 // java.lang.String sql
        end local 0 // io.ebean.datasource.pool.ExtendedStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/ebean/datasource/pool/ExtendedStatement;
            0    6     1   sql  Ljava/lang/String;
            4    6     2    ex  Ljava/sql/SQLException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.sql.SQLException
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      sql   

  public int executeUpdate(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.ebean.datasource.pool.ExtendedStatement this
        start local 1 // java.lang.String sql
         0: .line 97
            aload 0 /* this */
            getfield io.ebean.datasource.pool.ExtendedStatement.pooledConnection:Lio/ebean/datasource/pool/PooledConnection;
            aload 1 /* sql */
            invokevirtual io.ebean.datasource.pool.PooledConnection.setLastStatement:(Ljava/lang/String;)V
         1: .line 98
            aload 0 /* this */
            getfield io.ebean.datasource.pool.ExtendedStatement.delegate:Ljava/sql/PreparedStatement;
            aload 1 /* sql */
            invokeinterface java.sql.PreparedStatement.executeUpdate:(Ljava/lang/String;)I
         2: ireturn
         3: .line 99
      StackMap locals:
      StackMap stack: java.sql.SQLException
            astore 2 /* ex */
        start local 2 // java.sql.SQLException ex
         4: .line 100
            aload 0 /* this */
            getfield io.ebean.datasource.pool.ExtendedStatement.pooledConnection:Lio/ebean/datasource/pool/PooledConnection;
            aload 2 /* ex */
            invokevirtual io.ebean.datasource.pool.PooledConnection.markWithError:(Ljava/sql/SQLException;)V
         5: .line 101
            aload 2 /* ex */
            athrow
        end local 2 // java.sql.SQLException ex
        end local 1 // java.lang.String sql
        end local 0 // io.ebean.datasource.pool.ExtendedStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/ebean/datasource/pool/ExtendedStatement;
            0    6     1   sql  Ljava/lang/String;
            4    6     2    ex  Ljava/sql/SQLException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.sql.SQLException
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      sql   
}
SourceFile: "ExtendedStatement.java"