Skip to Main Content
JDBC Pocket Reference
book

JDBC Pocket Reference

by Donald Bales
January 2003
Intermediate to advanced content levelIntermediate to advanced
176 pages
5h 3m
English
O'Reilly Media, Inc.
Content preview from JDBC Pocket Reference
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.
DatabaseMetaData
The JDBC API
|
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Pro Couchbase Server, Second Edition

Pro Couchbase Server, Second Edition

David Ostrovsky, Mohammed Haji, Yaniv Rodenski
Pro Couchbase Server

Pro Couchbase Server

David Ostrovsky, Yaniv Rodenski

Publisher Resources

ISBN: 9780596528713