user1615803
user1615803

Reputation: 49

H2 database column size

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

Answers (1)

Thomas Mueller
Thomas Mueller

Reputation: 50087

Yes, but why don't you just use java.sql.DatabaseMetaData?

Upvotes: 2

Related Questions