Lines Matching refs:accounts
14 CREATE TABLE accounts (_id INTEGER PRIMARY KEY AUTOINCREMENT,account_name TEXT, account_type TEXT, … table
17 …ts (_id INTEGER PRIMARY KEY AUTOINCREMENT,account_id INTEGER REFERENCES accounts(_id),sourceid TEX…
38 …ackage_id INTEGER REFERENCES package(_id),account_id INTEGER REFERENCES accounts(_id),sourceid TEX…
139 …accounts.account_name AS account_name,accounts.account_type AS account_type,accounts.data_set AS d…
140 …accounts.account_name AS account_name,accounts.account_type AS account_type,accounts.data_set AS d…
142 …accounts.account_name AS account_name,accounts.account_type AS account_type,accounts.data_set AS d…
143 …accounts.account_name AS account_name,accounts.account_type AS account_type,accounts.data_set AS d…
145 …accounts.account_name, accounts.account_type, accounts.data_set, stream_items.raw_contact_id as ra…
146 …ype, data_set, data, deleted FROM metadata_sync JOIN accounts ON (metadata_sync.account_id=account…
147 …pe, data_set, state FROM metadata_sync_state JOIN accounts ON (metadata_sync_state.account_id=acco…
148 …accounts.account_name AS account_name,accounts.account_type AS account_type,accounts.data_set AS d…
154 … FROM raw_contacts WHERE raw_contacts.account_id=(SELECT _id FROM accounts WHERE account_nam…
155 …accounts.account_name, accounts.account_type, raw_contacts.times_contacted AS times_contacted, raw…
156 …accounts.account_name, accounts.account_type, data1 AS company, data2 AS type, data3 AS label, dat…
157 …accounts.account_name, accounts.account_type, raw_contacts.times_contacted AS times_contacted, raw…
158 …accounts.account_name, accounts.account_type, raw_contacts.times_contacted AS times_contacted, raw…
159 …accounts.account_name, accounts.account_type, data1 AS name, data2 AS value FROM data JOIN mimetyp…
160 …accounts.account_name, accounts.account_type, title AS name, notes AS notes , system_id AS system_…
161 …accounts.account_name, accounts.account_type, data1 AS group_id, title AS name, notes AS notes, sy…
162 …accounts.account_name, accounts.account_type, data.data15 AS data, legacy_photo.data4 AS exists_on…