public interface io.reactiverse.pgclient.PgPool extends io.reactiverse.pgclient.PgClient
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.reactiverse.pgclient.PgPool
super_class: java.lang.Object
{
public abstract io.reactiverse.pgclient.PgPool preparedQuery(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgRowSet>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgRowSet;>;>;)Lio/reactiverse/pgclient/PgPool;
MethodParameters:
Name Flags
sql
handler
public abstract <R> io.reactiverse.pgclient.PgPool preparedQuery(java.lang.String, java.util.stream.Collector<io.reactiverse.pgclient.Row, ?, R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgResult<R>>>);
descriptor: (Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <R:Ljava/lang/Object;>(Ljava/lang/String;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/PgPool;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore()
MethodParameters:
Name Flags
sql
collector
handler
public abstract io.reactiverse.pgclient.PgPool query(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgRowSet>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgRowSet;>;>;)Lio/reactiverse/pgclient/PgPool;
MethodParameters:
Name Flags
sql
handler
public abstract <R> io.reactiverse.pgclient.PgPool query(java.lang.String, java.util.stream.Collector<io.reactiverse.pgclient.Row, ?, R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgResult<R>>>);
descriptor: (Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <R:Ljava/lang/Object;>(Ljava/lang/String;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/PgPool;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore()
MethodParameters:
Name Flags
sql
collector
handler
public abstract io.reactiverse.pgclient.PgPool preparedQuery(java.lang.String, io.reactiverse.pgclient.Tuple, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgRowSet>>);
descriptor: (Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgRowSet;>;>;)Lio/reactiverse/pgclient/PgPool;
MethodParameters:
Name Flags
sql
arguments
handler
public abstract <R> io.reactiverse.pgclient.PgPool preparedQuery(java.lang.String, 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/lang/String;Lio/reactiverse/pgclient/Tuple;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <R:Ljava/lang/Object;>(Ljava/lang/String;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/PgPool;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore()
MethodParameters:
Name Flags
sql
arguments
collector
handler
public abstract io.reactiverse.pgclient.PgPool preparedBatch(java.lang.String, java.util.List<io.reactiverse.pgclient.Tuple>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgRowSet>>);
descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/String;Ljava/util/List<Lio/reactiverse/pgclient/Tuple;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgRowSet;>;>;)Lio/reactiverse/pgclient/PgPool;
MethodParameters:
Name Flags
sql
batch
handler
public abstract <R> io.reactiverse.pgclient.PgPool preparedBatch(java.lang.String, 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/lang/String;Ljava/util/List;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <R:Ljava/lang/Object;>(Ljava/lang/String;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/PgPool;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore()
MethodParameters:
Name Flags
sql
batch
collector
handler
public abstract void getConnection(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgConnection>>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgConnection;>;>;)V
MethodParameters:
Name Flags
handler
public abstract void begin(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.reactiverse.pgclient.PgTransaction>>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/reactiverse/pgclient/PgTransaction;>;>;)V
MethodParameters:
Name Flags
handler
public abstract void close();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public io.reactiverse.pgclient.PgClient preparedQuery(java.lang.String, io.reactiverse.pgclient.Tuple, java.util.stream.Collector, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
aload 2
aload 3
checkcast java.util.stream.Collector
aload 4
checkcast io.vertx.core.Handler
invokeinterface io.reactiverse.pgclient.PgPool.preparedQuery:(Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.reactiverse.pgclient.PgClient preparedQuery(java.lang.String, io.reactiverse.pgclient.Tuple, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
aload 3
invokeinterface io.reactiverse.pgclient.PgPool.preparedQuery:(Ljava/lang/String;Lio/reactiverse/pgclient/Tuple;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.reactiverse.pgclient.PgClient preparedQuery(java.lang.String, java.util.stream.Collector, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
checkcast java.util.stream.Collector
aload 3
checkcast io.vertx.core.Handler
invokeinterface io.reactiverse.pgclient.PgPool.preparedQuery:(Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.reactiverse.pgclient.PgClient preparedQuery(java.lang.String, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokeinterface io.reactiverse.pgclient.PgPool.preparedQuery:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.reactiverse.pgclient.PgClient query(java.lang.String, java.util.stream.Collector, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
checkcast java.util.stream.Collector
aload 3
checkcast io.vertx.core.Handler
invokeinterface io.reactiverse.pgclient.PgPool.query:(Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.reactiverse.pgclient.PgClient query(java.lang.String, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokeinterface io.reactiverse.pgclient.PgPool.query:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.reactiverse.pgclient.PgClient preparedBatch(java.lang.String, java.util.List, java.util.stream.Collector, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Ljava/util/List;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
aload 2
aload 3
checkcast java.util.stream.Collector
aload 4
checkcast io.vertx.core.Handler
invokeinterface io.reactiverse.pgclient.PgPool.preparedBatch:(Ljava/lang/String;Ljava/util/List;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.reactiverse.pgclient.PgClient preparedBatch(java.lang.String, java.util.List, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgClient;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
aload 3
invokeinterface io.reactiverse.pgclient.PgPool.preparedBatch:(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgPool;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "PgPool.java"
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.VertxGen()