Skip to content
Frédéric Descamps edited this page Oct 20, 2020 · 2 revisions

demo

NAME
      demo - A demo plugin that showcases the shell's plugin feature.

DESCRIPTION
      A demo plugin that showcases the shell's plugin feature.

methods

helloWorld

Prints 'Hello world!'

 JS  demo.helloWorld()
Hello world!

oracle8ball

Get the answer from the Oracle 8 Black Ball

 JS  demo.oracle8ball()
Better not tell you now.

 JS  demo.oracle8ball()
Most likely.

showSchemas

Lists all database schemas.

 JS  demo.showSchemas()
+--------------------+
| Database           |
+--------------------+
| big                |
| bookstore          |
| clusterdemo        |
| coop               |
| dates              |
...
| sys                |
| test               |
| tvshows            |
| world              |
+--------------------+
Clone this wiki locally