13451346134713481349135013511352135313541355
tableDef.setRowId(rowId); virtualTableDefs.put(tableName, tableDef); return tableDef; } finally { schemaTable.unlock(); } } finally { schemaTable.close(); }
14001401140214031404140514061407140814091410
viewDef.setRowId(rowId); viewDefs.put(viewName, viewDef); return viewDef; } finally { schemaTable.unlock(); } } finally { schemaTable.close(); }
15211522152315241525152615271528152915301531
indexDefs.put(indexName, indexDef); return indexDef; } finally { schemaTable.unlock(); } } finally { schemaTable.close(); }