Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyc committed Jul 23, 2024
1 parent 5914856 commit c252a8b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ private void setPreparedStatementHandle(int handle) {

/**
* Regex for JDBC 'call' escape syntax
*
* Matches {[? =] call sproc ([@arg =] ?, [@arg =] ?, [@arg =] ? ...)}
*/
private static final Pattern callEscapePattern = Pattern
.compile("^\\s*(?i)\\{(\\s*\\??\\s*=?\\s*)call [^\\(\\)]+\\s*" +
Expand Down

0 comments on commit c252a8b

Please sign in to comment.