GNUstep Core Data
0.1
GSSQLitePersistentStore.h
1
/* Interface of the GSSQLitePersistentStore class for the GNUstep
2
Core Data framework.
3
Copyright (C) 2005 Free Software Foundation, Inc.
4
5
Written by: H. Nikolaus Schaller <hns@quantum-step.com>
6
Date: December 2007
7
8
This file is part of the GNUstep Core Data framework.
9
10
This library is free software; you can redistribute it and/or
11
modify it under the terms of the GNU Lesser General Public
12
License as published by the Free Software Foundation; either
13
version 2.1 of the License, or (at your option) any later version.
14
15
This library is distributed in the hope that it will be useful,
16
but WITHOUT ANY WARRANTY; without even the implied warranty of
17
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
Lesser General Public License for more details.
19
20
You should have received a copy of the GNU Lesser General Public
21
License along with this library; if not, write to the Free
22
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
23
*/
24
25
#import "GSPersistentStore.h"
26
27
@interface
GSSQLitePersistentStore :
GSPersistentStore
{
28
29
}
30
31
@end
GSPersistentStore
Nn abstract superclass from which concrete implementations of various persistent store types are subc...
Definition:
GSPersistentStore.h:44
Generated by
1.9.1