Skip to content
This repository was archived by the owner on Jun 7, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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