Sysfile System Table - Sybase Adaptive Server Anywhere Reference

Table of Contents

Advertisement

SYSFILE system table

Column name
Column type
file_id
SMALLINT
file_name
LONG
VARCHAR
dbspace_name
CHAR(128)
Every database consists of one or more operating system files. Each file is
recorded in SYSFILE.
file_id
Each file in a database is assigned a unique number. This file
identifier is the primary key for SYSFILE. All system tables are stored in
file_id 0.
file_name
The database name is stored when a database is created. This
name is for informational purposes only.
dbspace_name
Every file has a dbspace name that is unique. It is used in
the CREATE TABLE command.
Chapter 15 System Tables
Column
Table
constraint
constraint
NOT NULL
Primary key
NOT NULL
Unique index
NOT NULL
1009

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Adaptive Server Anywhere and is the answer not in the manual?

Questions and answers

Table of Contents