public interface io.vertx.ext.sql.SQLConnection extends io.vertx.ext.sql.SQLOperations, java.io.Closeable
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.vertx.ext.sql.SQLConnection
super_class: java.lang.Object
{
public abstract io.vertx.ext.sql.SQLConnection setOptions(io.vertx.ext.sql.SQLOptions);
descriptor: (Lio/vertx/ext/sql/SQLOptions;)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
options
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/sql/SQLConnection;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
autoCommit
resultHandler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/sql/SQLConnection;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
sql
resultHandler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;)Lio/vertx/ext/sql/SQLConnection;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
sql
resultHandler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/SQLRowStream;>;>;)Lio/vertx/ext/sql/SQLConnection;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
sql
handler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
sql
params
resultHandler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
sql
params
handler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/UpdateResult;>;>;)Lio/vertx/ext/sql/SQLConnection;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
sql
resultHandler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
sql
params
resultHandler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;)Lio/vertx/ext/sql/SQLConnection;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
sql
resultHandler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
sql
params
outputs
resultHandler
public abstract void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
MethodParameters:
Name Flags
handler
public abstract void close();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/sql/SQLConnection;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
handler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/sql/SQLConnection;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
handler
public io.vertx.ext.sql.SQLConnection setQueryTimeout(int);
descriptor: (I)Lio/vertx/ext/sql/SQLConnection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
new io.vertx.ext.sql.SQLOptions
dup
invokespecial io.vertx.ext.sql.SQLOptions.<init>:()V
iload 1
invokevirtual io.vertx.ext.sql.SQLOptions.setQueryTimeout:(I)Lio/vertx/ext/sql/SQLOptions;
invokeinterface io.vertx.ext.sql.SQLConnection.setOptions:(Lio/vertx/ext/sql/SQLOptions;)Lio/vertx/ext/sql/SQLConnection;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/sql/SQLConnection;
0 2 1 timeoutInSeconds I
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
java.lang.Deprecated()
MethodParameters:
Name Flags
timeoutInSeconds
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
sqlStatements
handler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
sqlStatement
args
handler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
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;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
sqlStatement
inArgs
outArgs
handler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/ext/sql/TransactionIsolation;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/sql/SQLConnection;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
isolation
handler
public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/TransactionIsolation;>;>;)Lio/vertx/ext/sql/SQLConnection;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
handler
public <N> N unwrap();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/sql/SQLConnection;
Signature: <N:Ljava/lang/Object;>()TN;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore()
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
invokeinterface io.vertx.ext.sql.SQLConnection.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
invokeinterface io.vertx.ext.sql.SQLConnection.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
invokeinterface io.vertx.ext.sql.SQLConnection.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
invokeinterface io.vertx.ext.sql.SQLConnection.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
invokeinterface io.vertx.ext.sql.SQLConnection.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
invokeinterface io.vertx.ext.sql.SQLConnection.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
invokeinterface io.vertx.ext.sql.SQLConnection.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
invokeinterface io.vertx.ext.sql.SQLConnection.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
}
SourceFile: "SQLConnection.java"
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.VertxGen()