class io.vertx.ext.jdbc.impl.JDBCConnectionImpl implements io.vertx.ext.sql.SQLConnection
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.ext.jdbc.impl.JDBCConnectionImpl
super_class: java.lang.Object
{
static final io.vertx.core.logging.Logger log;
descriptor: Lio/vertx/core/logging/Logger;
flags: (0x0018) ACC_STATIC, ACC_FINAL
private final io.vertx.core.Vertx vertx;
descriptor: Lio/vertx/core/Vertx;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
final java.sql.Connection conn;
descriptor: Ljava/sql/Connection;
flags: (0x0010) ACC_FINAL
private final io.vertx.core.impl.ContextInternal ctx;
descriptor: Lio/vertx/core/impl/ContextInternal;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.spi.metrics.PoolMetrics metrics;
descriptor: Lio/vertx/core/spi/metrics/PoolMetrics;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
final java.lang.Object metric;
descriptor: Ljava/lang/Object;
flags: (0x0010) ACC_FINAL
private final io.vertx.core.impl.TaskQueue statementsQueue;
descriptor: Lio/vertx/core/impl/TaskQueue;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper helper;
descriptor: Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private io.vertx.ext.sql.SQLOptions options;
descriptor: Lio/vertx/ext/sql/SQLOptions;
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
putstatic io.vertx.ext.jdbc.impl.JDBCConnectionImpl.log:Lio/vertx/core/logging/Logger;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(io.vertx.core.Context, io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper, java.sql.Connection, io.vertx.core.spi.metrics.PoolMetrics, java.lang.Object);
descriptor: (Lio/vertx/core/Context;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Ljava/sql/Connection;Lio/vertx/core/spi/metrics/PoolMetrics;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new io.vertx.core.impl.TaskQueue
dup
invokespecial io.vertx.core.impl.TaskQueue.<init>:()V
putfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
2: aload 0
aload 1
invokeinterface io.vertx.core.Context.owner:()Lio/vertx/core/Vertx;
putfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
3: aload 0
aload 2
putfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
4: aload 0
aload 3
putfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
5: aload 0
aload 4
putfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.metrics:Lio/vertx/core/spi/metrics/PoolMetrics;
6: aload 0
aload 5
putfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.metric:Ljava/lang/Object;
7: aload 0
aload 1
checkcast io.vertx.core.impl.ContextInternal
putfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
8: return
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 9 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 9 1 context Lio/vertx/core/Context;
0 9 2 helper Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
0 9 3 conn Ljava/sql/Connection;
0 9 4 metrics Lio/vertx/core/spi/metrics/PoolMetrics;
0 9 5 metric Ljava/lang/Object;
MethodParameters:
Name Flags
context
helper
conn
metrics
metric
public io.vertx.ext.sql.SQLConnection setOptions(io.vertx.ext.sql.SQLOptions);
descriptor: (Lio/vertx/ext/sql/SQLOptions;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 options Lio/vertx/ext/sql/SQLOptions;
MethodParameters:
Name Flags
options
public io.vertx.ext.sql.SQLConnection setAutoCommit(boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (ZLio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new io.vertx.ext.jdbc.impl.actions.JDBCAutoCommit
dup
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
iload 1
invokespecial io.vertx.ext.jdbc.impl.actions.JDBCAutoCommit.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Z)V
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 2
invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCAutoCommit.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 autoCommit Z
0 2 2 resultHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
autoCommit
resultHandler
public io.vertx.ext.sql.SQLConnection execute(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new io.vertx.ext.jdbc.impl.actions.JDBCExecute
dup
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
aload 1
invokespecial io.vertx.ext.jdbc.impl.actions.JDBCExecute.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;)V
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 2
invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCExecute.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 sql Ljava/lang/String;
0 2 2 resultHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
sql
resultHandler
public io.vertx.ext.sql.SQLConnection query(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.ResultSet>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new io.vertx.ext.jdbc.impl.actions.JDBCQuery
dup
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
aload 1
aconst_null
invokespecial io.vertx.ext.jdbc.impl.actions.JDBCQuery.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/json/JsonArray;)V
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 2
invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCQuery.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 sql Ljava/lang/String;
0 2 2 resultHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
sql
resultHandler
public io.vertx.ext.sql.SQLConnection queryStream(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.SQLRowStream>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new io.vertx.ext.jdbc.impl.actions.StreamQuery
dup
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 1
aconst_null
invokespecial io.vertx.ext.jdbc.impl.actions.StreamQuery.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/TaskQueue;Ljava/lang/String;Lio/vertx/core/json/JsonArray;)V
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 2
invokevirtual io.vertx.ext.jdbc.impl.actions.StreamQuery.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 sql Ljava/lang/String;
0 2 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/SQLRowStream;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/SQLRowStream;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
sql
handler
public io.vertx.ext.sql.SQLConnection queryStreamWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.SQLRowStream>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new io.vertx.ext.jdbc.impl.actions.StreamQuery
dup
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 1
aload 2
invokespecial io.vertx.ext.jdbc.impl.actions.StreamQuery.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/impl/TaskQueue;Ljava/lang/String;Lio/vertx/core/json/JsonArray;)V
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 3
invokevirtual io.vertx.ext.jdbc.impl.actions.StreamQuery.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 sql Ljava/lang/String;
0 2 2 params Lio/vertx/core/json/JsonArray;
0 2 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/SQLRowStream;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/SQLRowStream;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
sql
params
handler
public io.vertx.ext.sql.SQLConnection queryWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.ResultSet>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new io.vertx.ext.jdbc.impl.actions.JDBCQuery
dup
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
aload 1
aload 2
invokespecial io.vertx.ext.jdbc.impl.actions.JDBCQuery.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/json/JsonArray;)V
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 3
invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCQuery.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 sql Ljava/lang/String;
0 2 2 params Lio/vertx/core/json/JsonArray;
0 2 3 resultHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
sql
params
resultHandler
public io.vertx.ext.sql.SQLConnection update(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.UpdateResult>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new io.vertx.ext.jdbc.impl.actions.JDBCUpdate
dup
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
aload 1
aconst_null
invokespecial io.vertx.ext.jdbc.impl.actions.JDBCUpdate.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/json/JsonArray;)V
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 2
invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCUpdate.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 sql Ljava/lang/String;
0 2 2 resultHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/UpdateResult;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/UpdateResult;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
sql
resultHandler
public io.vertx.ext.sql.SQLConnection updateWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.UpdateResult>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new io.vertx.ext.jdbc.impl.actions.JDBCUpdate
dup
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
aload 1
aload 2
invokespecial io.vertx.ext.jdbc.impl.actions.JDBCUpdate.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/json/JsonArray;)V
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 3
invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCUpdate.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 sql Ljava/lang/String;
0 2 2 params Lio/vertx/core/json/JsonArray;
0 2 3 resultHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/UpdateResult;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/UpdateResult;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
sql
params
resultHandler
public io.vertx.ext.sql.SQLConnection call(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.ResultSet>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new io.vertx.ext.jdbc.impl.actions.JDBCCallable
dup
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
aload 1
aconst_null
aconst_null
invokespecial io.vertx.ext.jdbc.impl.actions.JDBCCallable.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;)V
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 2
invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCCallable.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 sql Ljava/lang/String;
0 2 2 resultHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
sql
resultHandler
public io.vertx.ext.sql.SQLConnection callWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.json.JsonArray, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.ResultSet>>);
descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: new io.vertx.ext.jdbc.impl.actions.JDBCCallable
dup
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
aload 1
aload 2
aload 3
invokespecial io.vertx.ext.jdbc.impl.actions.JDBCCallable.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;)V
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 4
invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCCallable.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
1: aload 0
areturn
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/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 sql Ljava/lang/String;
0 2 2 params Lio/vertx/core/json/JsonArray;
0 2 3 outputs Lio/vertx/core/json/JsonArray;
0 2 4 resultHandler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;
Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
sql
params
outputs
resultHandler
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=7, locals=2, args_size=2
start local 0 start local 1 0: new io.vertx.ext.jdbc.impl.actions.JDBCClose
dup
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.metrics:Lio/vertx/core/spi/metrics/PoolMetrics;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.metric:Ljava/lang/Object;
invokespecial io.vertx.ext.jdbc.impl.actions.JDBCClose.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/spi/metrics/PoolMetrics;Ljava/lang/Object;)V
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 1
invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCClose.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
handler
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/vertx/ext/jdbc/impl/JDBCConnectionImpl.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
(Lio/vertx/core/AsyncResult;)V
invokevirtual io.vertx.ext.jdbc.impl.JDBCConnectionImpl.close:(Lio/vertx/core/Handler;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
public io.vertx.ext.sql.SQLConnection commit(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new io.vertx.ext.jdbc.impl.actions.JDBCCommit
dup
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
invokespecial io.vertx.ext.jdbc.impl.actions.JDBCCommit.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;)V
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 1
invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCCommit.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
handler
public io.vertx.ext.sql.SQLConnection rollback(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new io.vertx.ext.jdbc.impl.actions.JDBCRollback
dup
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
invokespecial io.vertx.ext.jdbc.impl.actions.JDBCRollback.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;)V
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 1
invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCRollback.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
handler
public io.vertx.ext.sql.SQLConnection getTransactionIsolation(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.TransactionIsolation>>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
aload 0
invokedynamic handle(Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;)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/vertx/ext/jdbc/impl/JDBCConnectionImpl.lambda$1(Lio/vertx/core/Promise;)V (7)
(Lio/vertx/core/Promise;)V
1: aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 1
2: invokeinterface io.vertx.core.impl.ContextInternal.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
3: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 4 1 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/TransactionIsolation;>;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/TransactionIsolation;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
handler
public io.vertx.ext.sql.SQLConnection batch(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.Integer>>>);
descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new io.vertx.ext.jdbc.impl.actions.JDBCBatch
dup
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
aload 1
invokespecial io.vertx.ext.jdbc.impl.actions.JDBCBatch.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/util/List;)V
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 2
invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCBatch.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 sqlStatements Ljava/util/List<Ljava/lang/String;>;
0 2 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;
Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
sqlStatements
handler
public io.vertx.ext.sql.SQLConnection batchWithParams(java.lang.String, java.util.List<io.vertx.core.json.JsonArray>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.Integer>>>);
descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new io.vertx.ext.jdbc.impl.actions.JDBCBatch
dup
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
aload 1
aload 2
invokespecial io.vertx.ext.jdbc.impl.actions.JDBCBatch.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Ljava/util/List;)V
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 3
invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCBatch.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
1: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 statement Ljava/lang/String;
0 2 2 args Ljava/util/List<Lio/vertx/core/json/JsonArray;>;
0 2 3 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;
Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/core/json/JsonArray;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
statement
args
handler
public io.vertx.ext.sql.SQLConnection batchCallableWithParams(java.lang.String, java.util.List<io.vertx.core.json.JsonArray>, java.util.List<io.vertx.core.json.JsonArray>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.Integer>>>);
descriptor: (Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: new io.vertx.ext.jdbc.impl.actions.JDBCBatch
dup
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.vertx:Lio/vertx/core/Vertx;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.options:Lio/vertx/ext/sql/SQLOptions;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
aload 1
aload 2
aload 3
invokespecial io.vertx.ext.jdbc.impl.actions.JDBCBatch.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Ljava/util/List;Ljava/util/List;)V
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 4
invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCBatch.execute:(Ljava/sql/Connection;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
1: aload 0
areturn
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/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 2 1 statement Ljava/lang/String;
0 2 2 inArgs Ljava/util/List<Lio/vertx/core/json/JsonArray;>;
0 2 3 outArgs Ljava/util/List<Lio/vertx/core/json/JsonArray;>;
0 2 4 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;
Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/core/json/JsonArray;>;Ljava/util/List<Lio/vertx/core/json/JsonArray;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
statement
inArgs
outArgs
handler
public io.vertx.ext.sql.SQLConnection setTransactionIsolation(io.vertx.ext.sql.TransactionIsolation, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/ext/sql/TransactionIsolation;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.ctx:Lio/vertx/core/impl/ContextInternal;
aload 0
aload 1
invokedynamic handle(Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;Lio/vertx/ext/sql/TransactionIsolation;)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/vertx/ext/jdbc/impl/JDBCConnectionImpl.lambda$2(Lio/vertx/ext/sql/TransactionIsolation;Lio/vertx/core/Promise;)V (7)
(Lio/vertx/core/Promise;)V
1: aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.statementsQueue:Lio/vertx/core/impl/TaskQueue;
aload 2
2: invokeinterface io.vertx.core.impl.ContextInternal.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
3: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 4 1 isolation Lio/vertx/ext/sql/TransactionIsolation;
0 4 2 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
Signature: (Lio/vertx/ext/sql/TransactionIsolation;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/sql/SQLConnection;
MethodParameters:
Name Flags
isolation
handler
public <C> C unwrap();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
Signature: <C:Ljava/lang/Object;>()TC;
public io.vertx.ext.sql.SQLOperations update(java.lang.String, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual io.vertx.ext.jdbc.impl.JDBCConnectionImpl.update:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.ext.sql.SQLOperations query(java.lang.String, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual io.vertx.ext.jdbc.impl.JDBCConnectionImpl.query:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.ext.sql.SQLOperations queryStreamWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
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
invokevirtual io.vertx.ext.jdbc.impl.JDBCConnectionImpl.queryStreamWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.ext.sql.SQLOperations updateWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
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
invokevirtual io.vertx.ext.jdbc.impl.JDBCConnectionImpl.updateWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.ext.sql.SQLOperations callWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.json.JsonArray, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
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
aload 4
invokevirtual io.vertx.ext.jdbc.impl.JDBCConnectionImpl.callWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.ext.sql.SQLOperations queryStream(java.lang.String, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual io.vertx.ext.jdbc.impl.JDBCConnectionImpl.queryStream:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.ext.sql.SQLOperations call(java.lang.String, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual io.vertx.ext.jdbc.impl.JDBCConnectionImpl.call:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.vertx.ext.sql.SQLOperations queryWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler);
descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
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
invokevirtual io.vertx.ext.jdbc.impl.JDBCConnectionImpl.queryWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static void lambda$0(io.vertx.core.AsyncResult);
descriptor: (Lio/vertx/core/AsyncResult;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokeinterface io.vertx.core.AsyncResult.failed:()Z
ifeq 2
1: getstatic io.vertx.ext.jdbc.impl.JDBCConnectionImpl.log:Lio/vertx/core/logging/Logger;
ldc "Failure in closing connection"
aload 0
invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 ar Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
private void lambda$1(io.vertx.core.Promise);
descriptor: (Lio/vertx/core/Promise;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
invokeinterface java.sql.Connection.getTransactionIsolation:()I
invokestatic io.vertx.ext.sql.TransactionIsolation.from:(I)Lio/vertx/ext/sql/TransactionIsolation;
astore 2
start local 2 1: aload 2
ifnull 4
2: aload 1
aload 2
invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
3: goto 8
4: StackMap locals: io.vertx.ext.sql.TransactionIsolation
StackMap stack:
aload 1
ldc "Unknown isolation level"
invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/String;)V
end local 2 5: goto 8
StackMap locals: io.vertx.ext.jdbc.impl.JDBCConnectionImpl io.vertx.core.Promise
StackMap stack: java.sql.SQLException
6: astore 2
start local 2 7: aload 1
aload 2
invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
end local 2 8: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 9 1 f Lio/vertx/core/Promise<Lio/vertx/ext/sql/TransactionIsolation;>;
1 5 2 txIsolation Lio/vertx/ext/sql/TransactionIsolation;
7 8 2 e Ljava/sql/SQLException;
Exception table:
from to target type
0 5 6 Class java.sql.SQLException
private void lambda$2(io.vertx.ext.sql.TransactionIsolation, io.vertx.core.Promise);
descriptor: (Lio/vertx/ext/sql/TransactionIsolation;Lio/vertx/core/Promise;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=4, args_size=3
start local 0 start local 2 0: aload 0
getfield io.vertx.ext.jdbc.impl.JDBCConnectionImpl.conn:Ljava/sql/Connection;
aload 1
invokevirtual io.vertx.ext.sql.TransactionIsolation.getType:()I
invokeinterface java.sql.Connection.setTransactionIsolation:(I)V
1: aload 2
aconst_null
invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
2: goto 5
StackMap locals:
StackMap stack: java.sql.SQLException
3: astore 3
start local 3 4: aload 2
aload 3
invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
end local 3 5: StackMap locals:
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/ext/jdbc/impl/JDBCConnectionImpl;
0 6 2 f Lio/vertx/core/Promise<Ljava/lang/Void;>;
4 5 3 e Ljava/sql/SQLException;
Exception table:
from to target type
0 2 3 Class java.sql.SQLException
}
SourceFile: "JDBCConnectionImpl.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles