Top   Module   Use   Manual   Index 

com :: sun :: star :: sdbcx ::

constants group KeyType


Description
determines the type of a key.


Constants

const long PRIMARY = = 1;
Description
indicates that the key is the primary key of a table.
const long UNIQUE = = 2;
Description
indicates that the key is unique, NULL values are allowed.
const long FOREIGN = = 3;
Description
indicates that the key is a foreign key of a table.
Top of Page