/* PostgresValues.h Copyright (C) 2000,2002,2003,2004,2005 Free Software Foundation, Inc. Author: Mirko Viviani #include #include #include #include #else #include #endif @class EOAttribute; @class PostgresChannel; @interface PostgresValues:NSObject { } + (id)newValueForBytes: (const void *)bytes length: (int)length attribute: (EOAttribute *)attribute; + (id)newValueForNumberType: (const void *)bytes length: (int)length attribute: (EOAttribute *)attribute; + (id)newValueForCharactersType: (const void *)bytes length: (int)length attribute: (EOAttribute *)attribute; + (id)newValueForBytesType: (const void *)bytes length: (int)length attribute: (EOAttribute *)attribute; + (id)newValueForDateType: (const void *)bytes length: (int)length attribute: (EOAttribute *)attribute; @end #endif /* __PostgresValues_h__ */