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

Commit 75da212

Browse files
author
aven
committed
TRAFODION-2957 one stmt support multi-queries
1 parent c826bce commit 75da212

10 files changed

Lines changed: 2081 additions & 1000 deletions

core/conn/jdbcT4/src/main/java/T4Messages.properties

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,4 +706,52 @@ cursor_after_last_row_sqlcode=29190
706706

707707
unable_unwrap_msg=The interface is not unable to wrap.
708708
unable_unwrap_sqlstate=HY109
709-
unable_unwrap_sqlcode=29190
709+
unable_unwrap_sqlcode=29191
710+
711+
prepared_statement_close_failed_msg=prepared statement close failed, you can use getNextException() for more details
712+
prepared_statement_close_failed_sqlstate=HY000
713+
prepared_statement_close_failed_sqlcode=29192
714+
715+
prepared_statement_close_failed_msg=prepared statement cancel failed, you can use getNextException() for more details
716+
prepared_statement_close_failed_sqlstate=HY000
717+
prepared_statement_close_failed_sqlcode=29193
718+
719+
execute_not_supported_msg=execute(sql) not supported in preparedStatement
720+
execute_not_supported_sqlstate=HY000
721+
execute_not_supported_sqlcode=29194
722+
723+
execute_2_not_supported_msg=execute(sql, autoGeneratedKeys) not supported in preparedStatement
724+
execute_2_not_supported_sqlstate=HY000
725+
execute_2_not_supported_sqlcode=29195
726+
727+
execute_3_not_supported_msg=execute(sql, columnIndexes) not supported in preparedStatement
728+
execute_3_not_supported_sqlstate=HY000
729+
execute_3_not_supported_sqlcode=29196
730+
731+
execute_4_not_supported_msg=execute(sql, columnNames) not supported in preparedStatement
732+
execute_4_not_supported_sqlstate=HY000
733+
execute_4_not_supported_sqlcode=29197
734+
735+
executeQuery_not_supported_msg=executeQuery(sql) not supported in preparedStatement
736+
executeQuery_not_supported_sqlstate=HY000
737+
executeQuery_not_supported_sqlcode=29198
738+
739+
addBatch_not_supported_msg=addBatch(sql) not supported in preparedStatement
740+
addBatch_not_supported_sqlstate=HY000
741+
addBatch_not_supported_sqlcode=29199
742+
743+
executeUpdate_not_supported_msg=executeUpdate(sql) not supported in preparedStatement
744+
executeUpdate_not_supported_sqlstate=HY000
745+
executeUpdate_not_supported_sqlcode=29200
746+
747+
executeUpdate_2_not_supported_msg=executeUpdate(sql, autoGeneratedKeys) not supported in preparedStatement
748+
executeUpdate_2_not_supported_sqlstate=HY000
749+
executeUpdate_2_not_supported_sqlcode=29201
750+
751+
executeUpdate_3_not_supported_msg=executeUpdate(sql, columnIndexes) not supported in preparedStatement
752+
executeUpdate_3_not_supported_sqlstate=HY000
753+
executeUpdate_3_not_supported_sqlcode=29202
754+
755+
executeUpdate_4_not_supported_msg=executeUpdate(sql, columnNames) not supported in preparedStatement
756+
executeUpdate_4_not_supported_sqlstate=HY000
757+
executeUpdate_4_not_supported_sqlcode=29203

0 commit comments

Comments
 (0)