15641565156615671568156915701571157215731574
if (null == n || !viewName.equals(n)) throw new SqlJetException(SqlJetErrorCode.CORRUPT); schemaTable.delete(); } finally { schemaTable.unlock(); } } finally { schemaTable.close(); }
16091610161116121613161416151616161716181619
if (null == n || !triggerName.equals(n)) throw new SqlJetException(SqlJetErrorCode.CORRUPT); schemaTable.delete(); } finally { schemaTable.unlock(); } } finally { schemaTable.close(); }
16671668166916701671167216731674167516761677
triggerDef.setRowId(rowId); triggerDefs.put(triggerName, triggerDef); return triggerDef; } finally { schemaTable.unlock(); } } finally { schemaTable.close(); }
165166167168169170171172173174175
try { table.lock(); try { readShema(table); } finally { table.unlock(); } } finally { table.close(); } }
534535536537538539540541542543544
tableDef.setRowId(rowId); tableDefs.put(tableName, tableDef); return tableDef; } finally { schemaTable.unlock(); } } finally { schemaTable.close(); }
789790791792793794795796797798799
indexTable.close(); } return indexDef; } finally { schemaTable.unlock(); } } finally { schemaTable.close(); }
835836837838839840841842843844845
if (null == n || !tableName.equals(n)) throw new SqlJetException(SqlJetErrorCode.CORRUPT); schemaTable.delete(); } finally { schemaTable.unlock(); } } finally { schemaTable.close(); }
923924925926927928929930931932933
} schemaTable.delete(); } finally { schemaTable.unlock(); } } finally { schemaTable.close(); }
973974975976977978979980981982983
} return; } } } finally { schemaTable.unlock(); } } finally { schemaTable.close(); }
11251126112711281129113011311132113311341135
tableDefs.put(newTableName, alterDef); return alterDef; } finally { schemaTable.unlock(); } } finally { schemaTable.close(); }