org.apache.ibatis.mapping
Interface DatabaseIdProvider

All Known Implementing Classes:
DefaultDatabaseIdProvider, VendorDatabaseIdProvider

public interface DatabaseIdProvider


Method Summary
 String getDatabaseId(DataSource dataSource)
           
 void setProperties(Properties p)
           
 

Method Detail

setProperties

void setProperties(Properties p)

getDatabaseId

String getDatabaseId(DataSource dataSource)
                     throws SQLException
Throws:
SQLException


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.