|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface DatabaseMetaDataCallback
A callback interface used by the JdbcUtils class. Implementations of this interface perform the actual work of extracting database meta data, but don't need to worry about exception handling. SQLExceptions will be caught and handled correctly by the JdbcUtils class.
| Method Summary | |
|---|---|
Object
|
processMetaData(DatabaseMetaData dbmd)
Implementations must implement this method to process the meta data passed in. |
| Method Detail |
|---|
public Object processMetaData(DatabaseMetaData dbmd)
dbmd - the DatabaseMetaData to process
Groovy Documentation