Glossary – D
LeasePak Documentation Suite NETSOL website
Glossary

Glossary

Sym   A   C   D   E   H   I   L   N   O   P   S   T   U   V  

D


DATE
Oracle DBMS date and time. Contains century, year, month, day, hour, minute, and second information. LeasePak uses only the date portion (century, year, month, day). It does not use the time portion (hour, minute, second). If the datatype of a column is DATE, the column name begins with 'd_'.
datetime
Sybase DBMS date and time. Contains century, year, month, day, hour, minute, second, and second fraction (accurate to 1/300 second) information. If a column has a datetime datatype and the column name begins with 'd_', LeasePak uses only the date portion (century, year, month, day); it does not use time portion (hour, minute, second, second fraction). If a column has a datetime datatype and the column name begins with 'dt_', LeasePak uses both the date and time portions.
db_update_statistics
LeasePak server script. Updates statistics, selected and tuned for LeasePak databases, for an entire LeasePak database, a single LeasePak database table, or the Oracle data dictionary.

(man pages icon) View additional information for db_update_statistics in the LeasePak Man Pages.

DBMS host
Host containing the DBMS server software.
DBO
LeasePak database owner. See LeasePak database owner.
double precision
Sybase DBMS floating-point number. Used to store percentages, rates, and dollar amounts.

 

Sym   A   C   D   E   H   I   L   N   O   P   S   T   U   V