SPIDER_WRAPPER_PROTOCOLS
This page is part of MariaDB's Documentation.
The parent of this page is: Information Schema for MariaDB Enterprise Server
Topics on this page:
Overview
DETAILS
SCHEMA
CREATE TEMPORARY TABLE `SPIDER_WRAPPER_PROTOCOLS` (
`WRAPPER_NAME` varchar(64) NOT NULL,
`WRAPPER_VERSION` varchar(20) NOT NULL,
`WRAPPER_DESCRIPTION` longtext,
`WRAPPER_MATURITY` varchar(12) NOT NULL
)