提交 00693b37 authored 作者: Noel Grandin's avatar Noel Grandin

<li>Improve error message for METHOD_NOT_FOUND_1/90087

上级 64e4aca4
......@@ -21,6 +21,8 @@ Change Log
<h2>Next Version (unreleased)</h2>
<ul>
<li>Improve error message for METHOD_NOT_FOUND_1/90087
</li>
<li>CLOB and BLOB objects of removed rows were sometimes kept in the database file.
</li>
<li>Server mode: executing "shutdown" left a thread on the server.
......
......@@ -113,7 +113,7 @@
90084=Cannot drop last column {0}
90085=Index {0} belongs to constraint {1}
90086=Class {0} not found
90087=Method {0} not found
90087=Method {0} with matching arguments not found
90088=Unknown mode {0}
90089=Collation cannot be changed because there is a data table: {0}
90090=Schema {0} cannot be dropped
......
......@@ -1358,7 +1358,7 @@ public class ErrorCode {
/**
* The error with code <code>90087</code> is thrown when
* the specified method was not found in the class.
* a method with matching number of arguments was not found in the class.
* Example:
* <pre>
* CREATE ALIAS TO_BINARY FOR "java.lang.Long.toBinaryString(long)";
......
......@@ -113,7 +113,7 @@
90084=Kann das letzte Feld nicht löschen {0}
90085=Index {0} gehört zur Bedingung {1}
90086=Klasse {0} nicht gefunden
90087=Methode {0} nicht gefunden
90087=Method {0} with matching arguments not found
90088=Unbekannter Modus {0}
90089=Textvergleich-Modus kann nicht geändert werden wenn eine Daten-Tabelle existiert : {0}
90090=Schema {0} kann nicht gelöscht werden
......
......@@ -113,7 +113,7 @@
90084=Imposible eliminar la ultima columna {0}
90085=Index {0} pertenece a un constraint {1}
90086=Class {0} no encontrada
90087=Method {0} no encontrado
90087=Method {0} with matching arguments not found
90088=Modo desconocido {0}
90089=Collation no puede ser cambiado debido a que existe una tabla de datos: {0}
90090=Schema {0} no puede ser eliminado
......
......@@ -113,7 +113,7 @@
90084=Nie można skasować ostatniej kolumny {0}
90085=Indeks {0} należy do ograniczenia {1}
90086=Klasa {0} nie istnieje
90087=Metoda {0} nie istnieje
90087=Method {0} with matching arguments not found
90088=Nieznany stan {0}
90089=Metoda porównywania językowego nie może być zmieniona z powodu istnienia danych w tabeli {0}
90090=Schemat {0} nie może zostać skasowany
......
......@@ -113,7 +113,7 @@
90084=Não pode apagar a última coluna {0}
90085=índice {0} pertence a uma restrição {1}
90086=Classe {0} não foi encontrada
90087=Método {0} não foi encontrado
90087=Method {0} with matching arguments not found
90088=Modo {0} desconhecido
90089=A coleção não pode ser alterada, porque existe uma tabela de dados: {0}
90090=Esquema {0} não pode ser apagado
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论