/* Copyright (c) 1995, 1996 by Oracle Corporation */ /* NAME cdemo_obj.h DESCRIPTION This file contains the header information for the cdemo_obj.c RELATED DOCUMENTS None. INSPECTION STATUS Inspection date: Inspection status: Estimated increasing cost defects per page: Rule sets: ACCEPTANCE REVIEW STATUS Review date: Review status: Reviewers: PUBLIC FUNCTION(S) None. PRIVATE FUNCTION(S) As defined below. EXAMPLES NOTES MODIFIED (MM/DD/YY) echen 11/15/96 - oci beautification dchatter 07/18/96 - delete spurious .h files echen 08/07/95 - Creation */ #ifndef CDEMO_OBJ_ORACLE #define CDEMO_OBJ_ORACLE #ifndef OCI_ORACLE #include #endif /*--------------------------------------------------------------------------- PUBLIC TYPES AND CONSTANTS ---------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------- PRIVATE TYPES AND CONSTANTS ---------------------------------------------------------------------------*/ #define RUNTEST TRUE #define USERNAME "internal" #define SERVER "ORACLE" #define SCHEMA "SYS" #define ADDRESS_TYPE_NAME "ADDRESS_OBJECT" #define RETURN_ON_ERROR(error) if (error) return (error) static void unit_test_type_access(/*_ OCIEnv *envhp, OCIError *errhp, OCISvcCtx *svchp, char *type_name _*/); int main(/*_ int argc, char *argv[] _*/); #endif /* CDEMO_OBJ_ORACLE */