PreparedStatement.close()

Поиск
Список
Период
Сортировка
От Felipe Schnack
Тема PreparedStatement.close()
Дата
Msg-id 1042062224.11829.171.camel@desenv1.ritterdosreis.br
обсуждение исходный текст
Ответы Re: PreparedStatement.close()  (Barry Lind <blind@xythos.com>)
Список pgsql-jdbc
  I have a class with lots of preparedstatements, all server-side
prepared.
  In a very specific situation, a preparestatement was created, but the
query was never actually executed (read: executeUpdate() or query() were
never invoked). Then, when I tried to close the statement an error was
thrown: "STATEMENT JDBC_STATEMENT_13 NOT FOUND". Obviously this happens
because the statement was never prepared :-)

--

Felipe Schnack
Analista de Sistemas
felipes@ritterdosreis.br
Cel.: (51)91287530
Linux Counter #281893

Centro Universitário Ritter dos Reis
http://www.ritterdosreis.br
ritter@ritterdosreis.br
Fone/Fax.: (51)32303341


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: [GENERAL] ArrayIndexOutOfBoundsException in Encoding.decodeUTF8()
Следующее
От: Felipe Schnack
Дата:
Сообщение: Re: synchronized code