class io.reactiverse.pgclient.impl.PgPreparedQueryImpl implements io.reactiverse.pgclient.PgPreparedQuery
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.reactiverse.pgclient.impl.PgPreparedQueryImpl
super_class: java.lang.Object
{
private final io.reactiverse.pgclient.impl.Connection conn;
descriptor: Lio/reactiverse/pgclient/impl/Connection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.Context context;
descriptor: Lio/vertx/core/Context;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.reactiverse.pgclient.impl.PreparedStatement ps;
descriptor: Lio/reactiverse/pgclient/impl/PreparedStatement;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.concurrent.atomic.AtomicBoolean closed;
descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(io.reactiverse.pgclient.impl.Connection, io.vertx.core.Context, io.reactiverse.pgclient.impl.PreparedStatement);
descriptor: (Lio/reactiverse/pgclient/impl/Connection;Lio/vertx/core/Context;Lio/reactiverse/pgclient/impl/PreparedStatement;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.concurrent.atomic.AtomicBoolean
dup
invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:()V
putfield io.reactiverse.pgclient.impl.PgPreparedQueryImpl.closed:Ljava/util/concurrent/atomic/AtomicBoolean;
2: aload 0
aload 1
putfield io.reactiverse.pgclient.impl.PgPreparedQueryImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
3: aload 0
aload 2
putfield io.reactiverse.pgclient.impl.PgPreparedQueryImpl.context:Lio/vertx/core/Context;
4: aload 0
aload 3
putfield io.reactiverse.pgclient.impl.PgPreparedQueryImpl.ps:Lio/reactiverse/pgclient/impl/PreparedStatement;
5: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
0 6 1 conn Lio/reactiverse/pgclient/impl/Connection;
0 6 2 context Lio/vertx/core/Context;
0 6 3 ps Lio/reactiverse/pgclient/impl/PreparedStatement;
MethodParameters:
Name Flags
conn
context
ps
public io.reactiverse.pgclient.PgPreparedQuery execute(io.reactiverse.pgclient.Tuple, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgRowSet>>);
descriptor: (Lio/reactiverse/pgclient/Tuple;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPreparedQuery;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
iconst_0
getstatic io.reactiverse.pgclient.impl.PgRowSetImpl.FACTORY:Ljava/util/function/Function;
getstatic io.reactiverse.pgclient.impl.PgRowSetImpl.COLLECTOR:Ljava/util/stream/Collector;
aload 2
invokevirtual io.reactiverse.pgclient.impl.PgPreparedQueryImpl.execute:(Lio/reactiverse/pgclient/Tuple;ZLjava/util/function/Function;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPreparedQuery;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
0 1 1 args Lio/reactiverse/pgclient/Tuple;
0 1 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgRowSet;>;>;
Signature: (Lio/reactiverse/pgclient/Tuple;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgRowSet;>;>;)Lio/reactiverse/pgclient/PgPreparedQuery;
MethodParameters:
Name Flags
args
handler
public <R> io.reactiverse.pgclient.PgPreparedQuery execute(io.reactiverse.pgclient.Tuple, java.util.stream.Collector<io.reactiverse.pgclient.Row, ?, R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgResult<R>>>);
descriptor: (Lio/reactiverse/pgclient/Tuple;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPreparedQuery;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
iconst_1
invokedynamic apply()Ljava/util/function/Function;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Ljava/lang/Object;
io/reactiverse/pgclient/impl/PgResultImpl.<init>(Ljava/lang/Object;)V (8)
(Ljava/lang/Object;)Lio/reactiverse/pgclient/impl/PgResultImpl;
aload 2
aload 3
invokevirtual io.reactiverse.pgclient.impl.PgPreparedQueryImpl.execute:(Lio/reactiverse/pgclient/Tuple;ZLjava/util/function/Function;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPreparedQuery;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
0 1 1 args Lio/reactiverse/pgclient/Tuple;
0 1 2 collector Ljava/util/stream/Collector<Lio/reactiverse/pgclient/Row;*TR;>;
0 1 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgResult<TR;>;>;>;
Signature: <R:Ljava/lang/Object;>(Lio/reactiverse/pgclient/Tuple;Ljava/util/stream/Collector<Lio/reactiverse/pgclient/Row;*TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgResult<TR;>;>;>;)Lio/reactiverse/pgclient/PgPreparedQuery;
MethodParameters:
Name Flags
args
collector
handler
private <R1, R2 extends io.reactiverse.pgclient.impl.PgResultBase<R1, R2>, R3 extends io.reactiverse.pgclient.PgResult<R1>> io.reactiverse.pgclient.PgPreparedQuery execute(io.reactiverse.pgclient.Tuple, boolean, java.util.function.Function<R1, R2>, java.util.stream.Collector<io.reactiverse.pgclient.Row, ?, R1>, io.vertx.core.Handler<io.vertx.core.AsyncResult<R3>>);
descriptor: (Lio/reactiverse/pgclient/Tuple;ZLjava/util/function/Function;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPreparedQuery;
flags: (0x0002) ACC_PRIVATE
Code:
stack=9, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: new io.reactiverse.pgclient.impl.PgResultBuilder
dup
aload 3
aload 5
invokespecial io.reactiverse.pgclient.impl.PgResultBuilder.<init>:(Ljava/util/function/Function;Lio/vertx/core/Handler;)V
astore 6
start local 6 1: aload 0
aload 1
iconst_0
aconst_null
iconst_0
iload 2
aload 4
aload 6
aload 6
invokevirtual io.reactiverse.pgclient.impl.PgPreparedQueryImpl.execute:(Lio/reactiverse/pgclient/Tuple;ILjava/lang/String;ZZLjava/util/stream/Collector;Lio/reactiverse/pgclient/impl/QueryResultHandler;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPreparedQuery;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
0 2 1 args Lio/reactiverse/pgclient/Tuple;
0 2 2 singleton Z
0 2 3 factory Ljava/util/function/Function<TR1;TR2;>;
0 2 4 collector Ljava/util/stream/Collector<Lio/reactiverse/pgclient/Row;*TR1;>;
0 2 5 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR3;>;>;
1 2 6 b Lio/reactiverse/pgclient/impl/PgResultBuilder<TR1;TR2;TR3;>;
Signature: <R1:Ljava/lang/Object;R2:Lio/reactiverse/pgclient/impl/PgResultBase<TR1;TR2;>;R3::Lio/reactiverse/pgclient/PgResult<TR1;>;>(Lio/reactiverse/pgclient/Tuple;ZLjava/util/function/Function<TR1;TR2;>;Ljava/util/stream/Collector<Lio/reactiverse/pgclient/Row;*TR1;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR3;>;>;)Lio/reactiverse/pgclient/PgPreparedQuery;
MethodParameters:
Name Flags
args
singleton
factory
collector
handler
<A, R> io.reactiverse.pgclient.PgPreparedQuery execute(io.reactiverse.pgclient.Tuple, int, java.lang.String, boolean, boolean, java.util.stream.Collector<io.reactiverse.pgclient.Row, A, R>, io.reactiverse.pgclient.impl.QueryResultHandler<R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
descriptor: (Lio/reactiverse/pgclient/Tuple;ILjava/lang/String;ZZLjava/util/stream/Collector;Lio/reactiverse/pgclient/impl/QueryResultHandler;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPreparedQuery;
flags: (0x0000)
Code:
stack=10, locals=11, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 0
getfield io.reactiverse.pgclient.impl.PgPreparedQueryImpl.context:Lio/vertx/core/Context;
invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
if_acmpne 18
1: aload 0
getfield io.reactiverse.pgclient.impl.PgPreparedQueryImpl.ps:Lio/reactiverse/pgclient/impl/PreparedStatement;
aload 1
checkcast java.util.List
invokevirtual io.reactiverse.pgclient.impl.PreparedStatement.prepare:(Ljava/util/List;)Ljava/lang/String;
astore 9
start local 9 2: aload 9
ifnull 5
3: aload 8
aload 9
invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
4: goto 19
5: StackMap locals: java.lang.String
StackMap stack:
new io.reactiverse.pgclient.impl.ExtendedQueryCommand
dup
6: aload 0
getfield io.reactiverse.pgclient.impl.PgPreparedQueryImpl.ps:Lio/reactiverse/pgclient/impl/PreparedStatement;
7: aload 1
8: iload 2
9: aload 3
10: iload 4
11: iload 5
12: aload 6
13: aload 7
14: invokespecial io.reactiverse.pgclient.impl.ExtendedQueryCommand.<init>:(Lio/reactiverse/pgclient/impl/PreparedStatement;Lio/reactiverse/pgclient/Tuple;ILjava/lang/String;ZZLjava/util/stream/Collector;Lio/reactiverse/pgclient/impl/QueryResultHandler;)V
astore 10
start local 10 15: aload 10
aload 8
putfield io.reactiverse.pgclient.impl.ExtendedQueryCommand.handler:Lio/vertx/core/Handler;
16: aload 0
getfield io.reactiverse.pgclient.impl.PgPreparedQueryImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
aload 10
invokeinterface io.reactiverse.pgclient.impl.Connection.schedule:(Lio/reactiverse/pgclient/impl/CommandBase;)V
end local 10 end local 9 17: goto 19
18: StackMap locals:
StackMap stack:
aload 0
getfield io.reactiverse.pgclient.impl.PgPreparedQueryImpl.context:Lio/vertx/core/Context;
aload 0
aload 1
iload 2
aload 3
iload 4
iload 5
aload 6
aload 7
aload 8
invokedynamic handle(Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;Lio/reactiverse/pgclient/Tuple;ILjava/lang/String;ZZLjava/util/stream/Collector;Lio/reactiverse/pgclient/impl/QueryResultHandler;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/reactiverse/pgclient/impl/PgPreparedQueryImpl.lambda$1(Lio/reactiverse/pgclient/Tuple;ILjava/lang/String;ZZLjava/util/stream/Collector;Lio/reactiverse/pgclient/impl/QueryResultHandler;Lio/vertx/core/Handler;Ljava/lang/Void;)V (7)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
19: StackMap locals:
StackMap stack:
aload 0
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
0 20 1 args Lio/reactiverse/pgclient/Tuple;
0 20 2 fetch I
0 20 3 portal Ljava/lang/String;
0 20 4 suspended Z
0 20 5 singleton Z
0 20 6 collector Ljava/util/stream/Collector<Lio/reactiverse/pgclient/Row;TA;TR;>;
0 20 7 resultHandler Lio/reactiverse/pgclient/impl/QueryResultHandler<TR;>;
0 20 8 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;
2 17 9 msg Ljava/lang/String;
15 17 10 cmd Lio/reactiverse/pgclient/impl/ExtendedQueryCommand;
Signature: <A:Ljava/lang/Object;R:Ljava/lang/Object;>(Lio/reactiverse/pgclient/Tuple;ILjava/lang/String;ZZLjava/util/stream/Collector<Lio/reactiverse/pgclient/Row;TA;TR;>;Lio/reactiverse/pgclient/impl/QueryResultHandler<TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)Lio/reactiverse/pgclient/PgPreparedQuery;
MethodParameters:
Name Flags
args
fetch
portal
suspended
singleton
collector
resultHandler
handler
public io.reactiverse.pgclient.PgCursor cursor(io.reactiverse.pgclient.Tuple);
descriptor: (Lio/reactiverse/pgclient/Tuple;)Lio/reactiverse/pgclient/PgCursor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactiverse.pgclient.impl.PgPreparedQueryImpl.ps:Lio/reactiverse/pgclient/impl/PreparedStatement;
aload 1
checkcast java.util.List
invokevirtual io.reactiverse.pgclient.impl.PreparedStatement.prepare:(Ljava/util/List;)Ljava/lang/String;
astore 2
start local 2 1: aload 2
ifnull 3
2: new java.lang.IllegalArgumentException
dup
aload 2
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: java.lang.String
StackMap stack:
new io.reactiverse.pgclient.impl.PgCursorImpl
dup
aload 0
aload 1
invokespecial io.reactiverse.pgclient.impl.PgCursorImpl.<init>:(Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;Lio/reactiverse/pgclient/Tuple;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
0 4 1 args Lio/reactiverse/pgclient/Tuple;
1 4 2 msg Ljava/lang/String;
MethodParameters:
Name Flags
args
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokedynamic handle()Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/reactiverse/pgclient/impl/PgPreparedQueryImpl.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
(Lio/vertx/core/AsyncResult;)V
invokevirtual io.reactiverse.pgclient.impl.PgPreparedQueryImpl.close:(Lio/vertx/core/Handler;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
public io.reactiverse.pgclient.PgPreparedQuery batch(java.util.List<io.reactiverse.pgclient.Tuple>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgRowSet>>);
descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPreparedQuery;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
iconst_0
getstatic io.reactiverse.pgclient.impl.PgRowSetImpl.FACTORY:Ljava/util/function/Function;
getstatic io.reactiverse.pgclient.impl.PgRowSetImpl.COLLECTOR:Ljava/util/stream/Collector;
aload 2
invokevirtual io.reactiverse.pgclient.impl.PgPreparedQueryImpl.batch:(Ljava/util/List;ZLjava/util/function/Function;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPreparedQuery;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
0 1 1 argsList Ljava/util/List<Lio/reactiverse/pgclient/Tuple;>;
0 1 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgRowSet;>;>;
Signature: (Ljava/util/List<Lio/reactiverse/pgclient/Tuple;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgRowSet;>;>;)Lio/reactiverse/pgclient/PgPreparedQuery;
MethodParameters:
Name Flags
argsList
handler
public <R> io.reactiverse.pgclient.PgPreparedQuery batch(java.util.List<io.reactiverse.pgclient.Tuple>, java.util.stream.Collector<io.reactiverse.pgclient.Row, ?, R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgResult<R>>>);
descriptor: (Ljava/util/List;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPreparedQuery;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
iconst_1
invokedynamic apply()Ljava/util/function/Function;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Ljava/lang/Object;
io/reactiverse/pgclient/impl/PgResultImpl.<init>(Ljava/lang/Object;)V (8)
(Ljava/lang/Object;)Lio/reactiverse/pgclient/impl/PgResultImpl;
aload 2
aload 3
invokevirtual io.reactiverse.pgclient.impl.PgPreparedQueryImpl.batch:(Ljava/util/List;ZLjava/util/function/Function;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPreparedQuery;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
0 1 1 argsList Ljava/util/List<Lio/reactiverse/pgclient/Tuple;>;
0 1 2 collector Ljava/util/stream/Collector<Lio/reactiverse/pgclient/Row;*TR;>;
0 1 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgResult<TR;>;>;>;
Signature: <R:Ljava/lang/Object;>(Ljava/util/List<Lio/reactiverse/pgclient/Tuple;>;Ljava/util/stream/Collector<Lio/reactiverse/pgclient/Row;*TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgResult<TR;>;>;>;)Lio/reactiverse/pgclient/PgPreparedQuery;
MethodParameters:
Name Flags
argsList
collector
handler
private <R1, R2 extends io.reactiverse.pgclient.impl.PgResultBase<R1, R2>, R3 extends io.reactiverse.pgclient.PgResult<R1>> io.reactiverse.pgclient.PgPreparedQuery batch(java.util.List<io.reactiverse.pgclient.Tuple>, boolean, java.util.function.Function<R1, R2>, java.util.stream.Collector<io.reactiverse.pgclient.Row, ?, R1>, io.vertx.core.Handler<io.vertx.core.AsyncResult<R3>>);
descriptor: (Ljava/util/List;ZLjava/util/function/Function;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPreparedQuery;
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=9, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 1
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 7
goto 6
StackMap locals: io.reactiverse.pgclient.impl.PgPreparedQueryImpl java.util.List int java.util.function.Function java.util.stream.Collector io.vertx.core.Handler top java.util.Iterator
StackMap stack:
1: aload 7
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast io.reactiverse.pgclient.Tuple
astore 6
start local 6 2: aload 0
getfield io.reactiverse.pgclient.impl.PgPreparedQueryImpl.ps:Lio/reactiverse/pgclient/impl/PreparedStatement;
aload 6
checkcast java.util.List
invokevirtual io.reactiverse.pgclient.impl.PreparedStatement.prepare:(Ljava/util/List;)Ljava/lang/String;
astore 8
start local 8 3: aload 8
ifnull 6
4: aload 5
aload 8
invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
5: aload 0
areturn
end local 8 end local 6 6: StackMap locals:
StackMap stack:
aload 7
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
7: new io.reactiverse.pgclient.impl.PgResultBuilder
dup
aload 3
aload 5
invokespecial io.reactiverse.pgclient.impl.PgResultBuilder.<init>:(Ljava/util/function/Function;Lio/vertx/core/Handler;)V
astore 6
start local 6 8: new io.reactiverse.pgclient.impl.ExtendedBatchQueryCommand
dup
aload 0
getfield io.reactiverse.pgclient.impl.PgPreparedQueryImpl.ps:Lio/reactiverse/pgclient/impl/PreparedStatement;
aload 1
iload 2
aload 4
aload 6
invokespecial io.reactiverse.pgclient.impl.ExtendedBatchQueryCommand.<init>:(Lio/reactiverse/pgclient/impl/PreparedStatement;Ljava/util/List;ZLjava/util/stream/Collector;Lio/reactiverse/pgclient/impl/QueryResultHandler;)V
astore 7
start local 7 9: aload 7
aload 6
putfield io.reactiverse.pgclient.impl.ExtendedBatchQueryCommand.handler:Lio/vertx/core/Handler;
10: aload 0
getfield io.reactiverse.pgclient.impl.PgPreparedQueryImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
aload 7
invokeinterface io.reactiverse.pgclient.impl.Connection.schedule:(Lio/reactiverse/pgclient/impl/CommandBase;)V
11: aload 0
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
0 12 1 argsList Ljava/util/List<Lio/reactiverse/pgclient/Tuple;>;
0 12 2 singleton Z
0 12 3 factory Ljava/util/function/Function<TR1;TR2;>;
0 12 4 collector Ljava/util/stream/Collector<Lio/reactiverse/pgclient/Row;*TR1;>;
0 12 5 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR3;>;>;
2 6 6 args Lio/reactiverse/pgclient/Tuple;
3 6 8 msg Ljava/lang/String;
8 12 6 b Lio/reactiverse/pgclient/impl/PgResultBuilder<TR1;TR2;TR3;>;
9 12 7 cmd Lio/reactiverse/pgclient/impl/ExtendedBatchQueryCommand;
Signature: <R1:Ljava/lang/Object;R2:Lio/reactiverse/pgclient/impl/PgResultBase<TR1;TR2;>;R3::Lio/reactiverse/pgclient/PgResult<TR1;>;>(Ljava/util/List<Lio/reactiverse/pgclient/Tuple;>;ZLjava/util/function/Function<TR1;TR2;>;Ljava/util/stream/Collector<Lio/reactiverse/pgclient/Row;*TR1;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR3;>;>;)Lio/reactiverse/pgclient/PgPreparedQuery;
MethodParameters:
Name Flags
argsList
singleton
factory
collector
handler
public io.reactiverse.pgclient.PgStream<io.reactiverse.pgclient.Row> createStream(int, io.reactiverse.pgclient.Tuple);
descriptor: (ILio/reactiverse/pgclient/Tuple;)Lio/reactiverse/pgclient/PgStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new io.reactiverse.pgclient.impl.PgStreamImpl
dup
aload 0
iload 1
aload 2
invokespecial io.reactiverse.pgclient.impl.PgStreamImpl.<init>:(Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;ILio/reactiverse/pgclient/Tuple;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
0 1 1 fetch I
0 1 2 args Lio/reactiverse/pgclient/Tuple;
Signature: (ILio/reactiverse/pgclient/Tuple;)Lio/reactiverse/pgclient/PgStream<Lio/reactiverse/pgclient/Row;>;
MethodParameters:
Name Flags
fetch
args
public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactiverse.pgclient.impl.PgPreparedQueryImpl.closed:Ljava/util/concurrent/atomic/AtomicBoolean;
iconst_0
iconst_1
invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
ifeq 5
1: new io.reactiverse.pgclient.impl.CloseStatementCommand
dup
invokespecial io.reactiverse.pgclient.impl.CloseStatementCommand.<init>:()V
astore 2
start local 2 2: aload 2
aload 1
putfield io.reactiverse.pgclient.impl.CloseStatementCommand.handler:Lio/vertx/core/Handler;
3: aload 0
getfield io.reactiverse.pgclient.impl.PgPreparedQueryImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
aload 2
invokeinterface io.reactiverse.pgclient.impl.Connection.schedule:(Lio/reactiverse/pgclient/impl/CommandBase;)V
end local 2 4: goto 6
5: StackMap locals:
StackMap stack:
aload 1
ldc "Already closed"
invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
0 7 1 completionHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
2 4 2 cmd Lio/reactiverse/pgclient/impl/CloseStatementCommand;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
completionHandler
void closePortal(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new io.reactiverse.pgclient.impl.ClosePortalCommand
dup
aload 1
invokespecial io.reactiverse.pgclient.impl.ClosePortalCommand.<init>:(Ljava/lang/String;)V
astore 3
start local 3 1: aload 3
aload 2
putfield io.reactiverse.pgclient.impl.ClosePortalCommand.handler:Lio/vertx/core/Handler;
2: aload 0
getfield io.reactiverse.pgclient.impl.PgPreparedQueryImpl.conn:Lio/reactiverse/pgclient/impl/Connection;
aload 3
invokeinterface io.reactiverse.pgclient.impl.Connection.schedule:(Lio/reactiverse/pgclient/impl/CommandBase;)V
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
0 4 1 portal Ljava/lang/String;
0 4 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
1 4 3 cmd Lio/reactiverse/pgclient/impl/ClosePortalCommand;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
portal
handler
private void lambda$1(io.reactiverse.pgclient.Tuple, int, java.lang.String, boolean, boolean, java.util.stream.Collector, io.reactiverse.pgclient.impl.QueryResultHandler, io.vertx.core.Handler, java.lang.Void);
descriptor: (Lio/reactiverse/pgclient/Tuple;ILjava/lang/String;ZZLjava/util/stream/Collector;Lio/reactiverse/pgclient/impl/QueryResultHandler;Lio/vertx/core/Handler;Ljava/lang/Void;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=9, locals=10, args_size=10
start local 0 start local 9 0: aload 0
aload 1
iload 2
aload 3
iload 4
iload 5
aload 6
aload 7
aload 8
invokevirtual io.reactiverse.pgclient.impl.PgPreparedQueryImpl.execute:(Lio/reactiverse/pgclient/Tuple;ILjava/lang/String;ZZLjava/util/stream/Collector;Lio/reactiverse/pgclient/impl/QueryResultHandler;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPreparedQuery;
return
end local 9 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactiverse/pgclient/impl/PgPreparedQueryImpl;
0 1 9 v Ljava/lang/Void;
private static void lambda$2(io.vertx.core.AsyncResult);
descriptor: (Lio/vertx/core/AsyncResult;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 ar Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
}
SourceFile: "PgPreparedQueryImpl.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles