Difference between revisions of "SYSPACKAGES"

From Lianjapedia
Jump to: navigation, search
(Created page with "==Purpose== System table for Lianja Cloud Server Packages ==See Also== Lianja Package Files, Lianja Package Manager, System Tables ==Desc...")
 
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
  
 
==Description==
 
==Description==
The syspackages table is generated dynamically and returns information on Lianja Cloud Server Package files.
+
System Tables are system defined read-only tables. You can query these tables using the SELECT statement.
 +
 
 +
The syspackages table returns information on Lianja Cloud Server Package files.
  
 
{| class="wikitable" width="100%"
 
{| class="wikitable" width="100%"
Line 32: Line 34:
 
[[Category:Reference]]
 
[[Category:Reference]]
 
[[Category:Lianja v5.3]]
 
[[Category:Lianja v5.3]]
 +
[[Category:System Tables]]

Latest revision as of 09:40, 22 April 2020

Purpose

System table for Lianja Cloud Server Packages

See Also

Lianja Package Files, Lianja Package Manager, System Tables

Description

System Tables are system defined read-only tables. You can query these tables using the SELECT statement.

The syspackages table 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