41 lines
584 B
C
41 lines
584 B
C
/* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.*/
|
|
|
|
/*
|
|
NAME
|
|
jznotn.h - Oracle JSON APIs for OTN
|
|
|
|
FILE DESCRIPTION
|
|
|
|
|
|
*/
|
|
|
|
#ifndef JZNOTN_ORACLE
|
|
# define JZNOTN_ORACLE
|
|
|
|
#ifndef ORATYPES
|
|
# include <oratypes.h>
|
|
#endif
|
|
|
|
#ifndef ORASTRUC
|
|
# include <orastruc.h>
|
|
#endif
|
|
|
|
#ifndef JZNTYPES_ORACLE
|
|
# include <jzntypes.h>
|
|
#endif
|
|
|
|
#ifndef JZNDOM_ORACLE
|
|
# include <jzndom.h>
|
|
#endif
|
|
|
|
#ifndef JZNEV_ORACLE
|
|
# include <jznev.h>
|
|
#endif
|
|
|
|
#ifndef JZNERR_ORACLE
|
|
# include <jznerr.h>
|
|
#endif
|
|
|
|
#endif /* JZNOTN_ORACLE */
|
|
|