Ad Code

DISCUSE THREE METHOD OF RESULTSET METADATA?


DISCUSE THREE METHOD OF RESULTSET METADATA?

Useful ResultSetMetaData methods

getColumnCount ( ) – Returns the number of columns in the result set

getColumnDisplaySize (int) Returns the maximum width of the specified column in characters

getColumnType(int) Returns the SQL type for the column to compare against types in java.sql.Types
Reactions

Post a Comment

0 Comments