Reputation: 49
This is a followup question to this.
Is the size of a given text column in a table, eg varchar(32) stored in the INFORMATION_SCHEMA.COLUMNS
table, column CHARACTER_MAXIMUM_LENGTH
?
Upvotes: 0
Views: 4147
Reputation: 50087
Yes, but why don't you just use java.sql.DatabaseMetaData?
Upvotes: 2