Package org.rhq.core.db

Examples of org.rhq.core.db.DatabaseType.deleteColumn()


                return; // good for us, its already been deleted
            }

            log(MSG.getMsg(DbAntI18NResourceKeys.DELETING_COLUMN, column, table));

            db_type.deleteColumn(conn, table, column);
        } catch (Exception e) {
            throw new BuildException(MSG.getMsg(DbAntI18NResourceKeys.ERROR_DELETING_COLUMN, column, table, e), e);
        }
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.