1.1

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
Describes the conguration of AsyncEventListener implementations.
See CREATE ASYNCEVENTLISTENER on page 462 for more information about individual columns.
Table 9: ASYNCEVENTLISTENERS system table
ContentsNullableLengthTypeColumn Name
The unique identier for
the listener
implementation.
No128VARCHARID
The fully qualied class
name of the listener
implementation.
No32672VARCHARLISTENER_CLASS
The server group(s) on
which the listener is
installed.
No32672VARCHARSERVER_GROUP
635