Lines Matching refs:primary

1797 	/** gets a description of a table's primary key columns. They
1801 <p>Each primary key column description has the following columns:
1817 <b>KEY_SEQ</b> short => sequence number within primary key
1820 <b>PK_NAME</b> string => primary key name (may be <NULL/>)
1830 each row is a primary key column description
1838 /** gets a description of the primary key columns that are
1839 referenced by a table's foreign key columns (the primary keys
1844 <p>Each primary key column description has the following columns:
1848 <b>PKTABLE_CAT</b> string => primary key table catalog
1852 <b>PKTABLE_SCHEM</b> string => primary key table schema
1856 <b>PKTABLE_NAME</b> string => primary key table name
1860 <b>PKCOLUMN_NAME</b> string => primary key column name
1880 foreign key when primary is updated:
1882 <li> importedNoAction - do not allow update of primary
1886 with primary key update
1889 its primary key has been updated
1892 if its primary key has been updated
1901 the foreign key when primary is deleted.
1903 <li> importedKeyNoAction - do not allow delete of primary
1909 its primary key has been deleted
1915 its primary key has been deleted
1923 <b>PK_NAME</b> string => primary key name (may be <NULL/>)
1945 each row is a primary key column description
1954 table's primary key columns (the foreign keys exported by a
1963 <b>PKTABLE_CAT</b> string => primary key table catalog (may be <NULL/>)
1966 <b>PKTABLE_SCHEM</b> string => primary key table schema (may be <NULL/>)
1969 <b>PKTABLE_NAME</b> string => primary key table name
1972 <b>PKCOLUMN_NAME</b> string => primary key column name
1995 foreign key when primary is updated:
1997 <li> NO_ACTION - do not allow update of primary
2001 with primary key update
2004 its primary key has been updated
2007 if its primary key has been updated
2016 the foreign key when primary is deleted.
2018 <li> NO_ACTION - do not allow delete of primary
2024 its primary key has been deleted
2030 its primary key has been deleted
2038 <b>PK_NAME</b> string => primary key name (may be <NULL/>)
2069 table that reference the primary key columns of the primary key
2071 should normally return a single foreign key/primary key pair
2081 <b>PKTABLE_CAT</b> string => primary key table catalog (may be <NULL/>)
2084 <b>PKTABLE_SCHEM</b> string => primary key table schema (may be <NULL/>)
2087 <b>PKTABLE_NAME</b> string => primary key table name
2090 <b>PKCOLUMN_NAME</b> string => primary key column name
2113 foreign key when primary is updated:
2115 <li> NO_ACTION - do not allow update of primary
2119 with primary key update
2122 its primary key has been updated
2125 if its primary key has been updated
2134 the foreign key when primary is deleted.
2136 <li> NO_ACTION - do not allow delete of primary
2142 its primary key has been deleted
2148 its primary key has been deleted
2156 <b>PK_NAME</b> string => primary key name (may be <NULL/>)