java - how to get the storage engine using jdbc -


is there way storage engine of mysql table using jdbc. use metadata other table information columns names, types, primary key , indexes ... didn't find how o engine

you can use information_schema engine type, e.g.:

select engine information_schema.tables table_schema=database() , table_name='foobar'; 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -