/* Postgres95Values.h Copyright (C) 2000 Free Software Foundation, Inc. Author: Mirko Viviani #include #include #include #include #else #include #endif @class EOAttribute; @class Postgres95Channel; extern NSString *Postgres95CalendarFormat; @interface Postgres95Values: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 @interface NSCalendarDate (Postgres95ValueCreation) + (void)setPostgres95Format: (NSString *)_format; + (NSString *)postgres95Format; @end #endif /* __Postgres95Values_h__ */