/* Postgres95Values.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 Postgres95Channel; @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 #endif /* __Postgres95Values_h__ */