Class CloseStatementCommand
java.lang.Object
io.vertx.sqlclient.spi.protocol.CommandBase<Void>
io.vertx.sqlclient.spi.protocol.CloseStatementCommand
- Author:
- Julien Viet
-
Constructor Summary
ConstructorsConstructorDescriptionCloseStatementCommand(io.vertx.sqlclient.internal.PreparedStatement statement) -
Method Summary
-
Constructor Details
-
CloseStatementCommand
public CloseStatementCommand(io.vertx.sqlclient.internal.PreparedStatement statement)
-
-
Method Details
-
statement
public io.vertx.sqlclient.internal.PreparedStatement statement()
-