提交 af99e27a authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Fix javadoc

上级 9e5d9644
...@@ -1245,7 +1245,7 @@ public class Session extends SessionWithState { ...@@ -1245,7 +1245,7 @@ public class Session extends SessionWithState {
* executing the statement. * executing the statement.
* *
* @param command the command * @param command the command
* @param generated keys request * @param generatedKeysRequest
* {@code false} if generated keys are not needed, {@code true} if * {@code false} if generated keys are not needed, {@code true} if
* generated keys should be configured automatically, {@code int[]} * generated keys should be configured automatically, {@code int[]}
* to specify column indices to return generated keys from, or * to specify column indices to return generated keys from, or
......
...@@ -1145,8 +1145,8 @@ public class JdbcConnection extends TraceObject ...@@ -1145,8 +1145,8 @@ public class JdbcConnection extends TraceObject
* *
* @param sql the SQL statement * @param sql the SQL statement
* @param autoGeneratedKeys * @param autoGeneratedKeys
* {@link Statement.RETURN_GENERATED_KEYS} if generated keys should * {@link Statement#RETURN_GENERATED_KEYS} if generated keys should
* be available for retrieval, {@link Statement.NO_GENERATED_KEYS} if * be available for retrieval, {@link Statement#NO_GENERATED_KEYS} if
* generated keys should not be available * generated keys should not be available
* @return the prepared statement * @return the prepared statement
* @throws SQLException if the connection is closed * @throws SQLException if the connection is closed
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论