1.0

Table Of Contents
Chapter 57
System Tables
Tables that SQLFire uses to manage the distributed system and its data. All system tables are part of the SYS schema.
Note: Many of the topics in this section were adapted from the Apache Derby documentation source les, and
are subject to the Apache license:
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
ASYNCEVENTLISTENERS table
Describes the conguration of ASYNCEVENTLISTENER implementations in SQLFire.
The following table shows the contents of the ASYNCEVENTLISTENER system table. See CREATE
ASYNCEVENTLISTENER on page 436 for more information about individual columns.
Table 9: ASYNCEVENTLISTENER system table
ContentsNullableLengthTypeColumn Name
The unique identier for the
listener implementation.
false128VARCHARID
The fully qualied class name
of the listener implementation.
false32672VARCHARLISTENER_CLASS
The server group(s) on which
the listener is installed.
false32672VARCHARSERVER_GROUP
605