Lines Matching refs:of

9  * with the License.  You may obtain a copy of the License at
43 <p>Many of the methods here return lists of information in
44 the form of
52 to retrieve the data from these XResultSets. If a given form of
56 That a value of <type scope="com::sun::star::sdbc">XResultSet</type> is <NULL/>
60 <p>Some of these methods take arguments that are String patterns. These
62 means match any substring of 0 or more characters, and "_" means match
71 a meta data method. In the case of methods that return an XResultSet,
140 /** Are NULL values sorted at the start regardless of sort order?
149 /** Are NULL values sorted at the end, regardless of sort order?
158 /** returns the name of the database product.
163 /** returns the version of the database product.
168 /** returns the name of the SDBC driver.
173 /** returns the version number of the SDBC driver.
295 /** gets a comma-separated list of all a database's SQL keywords
305 /** gets a comma-separated list of math functions. These are the
316 /** gets a comma-separated list of string functions. These are the
327 /** gets a comma-separated list of system functions. These are the
338 /** gets a comma-separated list of time and date functions.
356 The '%' character represents any sequence of zero or
456 to be different from the names of the tables?
484 /** Is some form of "GROUP BY" clause supported?
617 <TRUE/>, if some form of outer join is supported,
671 /** Does a catalog appear at the start of a qualified table name?
919 /** return the maximal number of hex characters in an inline binary literal
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
991 /** return the number of active connections at a time to this database.
1009 /** return the maximum length of an index (in bytes)
1027 /** return the maximum length of a procedure name
1036 /** return the maximum length of a catalog name
1045 /** return the maximum length of a single row.
1064 /** return the maximum length of a SQL statement
1073 /** return the maximal number of open active statements at one time to this database
1082 /** return the maximum length of a table name
1091 /** return the maximum number of tables in a SELECT statement
1100 /** return the maximum length of a user name
1151 <!-- JRH: Unclear on the intent of these many support questions.
1195 /** Gets a description of the stored procedures available in a
1227 <b>PROCEDURE_TYPE</b> short => kind of procedure:
1253 /** gets a description of a catalog's stored procedure parameters
1281 <b>COLUMN_TYPE</b> Short => kind of column/parameter:
1308 <b>LENGTH</b> long => length in bytes of data
1355 /** gets a description of tables available in a catalog.
1394 a list of table types to include
1464 /** gets a description of table columns available in
1496 types this is the maximum number of characters, for numeric or
1503 <b>DECIMAL_DIGITS</b> long => the number of fractional digits
1533 maximum number of bytes in the column
1536 <b>ORDINAL_POSITION</b> int => index of column in table
1563 /** gets a description of the access rights for a table's columns.
1586 <b>GRANTOR</b> => grantor of access (may be <NULL/>)
1589 <b>GRANTEE</b> string => grantee of access
1592 <b>PRIVILEGE</b> string => name of access (SELECT,
1617 /** gets a description of the access rights for each table available
1641 <b>GRANTOR</b> => grantor of access (may be <NULL/>)
1644 <b>GRANTEE</b> string => grantee of access
1647 <b>PRIVILEGE</b> string => name of access (SELECT,
1670 /** gets a description of a table's optimal set of columns that
1678 <b>SCOPE</b> short => actual scope of result
1682 <li> TRANSACTION - valid for remainder of current transaction
1684 <li> SESSION - valid for remainder of current session
1727 the scope of interest; use same values as SCOPE
1740 /** gets a description of a table's columns that are automatically
1764 <b>BUFFER_LENGTH</b> long => length of column value in bytes
1797 /** gets a description of a table's primary key columns. They
1838 /** gets a description of the primary key columns that are
1882 <li> importedNoAction - do not allow update of primary
1903 <li> importedKeyNoAction - do not allow delete of primary
1926 <b>DEFERRABILITY</b> short => can the evaluation of foreign key
1953 /** gets a description of the foreign key columns that reference a
1997 <li> NO_ACTION - do not allow update of primary
2018 <li> NO_ACTION - do not allow delete of primary
2041 <b>DEFERRABILITY</b> short => can the evaluation of foreign key
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
2115 <li> NO_ACTION - do not allow update of primary
2136 <li> NO_ACTION - do not allow delete of primary
2159 <b>DEFERRABILITY</b> short => can the evaluation of foreign key
2195 /** gets a description of all the standard SQL types supported by
2263 <b>LOCAL_TYPE_NAME</b> string => localized version of type name
2290 /** gets a description of a table's indices and statistics. They are
2328 <li> OTHER - this is some other style of index
2347 this is the number of rows in the table; otherwise, it is the
2348 number of unique values in the index.
2352 this is the number of pages used for the table, otherwise it
2353 is the number of pages used for the current index.
2367 …when <TRUE/>, return only indices for unique values; when <FALSE/>, return indices regardless of w…
2369 …when <TRUE/>, result is allowed to reflect approximate or out of data values; when <FALSE/>, resul…
2535 /** Gets a description of the user-defined types defined in a particular
2563 One of OBJECT, STRUCT, or DISTINCT
2580 a list of user-named types to include (OBJECT, STRUCT, or DISTINCT)