if (compileType == CompileType.KEEP) {
isDebug = object.getStatus().is(DBObjectStatus.DEBUG);
}
if (contentType == DBContentType.CODE_SPEC || contentType == DBContentType.CODE) {
metadataInterface.compileObject(
object.getSchema().getName(),
object.getName(),
object.getTypeName().toUpperCase(),
isDebug,
connection);