media-export: Move SQL statements into factory
authorJens Georg <mail@jensge.org>
Sat, 24 Jul 2010 18:18:49 +0000 (21:18 +0300)
committerJens Georg <mail@jensge.org>
Sat, 7 Aug 2010 09:43:46 +0000 (12:43 +0300)
commit4d891c26d00a6fcfb0d657b1a116a6e77f8cc75b
tree8ac2edb1b000a649148f7ee379dfa8a12229483a
parent585677ecefc5378ded1aed171132224ff3a414ae
media-export: Move SQL statements into factory

Seperate the textual SQL stuff from the implementation.

Could be used to exchange the backing database, but currently only done
to make the MediaCache class less cluttered.
src/plugins/media-export/Makefile.am
src/plugins/media-export/rygel-media-export-media-cache-upgrader.vala
src/plugins/media-export/rygel-media-export-media-cache.vala
src/plugins/media-export/rygel-media-export-sql-factory.vala [new file with mode: 0644]