Java 类com.mysql.jdbc.JDBC4ClientInfoProvider 实例源码

项目:the-vigilantes    文件:JDBC4FabricMySQLConnectionProxy.java   
public JDBC4ClientInfoProvider getClientInfoProviderImpl() throws SQLException {
    return ((JDBC4MySQLConnection) getActiveConnection()).getClientInfoProviderImpl();
}
项目:OpenVertretung    文件:JDBC4FabricMySQLConnectionProxy.java   
public JDBC4ClientInfoProvider getClientInfoProviderImpl() throws SQLException {
    return ((JDBC4MySQLConnection) getActiveConnection()).getClientInfoProviderImpl();
}
项目:lams    文件:JDBC4FabricMySQLConnectionProxy.java   
public JDBC4ClientInfoProvider getClientInfoProviderImpl() throws SQLException {
    return ((JDBC4MySQLConnection) getActiveConnection()).getClientInfoProviderImpl();
}
项目:ProyectoPacientes    文件:JDBC4FabricMySQLConnectionProxy.java   
public JDBC4ClientInfoProvider getClientInfoProviderImpl() throws SQLException {
    return ((JDBC4MySQLConnection) getActiveConnection()).getClientInfoProviderImpl();
}
项目:BibliotecaPS    文件:JDBC4FabricMySQLConnectionProxy.java   
public JDBC4ClientInfoProvider getClientInfoProviderImpl() throws SQLException {
    return ((JDBC4MySQLConnection) getActiveConnection()).getClientInfoProviderImpl();
}
项目:Geometry-wars    文件:JDBC4FabricMySQLConnectionProxy.java   
public JDBC4ClientInfoProvider getClientInfoProviderImpl() throws SQLException {
    return ((JDBC4MySQLConnection) getActiveConnection()).getClientInfoProviderImpl();
}