class io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec<R> extends io.vertx.pgclient.impl.codec.ExtendedQueryCommandBaseCodec<R, io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand<R>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec
super_class: io.vertx.pgclient.impl.codec.ExtendedQueryCommandBaseCodec
{
void <init>(io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand<R>);
descriptor: (Lio/vertx/sqlclient/impl/command/ExtendedBatchQueryCommand;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec this
start local 1 // io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand cmd
0: .line 27
aload 0 /* this */
aload 1 /* cmd */
invokespecial io.vertx.pgclient.impl.codec.ExtendedQueryCommandBaseCodec.<init>:(Lio/vertx/sqlclient/impl/command/ExtendedQueryCommandBase;)V
1: .line 28
return
end local 1 // io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand cmd
end local 0 // io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/pgclient/impl/codec/ExtendedBatchQueryCommandCodec<TR;>;
0 2 1 cmd Lio/vertx/sqlclient/impl/command/ExtendedBatchQueryCommand<TR;>;
Signature: (Lio/vertx/sqlclient/impl/command/ExtendedBatchQueryCommand<TR;>;)V
MethodParameters:
Name Flags
cmd
void encode(io.vertx.pgclient.impl.codec.PgEncoder);
descriptor: (Lio/vertx/pgclient/impl/codec/PgEncoder;)V
flags: (0x0000)
Code:
stack=4, locals=5, args_size=2
start local 0 // io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec this
start local 1 // io.vertx.pgclient.impl.codec.PgEncoder encoder
0: .line 32
aload 0 /* this */
getfield io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
checkcast io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand
invokevirtual io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand.isSuspended:()Z
ifeq 4
1: .line 33
aload 1 /* encoder */
aload 0 /* this */
getfield io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
checkcast io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand
invokevirtual io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand.cursorId:()Ljava/lang/String;
aload 0 /* this */
getfield io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
checkcast io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand
invokevirtual io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand.fetch:()I
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.writeExecute:(Ljava/lang/String;I)V
2: .line 34
aload 1 /* encoder */
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.writeSync:()V
3: .line 35
goto 16
4: .line 36
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
checkcast io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand
invokevirtual io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand.preparedStatement:()Lio/vertx/sqlclient/impl/PreparedStatement;
checkcast io.vertx.pgclient.impl.codec.PgPreparedStatement
astore 2 /* ps */
start local 2 // io.vertx.pgclient.impl.codec.PgPreparedStatement ps
5: .line 37
aload 2 /* ps */
getfield io.vertx.pgclient.impl.codec.PgPreparedStatement.bind:Lio/vertx/pgclient/impl/codec/Bind;
getfield io.vertx.pgclient.impl.codec.Bind.statement:J
lconst_0
lcmp
ifne 7
6: .line 38
aload 1 /* encoder */
new io.vertx.pgclient.impl.codec.Parse
dup
aload 2 /* ps */
invokevirtual io.vertx.pgclient.impl.codec.PgPreparedStatement.sql:()Ljava/lang/String;
invokespecial io.vertx.pgclient.impl.codec.Parse.<init>:(Ljava/lang/String;)V
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.writeParse:(Lio/vertx/pgclient/impl/codec/Parse;)V
7: .line 40
StackMap locals: io.vertx.pgclient.impl.codec.PgPreparedStatement
StackMap stack:
aload 0 /* this */
getfield io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
checkcast io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand
invokevirtual io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand.params:()Ljava/util/List;
invokeinterface java.util.List.isEmpty:()Z
ifeq 10
8: .line 42
aload 0 /* this */
iconst_0
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
putfield io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec.result:Ljava/lang/Object;
9: .line 43
goto 15
10: .line 44
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
checkcast io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand
invokevirtual io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand.params:()Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 14
StackMap locals: io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec io.vertx.pgclient.impl.codec.PgEncoder io.vertx.pgclient.impl.codec.PgPreparedStatement top java.util.Iterator
StackMap stack:
11: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast io.vertx.sqlclient.Tuple
astore 3 /* param */
start local 3 // io.vertx.sqlclient.Tuple param
12: .line 45
aload 1 /* encoder */
aload 2 /* ps */
getfield io.vertx.pgclient.impl.codec.PgPreparedStatement.bind:Lio/vertx/pgclient/impl/codec/Bind;
aload 0 /* this */
getfield io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
checkcast io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand
invokevirtual io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand.cursorId:()Ljava/lang/String;
aload 3 /* param */
checkcast java.util.List
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.writeBind:(Lio/vertx/pgclient/impl/codec/Bind;Ljava/lang/String;Ljava/util/List;)V
13: .line 46
aload 1 /* encoder */
aload 0 /* this */
getfield io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
checkcast io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand
invokevirtual io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand.cursorId:()Ljava/lang/String;
aload 0 /* this */
getfield io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec.cmd:Lio/vertx/sqlclient/impl/command/CommandBase;
checkcast io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand
invokevirtual io.vertx.sqlclient.impl.command.ExtendedBatchQueryCommand.fetch:()I
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.writeExecute:(Ljava/lang/String;I)V
end local 3 // io.vertx.sqlclient.Tuple param
14: .line 44
StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 11
15: .line 49
StackMap locals: io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec io.vertx.pgclient.impl.codec.PgEncoder io.vertx.pgclient.impl.codec.PgPreparedStatement
StackMap stack:
aload 1 /* encoder */
invokevirtual io.vertx.pgclient.impl.codec.PgEncoder.writeSync:()V
end local 2 // io.vertx.pgclient.impl.codec.PgPreparedStatement ps
16: .line 51
StackMap locals:
StackMap stack:
return
end local 1 // io.vertx.pgclient.impl.codec.PgEncoder encoder
end local 0 // io.vertx.pgclient.impl.codec.ExtendedBatchQueryCommandCodec this
LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lio/vertx/pgclient/impl/codec/ExtendedBatchQueryCommandCodec<TR;>;
0 17 1 encoder Lio/vertx/pgclient/impl/codec/PgEncoder;
5 16 2 ps Lio/vertx/pgclient/impl/codec/PgPreparedStatement;
12 14 3 param Lio/vertx/sqlclient/Tuple;
MethodParameters:
Name Flags
encoder
}
Signature: <R:Ljava/lang/Object;>Lio/vertx/pgclient/impl/codec/ExtendedQueryCommandBaseCodec<TR;Lio/vertx/sqlclient/impl/command/ExtendedBatchQueryCommand<TR;>;>;
SourceFile: "ExtendedBatchQueryCommandCodec.java"