DatabaseMetaData.getMaxCharLiteralLength

DatabaseMetaData.getMaxCharLiteralLength

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract int getMaxCharLiteralLength() throws SQLException
Returns
max literal length
Description
What's the max length for a character literal?

Exceptions
SQLException if a database-access error occurs.