Lines Matching refs:column

377 	/** support the Database "ALTER TABLE" with add column?
386 /** support the Database "ALTER TABLE" with drop column?
395 /** support the Database column aliasing?
937 /** return the limit on column name length
1262 order. The column descriptions follow in column number order.
1265 column description with the following fields:
1278 <b>COLUMN_NAME</b> string => column/parameter name
1281 <b>COLUMN_TYPE</b> Short => kind of column/parameter:
1293 <li> RESULT - result column in XResultSet
1328 <b>REMARKS</b> string => comment describing parameter/column
1332 <b>Note:</b> Some databases may not return the column
1343 a column name pattern
1345 each row describes a stored procedure parameter or column
1409 <p>The schema column is:
1417 each row has a single String column that is a schema name
1428 <p>The catalog column is:
1436 each row has a single String column that is a catalog name
1457 each row has a single String column that is a table type
1468 <p>Only column descriptions matching the catalog, schema, table
1469 and column name criteria are returned. They are ordered by
1472 <p>Each column description has the following columns:
1485 <b>COLUMN_NAME</b> string => column name
1495 <b>COLUMN_SIZE</b> long => column size. For char or date
1520 <b>REMARKS</b> string => comment describing column (may be <NULL/>)
1533 maximum number of bytes in the column
1536 <b>ORDINAL_POSITION</b> int => index of column in table
1540 <b>IS_NULLABLE</b> string => "NO" means column definitely
1541 does not allow NULL values; "YES" means the column might
1552 a column name pattern
1554 each row is a column description
1567 Only privileges matching the column name criteria are
1583 <b>COLUMN_NAME</b> string => column name
1607 a column name pattern
1609 each row is a column privilege description
1674 <p>Each column description has the following columns:
1689 <b>COLUMN_NAME</b> string => column name
1708 <b>PSEUDO_COLUMN</b> short => is this a pseudo column
1711 <li> UNKNOWN - may or may not be pseudo column
1713 <li> NOT_PSEUDO - is NOT a pseudo column
1715 <li> PSEUDO - is a pseudo column
1731 each row is a column description
1745 <p>Each column description has the following columns:
1752 <b>COLUMN_NAME</b> string => column name
1764 <b>BUFFER_LENGTH</b> long => length of column value in bytes
1770 <b>PSEUDO_COLUMN</b> short => is this a pseudo column
1773 <li> UNKNOWN - may or may not be pseudo column
1775 <li> NOT_PSEUDO - is NOT a pseudo column
1777 <li> PSEUDO - is a pseudo column
1789 each row is a column description
1801 <p>Each primary key column description has the following columns:
1814 <b>COLUMN_NAME</b> string => column name
1830 each row is a primary key column description
1844 <p>Each primary key column description has the following columns:
1860 <b>PKCOLUMN_NAME</b> string => primary key column name
1873 <b>FKCOLUMN_NAME</b> string => foreign key column name
1945 each row is a primary key column description
1959 <p>Each foreign key column description has the following columns:
1972 <b>PKCOLUMN_NAME</b> string => primary key column name
1987 <b>FKCOLUMN_NAME</b> string => foreign key column name
2060 each row is a foreign key column description
2077 <p>Each foreign key column description has the following columns:
2090 <b>PKCOLUMN_NAME</b> string => primary key column name
2105 <b>FKCOLUMN_NAME</b> string => foreign key column name
2184 each row is a foreign key column description
2294 <p>Each index column description has the following columns:
2333 <b>ORDINAL_POSITION</b> short => column sequence number
2337 <b>COLUMN_NAME</b> string => column name; <NULL/> when TYPE is
2341 <b>ASC_OR_DESC</b> string => column sort sequence, "A" => ascending,
2371 each row is an index column description