SYSPACKAGES

From Lianjapedia
Revision as of 05:47, 22 April 2020 by Yvonne.milne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

System table for Lianja Cloud Server Packages

See Also

Lianja Package Files, Lianja Package Manager, System Tables

Description

The syspackages table is generated dynamically and returns information on Lianja Cloud Server Package files.

Column Data Type Width Description
FILENAME C 80 Package filename.
DATE C 255 Package last modification date.
TIME C 255 Package last modification time.
STATUS C 80 Package installation status: 'has not been installed' or 'was installed on DD-MMM-YYYY at hh:mm:ss'.

Supported from Lianja v5.3.

Example

select * from syspackages