Skip to content

Commit 8aface8

Browse files
author
Thomas Risberg
committed
fixed JavaDoc
1 parent 3e63951 commit 8aface8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

org.springframework.jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcCall.java

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@
3939
* <p>The meta data processing is based on the DatabaseMetaData provided by
4040
* the JDBC driver. Since we rely on the JDBC driver this "auto-detection"
4141
* can only be used for databases that are known to provide accurate meta data.
42-
* These currently include Derby, MySQL, Microsoft SQL Server, Oracle and DB2.
43-
* For any other databases you are required to declare all parameters explicitly.
44-
* You can of course declare all parameters explicitly even if the database provides
45-
* the necessary meta data. In that case your declared parameters will take precedence.
46-
* You can also turn off any mete data processing if you want to use parameter names
47-
* that do not match what is declared during the stored procedure compilation.
42+
* These currently include Derby, MySQL, Microsoft SQL Server, Oracle, DB2,
43+
* Sybase and PostgreSQL. For any other databases you are required to declare all
44+
* parameters explicitly. You can of course declare all parameters explicitly even
45+
* if the database provides the necessary meta data. In that case your declared
46+
* parameters will take precedence. You can also turn off any mete data processing
47+
* if you want to use parameter names that do not match what is declared during
48+
* the stored procedure compilation.
4849
*
4950
* <p>The actual insert is being handled using Spring's
5051
* {@link org.springframework.jdbc.core.JdbcTemplate}.

0 commit comments

Comments
 (0)