扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.sql接口databasemetadata的类成员方法: getschemas定义及介绍
发布时间:2014-2-17
本文导语:
getschemas
resultset getschemas()
throws sqlexception
获取可在此数据库中使用的模式名称。可根据 table_catalog 和 table_schem 对结果进行排序。
模式列为:
table_schem string => 模式名称
table_catalog string => 类别名称(可为 null...