vendor/Pods/BuildHeaders/NanoStore/NSFNanoStore_Private.h in nano-store-0.5.2 vs vendor/Pods/BuildHeaders/NanoStore/NSFNanoStore_Private.h in nano-store-0.6.0

- old
+ new

@@ -23,22 +23,24 @@ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #import "NSFNanoStore.h" +#import "NSFOrderedDictionary.h" /** \cond */ @interface NSFNanoStore (Private) +- (NSFOrderedDictionary *)dictionaryDescription; + (NSFNanoStore *)_createAndOpenDebugDatabase; - (NSFNanoResult *)_executeSQL:(NSString *)theSQLStatement; - (NSString*)_nestedDescriptionWithPrefixedSpace:(NSString *)prefixedSpace; - (BOOL)_initializePreparedStatementsWithError:(out NSError **)outError; - (void)_releasePreparedStatements; - (void)_setIsOurTransaction:(BOOL)value; - (BOOL)_isOurTransaction; - (BOOL)_setupCachingSchema; -- (BOOL)_storeDictionary:(NSDictionary *)someInfo forKey:(NSString *)aKey forClassNamed:(NSString *)classType usingSQLite3Statement:(sqlite3_stmt *)storeValuesStatement error:(out NSError **)outError; +- (BOOL)_storeDictionary:(NSDictionary *)someInfo forKey:(NSString *)aKey forClassNamed:(NSString *)classType error:(out NSError **)outError; - (BOOL)__storeDictionaries:(NSArray *)someObjects forKeys:(NSArray *)someKeys error:(out NSError **)outError; - (BOOL)_bindValue:(id)aValue forAttribute:(NSString *)anAttribute parameterNumber:(NSInteger)aParamNumber usingSQLite3Statement:(sqlite3_stmt *)aStatement; - (BOOL)_checkNanoStoreIsReadyAndReturnError:(out NSError **)outError; - (NSFNanoDatatype)_NSFDatatypeOfObject:(id)value; - (NSString *)_stringFromValue:(id)aValue; \ No newline at end of file