XDatabaseMetaData.idl (d1766043) | XDatabaseMetaData.idl (a893be29) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 1603 unchanged lines hidden (view full) --- 1612 */ 1613 XResultSet getColumnPrivileges([in]any catalog, [in]string schema, 1614 [in]string table, [in]string columnNamePattern) raises (SQLException); 1615 //------------------------------------------------------------------------- 1616 1617 /** gets a description of the access rights for each table available 1618 in a catalog. Note that a table privilege applies to one or 1619 more columns in the table. It would be wrong to assume that | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 1603 unchanged lines hidden (view full) --- 1612 */ 1613 XResultSet getColumnPrivileges([in]any catalog, [in]string schema, 1614 [in]string table, [in]string columnNamePattern) raises (SQLException); 1615 //------------------------------------------------------------------------- 1616 1617 /** gets a description of the access rights for each table available 1618 in a catalog. Note that a table privilege applies to one or 1619 more columns in the table. It would be wrong to assume that |
1620 this priviledge applies to all columns (this may be <TRUE/> for | 1620 this privilege applies to all columns (this may be <TRUE/> for |
1621 some systems but is not <TRUE/> for all.) 1622 1623 1624 <p>Only privileges matching the schema and table name 1625 criteria are returned. They are ordered by TABLE_SCHEM, 1626 TABLE_NAME, and PRIVILEGE. 1627 </p> 1628 <p>Each privilige description has the following columns: --- 685 unchanged lines hidden (view full) --- 2314 <li> 2315 <b>INDEX_NAME</b> string => index name; <NULL/> when TYPE is 2316 tableIndexStatistic 2317 </li> 2318 <li> 2319 <b>TYPE</b> short => index type: 2320 <ul> 2321 <li> 0 - this identifies table statistics that are | 1621 some systems but is not <TRUE/> for all.) 1622 1623 1624 <p>Only privileges matching the schema and table name 1625 criteria are returned. They are ordered by TABLE_SCHEM, 1626 TABLE_NAME, and PRIVILEGE. 1627 </p> 1628 <p>Each privilige description has the following columns: --- 685 unchanged lines hidden (view full) --- 2314 <li> 2315 <b>INDEX_NAME</b> string => index name; <NULL/> when TYPE is 2316 tableIndexStatistic 2317 </li> 2318 <li> 2319 <b>TYPE</b> short => index type: 2320 <ul> 2321 <li> 0 - this identifies table statistics that are |
2322 returned in conjuction with a table's index descriptions | 2322 returned in conjunction with a table's index descriptions |
2323 </li> 2324 <li> CLUSTERED - this is a clustered index 2325 </li> 2326 <li> HASHED - this is a hashed index 2327 </li> 2328 <li> OTHER - this is some other style of index 2329 </li> 2330 </ul> --- 276 unchanged lines hidden --- | 2323 </li> 2324 <li> CLUSTERED - this is a clustered index 2325 </li> 2326 <li> HASHED - this is a hashed index 2327 </li> 2328 <li> OTHER - this is some other style of index 2329 </li> 2330 </ul> --- 276 unchanged lines hidden --- |