
DatabaseMetaData
78
|
JDBC Pocket Reference
int getMaxCatalogNameLength( )
Returns the maximum length of a catalog name.
int getMaxCharLiteralLength( )
Returns the maximum length for a character literal.
int getMaxColumnNameLength( )
Returns the maximum length of a column name.
int getMaxColumnsInGroupBy( )
Returns the maximum number of columns in a GROUP BY
clause.
int getMaxColumnsInIndex( )
Returns the maximum number of columns allowed in an
index.
int getMaxColumnsInOrderBy( )
Returns the maximum number of columns in an ORDER BY
clause.
int getMaxColumnsInSelect( )
Returns the maximum number of columns in a SELECT list.
int getMaxColumnsInTable( )
Returns the maximum number of columns in a table.
int getMaxConnections( )
Returns the maximum number of simultaneous connections
that can exist for the database.
int getMaxCursorNameLength( )
Returns the maximum cursor name length.
int getMaxIndexLength( )
Returns the maximum size, in bytes, for an index, including
all of the parts of the index.
int getMaxProcedureNameLength( )
Returns the maximum length of a procedure name.
int getMaxRowSize( )
Returns the maximum length of a single row.
int getMaxSchemaNameLength( )
Returns the maximum length of a schema name.
int getMaxStatementLength( )
Returns the maximum length of an SQL statement.