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

javadocs

上级 f450e5ac
......@@ -329,12 +329,12 @@ public class JdbcDatabaseMetaData extends TraceObject implements DatabaseMetaDat
* TABLE_SCHEM, and COLUMN_NAME (and not by KEY_SEQ).
*
* <ul>
* <li>1 TABLE_CAT (String) table catalog </li>
* <li>2 TABLE_SCHEM (String) table schema </li>
* <li>3 TABLE_NAME (String) table name </li>
* <li>4 COLUMN_NAME (String) column name </li>
* <li>5 KEY_SEQ (short) the column index of this column (1,2,...) </li>
* <li>6 PK_NAME (String) always 'PRIMARY_KEY' </li>
* <li>1 TABLE_CAT (String) table catalog</li>
* <li>2 TABLE_SCHEM (String) table schema</li>
* <li>3 TABLE_NAME (String) table name</li>
* <li>4 COLUMN_NAME (String) column name</li>
* <li>5 KEY_SEQ (short) the column index of this column (1,2,...)</li>
* <li>6 PK_NAME (String) the name of the primary key index</li>
* </ul>
*
* @param catalog null (to get all objects) or the catalog name
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论