Skip to content

Commit 338e9ee

Browse files
committed
Initial Commit
0 parents  commit 338e9ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+12073
-0
lines changed

LICENSE

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Copyright (c) 2017, 2021, Oracle and/or its affiliates.
2+
3+
The Universal Permissive License (UPL), Version 1.0
4+
5+
Subject to the condition set forth below, permission is hereby granted to any
6+
person obtaining a copy of this software, associated documentation and/or data
7+
(collectively the "Software"), free of charge and under any and all copyright
8+
rights in the Software, and any and all patent rights owned or freely
9+
licensable by each licensor hereunder covering either (i) the unmodified
10+
Software as contributed to or provided by such licensor, or (ii) the Larger
11+
Works (as defined below), to deal in both
12+
13+
(a) the Software, and
14+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15+
one is included with the Software (each a "Larger Work" to which the Software
16+
is contributed by such licensors),
17+
18+
without restriction, including without limitation the rights to copy, create
19+
derivative works of, display, perform, and distribute the Software and make,
20+
use, sell, offer for sale, import, export, have made, and have sold the
21+
Software and the Larger Work(s), and to sublicense the foregoing rights on
22+
either these or other terms.
23+
24+
This license is subject to the following condition:
25+
The above copyright notice and either this complete permission notice or at
26+
a minimum a reference to the UPL must be included in all copies or
27+
substantial portions of the Software.
28+
29+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35+
SOFTWARE.
36+

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# MLE Modules
2+
This repository contains documentation and interface definitions for MLE modules as provided in Oracle Database.
3+
4+
## Oracle Database 21c
5+
6+
### Interface Definitions
7+
- MLE SQL Driver: [./mle-js-oracledb](./mle-js-oracledb)
8+
- MLE Bindings: [./mle-js-bindings](./mle-js-bindings)
9+
- MLE PL/SQL Types [./mle-js-plsqltypes](./mle-js-plsqltypes)
10+
11+
### Documentation
12+
- MLE SQL Driver: [./docs/mle-js-oracledb/21.3.0](./docs/mle-js-oracledb/21.3.0)
13+
- MLE Bindings: [./docs/mle-js-bindings/21.3.0](./docs/mle-js-bindings/21.3.0)
14+
- MLE PL/SQL Types [./docs/mle-js-plsqltypes/21.3.0](./docs/mle-js-plsqltypes/21.3.0)
15+

