// When the user pastes on a TABLE label which is located under a
// schema/catalog, build the schema DatabaseObjectInfo.
if (DatabaseObjectType.TABLE_TYPE_DBO.equals(dbObjs[0].getDatabaseObjectType())) {
IDatabaseObjectInfo tableLabelInfo = dbObjs[0];
ISQLConnection destCon = destSession.getSQLConnection();
SQLDatabaseMetaData md = null;
if (destCon != null) {
md = destCon.getSQLMetaData();
}
IDatabaseObjectInfo schema =
new DatabaseObjectInfo(null,