public class io.vertx.jdbcclient.impl.actions.JDBCTxOp<R> extends io.vertx.ext.jdbc.impl.actions.AbstractJDBCAction<R>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.jdbcclient.impl.actions.JDBCTxOp
super_class: io.vertx.ext.jdbc.impl.actions.AbstractJDBCAction
{
private final io.vertx.sqlclient.impl.command.TxCommand<R> op;
descriptor: Lio/vertx/sqlclient/impl/command/TxCommand;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/vertx/sqlclient/impl/command/TxCommand<TR;>;
public void <init>(io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper, io.vertx.sqlclient.impl.command.TxCommand<R>, io.vertx.ext.sql.SQLOptions);
descriptor: (Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/sqlclient/impl/command/TxCommand;Lio/vertx/ext/sql/SQLOptions;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 3
invokespecial io.vertx.ext.jdbc.impl.actions.AbstractJDBCAction.<init>:(Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;)V
1: aload 0
aload 2
putfield io.vertx.jdbcclient.impl.actions.JDBCTxOp.op:Lio/vertx/sqlclient/impl/command/TxCommand;
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/jdbcclient/impl/actions/JDBCTxOp<TR;>;
0 3 1 helper Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
0 3 2 op Lio/vertx/sqlclient/impl/command/TxCommand<TR;>;
0 3 3 options Lio/vertx/ext/sql/SQLOptions;
Signature: (Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/sqlclient/impl/command/TxCommand<TR;>;Lio/vertx/ext/sql/SQLOptions;)V
MethodParameters:
Name Flags
helper
op
options
public R execute(java.sql.Connection);
descriptor: (Ljava/sql/Connection;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.jdbcclient.impl.actions.JDBCTxOp.op:Lio/vertx/sqlclient/impl/command/TxCommand;
getfield io.vertx.sqlclient.impl.command.TxCommand.kind:Lio/vertx/sqlclient/impl/command/TxCommand$Kind;
getstatic io.vertx.sqlclient.impl.command.TxCommand$Kind.BEGIN:Lio/vertx/sqlclient/impl/command/TxCommand$Kind;
if_acmpne 3
1: aload 1
iconst_0
invokeinterface java.sql.Connection.setAutoCommit:(Z)V
2: goto 12
3: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.jdbcclient.impl.actions.JDBCTxOp.op:Lio/vertx/sqlclient/impl/command/TxCommand;
getfield io.vertx.sqlclient.impl.command.TxCommand.kind:Lio/vertx/sqlclient/impl/command/TxCommand$Kind;
getstatic io.vertx.sqlclient.impl.command.TxCommand$Kind.COMMIT:Lio/vertx/sqlclient/impl/command/TxCommand$Kind;
if_acmpne 6
4: aload 1
invokeinterface java.sql.Connection.commit:()V
5: goto 11
6: StackMap locals:
StackMap stack:
aload 1
invokeinterface java.sql.Connection.rollback:()V
7: goto 11
StackMap locals:
StackMap stack: java.lang.Throwable
8: astore 2
9: aload 1
iconst_0
invokeinterface java.sql.Connection.setAutoCommit:(Z)V
10: aload 2
athrow
11: StackMap locals:
StackMap stack:
aload 1
iconst_0
invokeinterface java.sql.Connection.setAutoCommit:(Z)V
12: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.jdbcclient.impl.actions.JDBCTxOp.op:Lio/vertx/sqlclient/impl/command/TxCommand;
getfield io.vertx.sqlclient.impl.command.TxCommand.result:Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lio/vertx/jdbcclient/impl/actions/JDBCTxOp<TR;>;
0 13 1 conn Ljava/sql/Connection;
Exception table:
from to target type
3 8 8 any
Exceptions:
throws java.sql.SQLException
Signature: (Ljava/sql/Connection;)TR;
MethodParameters:
Name Flags
conn
}
Signature: <R:Ljava/lang/Object;>Lio/vertx/ext/jdbc/impl/actions/AbstractJDBCAction<TR;>;
SourceFile: "JDBCTxOp.java"
InnerClasses:
public final Kind = io.vertx.sqlclient.impl.command.TxCommand$Kind of io.vertx.sqlclient.impl.command.TxCommand