Skip to content

Commit 266519a

Browse files
committed
acro
1 parent 49b7c82 commit 266519a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/connect/jdbc/reference/preparestatement-method-java-lang-string-int-array.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apitype: "Assembly"
1515

1616
[!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)]
1717

18-
Creates a [SQLServerPreparedStatement](../../../connect/jdbc/reference/sqlserverpreparedstatement-class.md) object for sending parameterized SQL statements to the database, and that is capable of returning the auto-generated keys designated by the given array.
18+
Creates a [SQLServerPreparedStatement](../../../connect/jdbc/reference/sqlserverpreparedstatement-class.md) object for sending parameterized SQL statements to the database, and that's capable of returning the autogenerated keys designated by the given array.
1919

2020
## Syntax
2121

@@ -26,11 +26,11 @@ public java.sql.PreparedStatement prepareStatement(java.lang.String sql,
2626

2727
#### Parameters
2828

29-
*sql*
29+
`sql`
3030

3131
A **String** that contains a SQL statement.
3232

33-
*columnIndexes*
33+
`columnIndexes`
3434

3535
An array of ints.
3636

0 commit comments

Comments
 (0)