home *** CD-ROM | disk | FTP | other *** search
- /*
- ODBCPrivate.m
-
- Copyright (c) 1996 NeXT Software, Inc. All rights reserved.
-
- IMPORTANT: This NeXT software is supplied to you in consideration of your agreement
- to the terms of the NeXT Software License Agreement stated in the file ODBC_LICENSE.rtf
- provided with the software. Your use of the software is governed by such terms.
- Do not use, install, or make copies of the software if you do not agree to such terms.
-
- THIS SOFTWARE IS FURNISHED ON AN "AS-IS" BASIS. NeXT MAKES NO WARRANTIES OF ANY KIND,
- EITHER EXPRESS OR IMPLIED, AS TO ANY MATTER WHATSOEVER, INCLUDING WITHOUT LIMITATION
- THE CONDITION, MERCHANTABILITY, OR FITNESS FOR ANY PARTICULAR PURPOSE OF THIS SOFTWARE.
- NeXT DOES NOT ASSUME ANY LIABILITY REGARDING USE OF, OR ANY DEFECT IN, THIS SOFTWARE.
- IN NO EVENT SHALL NeXT BE LIABLE FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
- DAMAGES, EVEN IF IT HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
- #import "ODBCPrivate.h"
-
- @implementation EOAttribute(_ODBCPrivate)
- - (NSString *)odbcTypeString
- {
- return [ODBCAdaptor odbcTypeForExternalType:[self externalType] model:[[self parent] model]];
- }
-
- - (int)odbcType
- {
- return [ODBCAdaptor odbcTypeForStringRepresentation:[self odbcTypeString]];
- }
- @end
-