DatabaseMetaData.getMaxCursorNameLength

DatabaseMetaData.getMaxCursorNameLength

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract int getMaxCursorNameLength() throws SQLException
Returns
max cursor name length in bytes
Description
What's the maximum cursor name length?

Exceptions
SQLException if a database-access error occurs.