Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
TRAFODION-2957 one stmt support multi-queries
Browse files Browse the repository at this point in the history
  • Loading branch information
aven committed May 3, 2018
1 parent c826bce commit b6902f1
Show file tree
Hide file tree
Showing 8 changed files with 1,983 additions and 999 deletions.
50 changes: 49 additions & 1 deletion core/conn/jdbcT4/src/main/java/T4Messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -706,4 +706,52 @@ cursor_after_last_row_sqlcode=29190

unable_unwrap_msg=The interface is not unable to wrap.
unable_unwrap_sqlstate=HY109
unable_unwrap_sqlcode=29190
unable_unwrap_sqlcode=29191

prepared_statement_close_failed_msg=prepared statement close failed, you can use getNextException() for more details
prepared_statement_close_failed_sqlstate=HY000
prepared_statement_close_failed_sqlcode=29192

prepared_statement_close_failed_msg=prepared statement cancel failed, you can use getNextException() for more details
prepared_statement_close_failed_sqlstate=HY000
prepared_statement_close_failed_sqlcode=29193

execute_not_supported_msg=execute(sql) not supported in preparedStatement
execute_not_supported_sqlstate=HY000
execute_not_supported_sqlcode=29194

execute_2_not_supported_msg=execute(sql, autoGeneratedKeys) not supported in preparedStatement
execute_2_not_supported_sqlstate=HY000
execute_2_not_supported_sqlcode=29195

execute_3_not_supported_msg=execute(sql, columnIndexes) not supported in preparedStatement
execute_3_not_supported_sqlstate=HY000
execute_3_not_supported_sqlcode=29196

execute_4_not_supported_msg=execute(sql, columnNames) not supported in preparedStatement
execute_4_not_supported_sqlstate=HY000
execute_4_not_supported_sqlcode=29197

executeQuery_not_supported_msg=executeQuery(sql) not supported in preparedStatement
executeQuery_not_supported_sqlstate=HY000
executeQuery_not_supported_sqlcode=29198

addBatch_not_supported_msg=addBatch(sql) not supported in preparedStatement
addBatch_not_supported_sqlstate=HY000
addBatch_not_supported_sqlcode=29199

executeUpdate_not_supported_msg=executeUpdate(sql) not supported in preparedStatement
executeUpdate_not_supported_sqlstate=HY000
executeUpdate_not_supported_sqlcode=29200

executeUpdate_2_not_supported_msg=executeUpdate(sql, autoGeneratedKeys) not supported in preparedStatement
executeUpdate_2_not_supported_sqlstate=HY000
executeUpdate_2_not_supported_sqlcode=29201

executeUpdate_3_not_supported_msg=executeUpdate(sql, columnIndexes) not supported in preparedStatement
executeUpdate_3_not_supported_sqlstate=HY000
executeUpdate_3_not_supported_sqlcode=29202

executeUpdate_4_not_supported_msg=executeUpdate(sql, columnNames) not supported in preparedStatement
executeUpdate_4_not_supported_sqlstate=HY000
executeUpdate_4_not_supported_sqlcode=29203
Loading

0 comments on commit b6902f1

Please sign in to comment.