String sqlIdentifier(String name) { checkState(name.isNotEmpty); return quoteWithDoubleQuotes(name); }