Package org.apache.ibatis.mapping
Interface DatabaseIdProvider
- All Known Implementing Classes:
DefaultDatabaseIdProvider
,VendorDatabaseIdProvider
public interface DatabaseIdProvider
Should return an id to identify the type of this database.
That id can be used later on to build different queries for each database type
This mechanism enables supporting multiple vendors or versions
-
Method Summary
-
Method Details
-
setProperties
-
getDatabaseId
- Throws:
SQLException
-