public class DatabaseIntrospector extends Object
Constructor and Description |
---|
DatabaseIntrospector(Context context,
DatabaseMetaData databaseMetaData,
JavaTypeResolver javaTypeResolver,
List<String> warnings) |
Modifier and Type | Method and Description |
---|---|
List<IntrospectedTable> |
introspectTables(TableConfiguration tc)
Returns a List of IntrospectedTable elements that matches the specified table configuration.
|
public DatabaseIntrospector(Context context, DatabaseMetaData databaseMetaData, JavaTypeResolver javaTypeResolver, List<String> warnings)
public List<IntrospectedTable> introspectTables(TableConfiguration tc) throws SQLException
tc
- the table configurationSQLException
- if any errors in introspectionCopyright © 2006–2024 MyBatis.org. All rights reserved.