CREATE TABLE SYS.SYSJAR( jar_id INTEGER NOT NULL, creator UNSIGNED INT NOT NULL, jar_name LONG VARCHAR NOT NULL, jar_file LONG VARCHAR, create_time TIMESTAMP NOT NULL, update_time TIMESTAMP NOT NULL, remarks LONG VARCHAR, PRIMARY KEY ( jar_id ) )
jar_id A field containing the ID of the jar file.
creator This user number identifies the creator of the jar file. The name of the user can be found by looking in SYSUSERPERM.
jar_name The name of the jar file.
jar_file The file name of the jar file.
create_time The time the jar file was created.