Lines Matching refs:columns

400 		computed columns or to provide alias names for columns as required.
475 /** Can an "ORDER BY" clause use columns not in the SELECT statement?
493 /** Can a "GROUP BY" clause use columns not in the SELECT?
502 /** Can a "GROUP BY" clause add columns not in the SELECT
503 provided it specifies all the columns in the SELECT?
540 /** Can columns be defined as non-nullable?
946 /** return the maximum number of columns in a "GROUP BY" clause
955 /** return the maximum number of columns allowed in an index
964 /** return the maximum number of columns in an "ORDER BY" clause
973 /** return the maximum number of columns in a "SELECT" list
982 /** return the maximum number of columns in a table
1205 Each procedure description has the following columns:
1254 and result columns.
1333 descriptions for a procedure. Additional columns beyond
1362 <p>Each table description has the following columns:
1464 /** gets a description of table columns available in
1472 <p>Each column description has the following columns:
1563 /** gets a description of the access rights for a table's columns.
1570 <p>Each privilige description has the following columns:
1619 more columns in the table. It would be wrong to assume that
1620 this privilege applies to all columns (this may be <TRUE/> for
1628 <p>Each privilige description has the following columns:
1670 /** gets a description of a table's optimal set of columns that
1674 <p>Each column description has the following columns:
1729 include columns that are nullable?
1740 /** gets a description of a table's columns that are automatically
1745 <p>Each column description has the following columns:
1797 /** gets a description of a table's primary key columns. They
1801 <p>Each primary key column description has the following columns:
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:
1953 /** gets a description of the foreign key columns that reference a
1954 table's primary key columns (the foreign keys exported by a
1959 <p>Each foreign key column description has the following columns:
2068 /** gets a description of the foreign key columns in the foreign key
2069 table that reference the primary key columns of the primary key
2077 <p>Each foreign key column description has the following columns:
2201 <p>Each type description has the following columns:
2294 <p>Each index column description has the following columns:
2546 <p>Each type description has the following columns: