提交 e3efaef3 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 31290ba6
...@@ -760,11 +760,11 @@ DROP SEQUENCE SEQ_ID ...@@ -760,11 +760,11 @@ DROP SEQUENCE SEQ_ID
" "
"Commands (DDL)","DROP TABLE"," "Commands (DDL)","DROP TABLE","
DROP TABLE [ IF EXISTS ] tableName [,...] [ CASCADE | RESTRICT ] DROP TABLE [ IF EXISTS ] tableName [,...] [ RESTRICT | CASCADE ]
"," ","
Drops an existing table, or a list of tables. Drops an existing table, or a list of tables.
All dependent views are dropped as well if the CASCADE clause is used (the default). The command will fail if dependent views exist and the RESTRICT clause is used (the default).
The command will fail if dependent views exist and the RESTRICT clause is used. All dependent views are dropped as well if the CASCADE clause is used.
This command commits an open transaction. This command commits an open transaction.
"," ","
DROP TABLE TEST DROP TABLE TEST
......
...@@ -134,6 +134,7 @@ spread the word, and translated this project. Also many thanks to the donors: ...@@ -134,6 +134,7 @@ spread the word, and translated this project. Also many thanks to the donors:
</li><li>Olivier Chafik, France </li><li>Olivier Chafik, France
</li><li>Rene Schwietzke, Germany </li><li>Rene Schwietzke, Germany
</li><li>Jalpesh Patadia, USA </li><li>Jalpesh Patadia, USA
</li><li>Takanori Kawashima, Japan
</li></ul> </li></ul>
<!-- [close] { --></div></td></tr></table><!-- } --><!-- analytics --></body></html> <!-- [close] { --></div></td></tr></table><!-- } --><!-- analytics --></body></html>
......
...@@ -307,6 +307,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -307,6 +307,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Support a data type "timestamp with timezone" using java.util.Calendar. </li><li>Support a data type "timestamp with timezone" using java.util.Calendar.
</li><li>Finer granularity for SLF4J trace - See http://code.google.com/p/h2database/issues/detail?id=62 </li><li>Finer granularity for SLF4J trace - See http://code.google.com/p/h2database/issues/detail?id=62
</li><li>Add database creation date and time to the database. </li><li>Add database creation date and time to the database.
</li><li>Optimize A=? OR B=? to UNION if the cost is lower.
</li><li>Support ASSERTION. </li><li>Support ASSERTION.
</li><li>MySQL compatibility: support comparing 1='a' </li><li>MySQL compatibility: support comparing 1='a'
</li><li>Support PostgreSQL lock modes: http://www.postgresql.org/docs/8.3/static/explicit-locking.html </li><li>Support PostgreSQL lock modes: http://www.postgresql.org/docs/8.3/static/explicit-locking.html
...@@ -361,7 +362,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -361,7 +362,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>IBM DB2 compatibility: support PREVIOUS VALUE FOR sequence. </li><li>IBM DB2 compatibility: support PREVIOUS VALUE FOR sequence.
</li><li>Compatibility: use different LIKE ESCAPE characters depending on the mode (disable for Derby, HSQLDB, DB2, Oracle, MSSQLServer). </li><li>Compatibility: use different LIKE ESCAPE characters depending on the mode (disable for Derby, HSQLDB, DB2, Oracle, MSSQLServer).
</li><li>Oracle compatibility: support CREATE SYNONYM table FOR schema.table. </li><li>Oracle compatibility: support CREATE SYNONYM table FOR schema.table.
</li><li>Optimize A=? OR B=? to UNION if the cost is lower.
</li><li>FTP: document the server, including -ftpTask option to execute / kill remote processes </li><li>FTP: document the server, including -ftpTask option to execute / kill remote processes
</li><li>FTP: problems with multithreading? </li><li>FTP: problems with multithreading?
</li><li>FTP: implement SFTP / FTPS </li><li>FTP: implement SFTP / FTPS
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论