扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.sql接口databasemetadata的类成员方法: supportsschemasindatamanipulation定义及介绍
发布时间:2014-2-17
本文导语:
supportsschemasindatamanipulation
boolean supportsschemasindatamanipulation()
throws sqlexception
获取某个模式名称是否可以数据操作语句中使用。
返回:如果是这样,则返回 true;否则返回 false
抛出:
sqlexception...