THIRD_PARTY_LICENSES_DEV.txt

Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,178 @@
1+
Third Party Attributions for Development Code
2+
3+
This file contains dependencies that are used in build scripts, sample code,
4+
and test suites. These should NOT be needed at runtime by an application built
5+
using this code.
6+
7+
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
8+
TypeScript 4.4.3 Microsoft Corp.
9+
Apache 2.0
10+
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
11+
12+
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
13+
TypeDoc 0.22.4 TypeDoc Contributors
14+
(https://github.com/TypeStrong/typedoc/graphs/contributors)
15+
Apache 2.0
16+
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
17+
18+
Apache License
19+
20+
Version 2.0, January 2004
21+
22+
http://www.apache.org/licenses/
23+
24+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
25+
26+
1. Definitions.
27+
28+
"License" shall mean the terms and conditions for use, reproduction, and
29+
distribution as defined by Sections 1 through 9 of this document.
30+
31+
"Licensor" shall mean the copyright owner or entity authorized by the copyright
32+
owner that is granting the License.
33+
34+
"Legal Entity" shall mean the union of the acting entity and all other entities
35+
that control, are controlled by, or are under common control with that entity.
36+
For the purposes of this definition, "control" means (i) the power, direct or
37+
indirect, to cause the direction or management of such entity, whether by
38+
contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
39+
outstanding shares, or (iii) beneficial ownership of such entity.
40+
41+
"You" (or "Your") shall mean an individual or Legal Entity exercising
42+
permissions granted by this License.
43+
44+
"Source" form shall mean the preferred form for making modifications, including
45+
but not limited to software source code, documentation source, and
46+
configuration files.
47+
48+
"Object" form shall mean any form resulting from mechanical transformation or
49+
translation of a Source form, including but not limited to compiled object
50+
code, generated documentation, and conversions to other media types.
51+
52+
"Work" shall mean the work of authorship, whether in Source or Object form,
53+
made available under the License, as indicated by a copyright notice that is
54+
included in or attached to the work (an example is provided in the Appendix
55+
below).
56+
57+
"Derivative Works" shall mean any work, whether in Source or Object form, that
58+
is based on (or derived from) the Work and for which the editorial revisions,
59+
annotations, elaborations, or other modifications represent, as a whole, an
60+
original work of authorship. For the purposes of this License, Derivative Works
61+
shall not include works that remain separable from, or merely link (or bind by
62+
name) to the interfaces of, the Work and Derivative Works thereof.
63+
64+
"Contribution" shall mean any work of authorship, including the original
65+
version of the Work and any modifications or additions to that Work or
66+
Derivative Works thereof, that is intentionally submitted to Licensor for
67+
inclusion in the Work by the copyright owner or by an individual or Legal
68+
Entity authorized to submit on behalf of the copyright owner. For the purposes
69+
of this definition, "submitted" means any form of electronic, verbal, or
70+
written communication sent to the Licensor or its representatives, including
71+
but not limited to communication on electronic mailing lists, source code
72+
control systems, and issue tracking systems that are managed by, or on behalf
73+
of, the Licensor for the purpose of discussing and improving the Work, but
74+
excluding communication that is conspicuously marked or otherwise designated in
75+
writing by the copyright owner as "Not a Contribution."
76+
77+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
78+
of whom a Contribution has been received by Licensor and subsequently
79+
incorporated within the Work.
80+
81+
2. Grant of Copyright License. Subject to the terms and conditions of this
82+
License, each Contributor hereby grants to You a perpetual, worldwide,
83+
non-exclusive, no-charge, royalty-free, irrevocable copyright license to
84+
reproduce, prepare Derivative Works of, publicly display, publicly perform,
85+
sublicense, and distribute the Work and such Derivative Works in Source or
86+
Object form.
87+
88+
3. Grant of Patent License. Subject to the terms and conditions of this
89+
License, each Contributor hereby grants to You a perpetual, worldwide,
90+
non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this
91+
section) patent license to make, have made, use, offer to sell, sell, import,
92+
and otherwise transfer the Work, where such license applies only to those
93+
patent claims licensable by such Contributor that are necessarily infringed by
94+
their Contribution(s) alone or by combination of their Contribution(s) with the
95+
Work to which such Contribution(s) was submitted. If You institute patent
96+
litigation against any entity (including a cross-claim or counterclaim in a
97+
lawsuit) alleging that the Work or a Contribution incorporated within the Work
98+
constitutes direct or contributory patent infringement, then any patent
99+
licenses granted to You under this License for that Work shall terminate as of
100+
the date such litigation is filed.
101+
102+
4. Redistribution. You may reproduce and distribute copies of the Work or
103+
Derivative Works thereof in any medium, with or without modifications, and in
104+
Source or Object form, provided that You meet the following conditions:
105+
106+
You must give any other recipients of the Work or Derivative Works a copy of
107+
this License; and
108+
109+
You must cause any modified files to carry prominent notices stating that You
110+
changed the files; and
111+
112+
You must retain, in the Source form of any Derivative Works that You
113+
distribute, all copyright, patent, trademark, and attribution notices from the
114+
Source form of the Work, excluding those notices that do not pertain to any
115+
part of the Derivative Works; and
116+
117+
If the Work includes a "NOTICE" text file as part of its distribution, then any
118+
Derivative Works that You distribute must include a readable copy of the
119+
attribution notices contained within such NOTICE file, excluding those notices
120+
that do not pertain to any part of the Derivative Works, in at least one of the
121+
following places: within a NOTICE text file distributed as part of the
122+
Derivative Works; within the Source form or documentation, if provided along
123+
with the Derivative Works; or, within a display generated by the Derivative
124+
Works, if and wherever such third-party notices normally appear. The contents
125+
of the NOTICE file are for informational purposes only and do not modify the
126+
License. You may add Your own attribution notices within Derivative Works that
127+
You distribute, alongside or as an addendum to the NOTICE text from the Work,
128+
provided that such additional attribution notices cannot be construed as
129+
modifying the License. You may add Your own copyright statement to Your
130+
modifications and may provide additional or different license terms and
131+
conditions for use, reproduction, or distribution of Your modifications, or for
132+
any such Derivative Works as a whole, provided Your use, reproduction, and
133+
distribution of the Work otherwise complies with the conditions stated in this
134+
License.
135+
136+
5. Submission of Contributions. Unless You explicitly state otherwise, any
137+
Contribution intentionally submitted for inclusion in the Work by You to the
138+
Licensor shall be under the terms and conditions of this License, without any
139+
additional terms or conditions. Notwithstanding the above, nothing herein shall
140+
supersede or modify the terms of any separate license agreement you may have
141+
executed with Licensor regarding such Contributions.
142+
143+
6. Trademarks. This License does not grant permission to use the trade names,
144+
trademarks, service marks, or product names of the Licensor, except as required
145+
for reasonable and customary use in describing the origin of the Work and
146+
reproducing the content of the NOTICE file.
147+
148+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in
149+
writing, Licensor provides the Work (and each Contributor provides its
150+
Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
151+
KIND, either express or implied, including, without limitation, any warranties
152+
or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
153+
PARTICULAR PURPOSE. You are solely responsible for determining the
154+
appropriateness of using or redistributing the Work and assume any risks
155+
associated with Your exercise of permissions under this License.
156+
157+
8. Limitation of Liability. In no event and under no legal theory, whether in
158+
tort (including negligence), contract, or otherwise, unless required by
159+
applicable law (such as deliberate and grossly negligent acts) or agreed to in
160+
writing, shall any Contributor be liable to You for damages, including any
161+
direct, indirect, special, incidental, or consequential damages of any
162+
character arising as a result of this License or out of the use or inability to
163+
use the Work (including but not limited to damages for loss of goodwill, work
164+
stoppage, computer failure or malfunction, or any and all other commercial
165+
damages or losses), even if such Contributor has been advised of the
166+
possibility of such damages.
167+
168+
9. Accepting Warranty or Additional Liability. While redistributing the Work or
169+
Derivative Works thereof, You may choose to offer, and charge a fee for,
170+
acceptance of support, warranty, indemnity, or other liability obligations
171+
and/or rights consistent with this License. However, in accepting such
172+
obligations, You may act only on Your own behalf and on Your sole
173+
responsibility, not on behalf of any other Contributor, and only if You agree
174+
to indemnify, defend, and hold each Contributor harmless for any liability
175+
incurred by, or claims asserted against, such Contributor by reason of your
176+
accepting any such warranty or additional liability.
177+
178+
END OF TERMS AND CONDITIONS
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
:root {
2+
--light-hl-0: #0000FF;
3+
--dark-hl-0: #569CD6;
4+
--light-hl-1: #000000;
5+
--dark-hl-1: #D4D4D4;
6+
--light-hl-2: #001080;
7+
--dark-hl-2: #9CDCFE;
8+
--light-hl-3: #795E26;
9+
--dark-hl-3: #DCDCAA;
10+
--light-hl-4: #A31515;
11+
--dark-hl-4: #CE9178;
12+
--light-hl-5: #AF00DB;
13+
--dark-hl-5: #C586C0;
14+
--light-hl-6: #0070C1;
15+
--dark-hl-6: #4FC1FF;
16+
--light-hl-7: #098658;
17+
--dark-hl-7: #B5CEA8;
18+
--light-hl-8: #008000;
19+
--dark-hl-8: #6A9955;
20+
--light-hl-9: #000000;
21+
--dark-hl-9: #C8C8C8;
22+
--light-code-background: #FFFFFF;
23+
--dark-code-background: #1E1E1E;
24+
}
25+
26+
@media (prefers-color-scheme: light) { :root {
27+
--hl-0: var(--light-hl-0);
28+
--hl-1: var(--light-hl-1);
29+
--hl-2: var(--light-hl-2);
30+
--hl-3: var(--light-hl-3);
31+
--hl-4: var(--light-hl-4);
32+
--hl-5: var(--light-hl-5);
33+
--hl-6: var(--light-hl-6);
34+
--hl-7: var(--light-hl-7);
35+
--hl-8: var(--light-hl-8);
36+
--hl-9: var(--light-hl-9);
37+
--code-background: var(--light-code-background);
38+
} }
39+
40+
@media (prefers-color-scheme: dark) { :root {
41+
--hl-0: var(--dark-hl-0);
42+
--hl-1: var(--dark-hl-1);
43+
--hl-2: var(--dark-hl-2);
44+
--hl-3: var(--dark-hl-3);
45+
--hl-4: var(--dark-hl-4);
46+
--hl-5: var(--dark-hl-5);
47+
--hl-6: var(--dark-hl-6);
48+
--hl-7: var(--dark-hl-7);
49+
--hl-8: var(--dark-hl-8);
50+
--hl-9: var(--dark-hl-9);
51+
--code-background: var(--dark-code-background);
52+
} }
53+
54+
body.light {
55+
--hl-0: var(--light-hl-0);
56+
--hl-1: var(--light-hl-1);
57+
--hl-2: var(--light-hl-2);
58+
--hl-3: var(--light-hl-3);
59+
--hl-4: var(--light-hl-4);
60+
--hl-5: var(--light-hl-5);
61+
--hl-6: var(--light-hl-6);
62+
--hl-7: var(--light-hl-7);
63+
--hl-8: var(--light-hl-8);
64+
--hl-9: var(--light-hl-9);
65+
--code-background: var(--light-code-background);
66+
}
67+
68+
body.dark {
69+
--hl-0: var(--dark-hl-0);
70+
--hl-1: var(--dark-hl-1);
71+
--hl-2: var(--dark-hl-2);
72+
--hl-3: var(--dark-hl-3);
73+
--hl-4: var(--dark-hl-4);
74+
--hl-5: var(--dark-hl-5);
75+
--hl-6: var(--dark-hl-6);
76+
--hl-7: var(--dark-hl-7);
77+
--hl-8: var(--dark-hl-8);
78+
--hl-9: var(--dark-hl-9);
79+
--code-background: var(--dark-code-background);
80+
}
81+
82+
.hl-0 { color: var(--hl-0); }
83+
.hl-1 { color: var(--hl-1); }
84+
.hl-2 { color: var(--hl-2); }
85+
.hl-3 { color: var(--hl-3); }
86+
.hl-4 { color: var(--hl-4); }
87+
.hl-5 { color: var(--hl-5); }
88+
.hl-6 { color: var(--hl-6); }
89+
.hl-7 { color: var(--hl-7); }
90+
.hl-8 { color: var(--hl-8); }
91+
.hl-9 { color: var(--hl-9); }
92+
pre, code { background: var(--code-background); }

0 commit comments

Comments
 (0)