1
1
/*
2
- * Copyright (c) 1996, 2022 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 1996, 2024 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -1215,7 +1215,7 @@ boolean dataDefinitionIgnoredInTransactions()
1215
1215
* Only procedure descriptions matching the schema and
1216
1216
* procedure name criteria are returned. They are ordered by
1217
1217
* {@code PROCEDURE_CAT}, {@code PROCEDURE_SCHEM},
1218
- * {@code PROCEDURE_NAME} and {@code SPECIFIC_ NAME }.
1218
+ * {@code PROCEDURE_NAME} and {@code SPECIFIC_NAME }.
1219
1219
*
1220
1220
* <P>Each procedure description has the following columns:
1221
1221
* <OL>
@@ -3289,7 +3289,7 @@ ResultSet getClientInfoProperties()
3289
3289
* function name criteria are returned. They are ordered by
3290
3290
* {@code FUNCTION_CAT}, {@code FUNCTION_SCHEM},
3291
3291
* {@code FUNCTION_NAME} and
3292
- * {@code SPECIFIC_ NAME }.
3292
+ * {@code SPECIFIC_NAME }.
3293
3293
*
3294
3294
* <P>Each function description has the following columns:
3295
3295
* <OL>
@@ -3339,7 +3339,7 @@ ResultSet getFunctions(String catalog, String schemaPattern,
3339
3339
* parameter name criteria are returned. They are ordered by
3340
3340
* {@code FUNCTION_CAT}, {@code FUNCTION_SCHEM},
3341
3341
* {@code FUNCTION_NAME} and
3342
- * {@code SPECIFIC_ NAME }. Within this, the return value,
3342
+ * {@code SPECIFIC_NAME }. Within this, the return value,
3343
3343
* if any, is first. Next are the parameter descriptions in call
3344
3344
* order. The column descriptions follow in column number order.
3345
3345
*
@@ -3358,7 +3358,7 @@ ResultSet getFunctions(String catalog, String schemaPattern,
3358
3358
* <LI> functionColumnIn - IN parameter
3359
3359
* <LI> functionColumnInOut - INOUT parameter
3360
3360
* <LI> functionColumnOut - OUT parameter
3361
- * <LI> functionColumnReturn - function return value
3361
+ * <LI> functionReturn - function return value
3362
3362
* <LI> functionColumnResult - Indicates that the parameter or column
3363
3363
* is a column in the {@code ResultSet}
3364
3364
* </UL>
0 commit comments