mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-10 14:05:26 +00:00
Renamed folder cache creation method
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
@interface GCSSpecialQueries (SOGoCacheObject)
|
||||
|
||||
- (NSString *) createOpenChangeFSTableWithName: (NSString *) tableName;
|
||||
- (NSString *) createSOGoCacheGCSFolderTableWithName: (NSString *) tableName;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
/* FIXME: c_parent_path should be indexed */
|
||||
|
||||
- (NSString *) createOpenChangeFSTableWithName: (NSString *) tableName
|
||||
- (NSString *) createSOGoCacheGCSFolderTableWithName: (NSString *) tableName
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
@implementation GCSPostgreSQLSpecialQueries (SOGoObjectCache)
|
||||
|
||||
- (NSString *) createOpenChangeFSTableWithName: (NSString *) tableName
|
||||
- (NSString *) createSOGoCacheGCSFolderTableWithName: (NSString *) tableName
|
||||
{
|
||||
static NSString *sqlFolderFormat
|
||||
= (@"CREATE TABLE %@ ("
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
@implementation GCSMySQLSpecialQueries (SOGoObjectCache)
|
||||
|
||||
- (NSString *) createOpenChangeFSTableWithName: (NSString *) tableName
|
||||
- (NSString *) createSOGoCacheGCSFolderTableWithName: (NSString *) tableName
|
||||
{
|
||||
static NSString *sqlFolderFormat
|
||||
= (@"CREATE TABLE %@ ("
|
||||
@@ -86,7 +86,7 @@
|
||||
|
||||
@implementation GCSOracleSpecialQueries (SOGoObjectCache)
|
||||
|
||||
- (NSString *) createOpenChangeFSTableWithName: (NSString *) tableName
|
||||
- (NSString *) createSOGoCacheGCSFolderTableWithName: (NSString *) tableName
|
||||
{
|
||||
static NSString *sqlFolderFormat
|
||||
= (@"CREATE TABLE %@ ("
|
||||
|
||||
Reference in New Issue
Block a user