aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-09-07 10:06:48 +0000
committerstuconnolly <stuart02@gmail.com>2012-09-07 10:06:48 +0000
commiteb2428e792b81351e1ba4c74adb2f8f18e9a7467 (patch)
treeaada4909b8cd0d893a054847cf59a46400daece8 /Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h
parente8bf8bf422b83a55cefd1bdf149f380a822eb880 (diff)
downloadsequelpro-eb2428e792b81351e1ba4c74adb2f8f18e9a7467.tar.gz
sequelpro-eb2428e792b81351e1ba4c74adb2f8f18e9a7467.tar.bz2
sequelpro-eb2428e792b81351e1ba4c74adb2f8f18e9a7467.zip
Remove native object to binary conversion.
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h b/Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h
index 2402bc56..05b3acef 100644
--- a/Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h
+++ b/Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h
@@ -51,17 +51,6 @@
- (NSArray *)classAliases;
/**
- * Return a transmittable data representation from the supplied object,
- * and set the remote type for the data.
- *
- * @param object The object to produce the data for.
- * @param type The type of object we're supplying.
- *
- * @return The data represenation as an NSData instance.
- */
-- (NSData *)remoteDataFromObject:(id)object type:(FLXPostgresOid *)type;
-
-/**
* Convert the supplied remote data into an object.
*
* @param bytes The remote data to convert.