扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.sql接口databasemetadata的类成员方法: supportsaltertablewithdropcolumn定义及介绍
发布时间:2014-2-17
本文导语:
supportsaltertablewithdropcolumn
boolean supportsaltertablewithdropcolumn()
throws sqlexception
获取此数据库是否支持带有 drop 列的 alter table。
返回:如果是这样,则返回 true;否则返回 false
抛出:
sqlexception - 如...