Skip to content

Commit c51f367

Browse files
committed
fixed javadoc
1 parent 216b9f1 commit c51f367

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

jdbc-v2/src/main/java/com/clickhouse/jdbc/PreparedStatementImpl.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,9 @@ public void setURL(int parameterIndex, URL x) throws SQLException {
381381
}
382382

383383
/**
384-
* Current JDBC driver implementation implement this functionality.
385-
* But specification doesn't expect throwing an exception what
386-
* for makes us return a "dummy" object. Returned metadata reflects only
387-
* information we can guarantee like parameter count.
384+
* Returned metadata has only minimal information about parameters. Currently only their count.
385+
* Current implementation do not parse SQL to detect type of each parameter.
386+
*
388387
* @see ParameterMetaDataImpl
389388
* @return {@link ParameterMetaDataImpl}
390389
* @throws SQLException if the statement is close

0 commit comments

Comments
 (0)