We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ca543 commit d8d427cCopy full SHA for d8d427c
1 file changed
vertx-sql-client/src/main/java/io/vertx/sqlclient/internal/PreparedStatement.java
@@ -17,12 +17,14 @@
17
18
package io.vertx.sqlclient.internal;
19
20
+import io.vertx.sqlclient.desc.RowDescriptor;
21
+
22
import java.util.ArrayList;
23
import java.util.List;
24
25
public interface PreparedStatement {
26
- RowDescriptorBase rowDesc();
27
+ RowDescriptor rowDesc();
28
29
String sql();
30
0 commit comments