クラス
org.dyndns.nuda.mapper.connection.SQLInterfaceConnection の使用

SQLInterfaceConnection を使用しているパッケージ
org.dyndns.nuda.mapper SorMapの基本的な機能を提供するためのコアパッケージです 
org.dyndns.nuda.mapper.cache プリペアドステートメントのためのキャッシュマネージャと ヘルパクラスが含まれます 
 

org.dyndns.nuda.mapper での SQLInterfaceConnection の使用
 

SQLInterfaceConnection 型のパラメータを持つ org.dyndns.nuda.mapper のメソッド
 void JDBCXMLInvocationHandler.setConnection(SQLInterfaceConnection con)
           
 

org.dyndns.nuda.mapper.cache での SQLInterfaceConnection の使用
 

SQLInterfaceConnection 型のパラメータを持つ org.dyndns.nuda.mapper.cache のメソッド
 java.sql.PreparedStatement EmbedCacheManager.getStatement(java.lang.String sql, SQLInterfaceConnection con, SQLInterfaceBean sqlInterfaceBean)
           
 java.sql.PreparedStatement CommonCacheManager.getStatement(java.lang.String sql, SQLInterfaceConnection con, SQLInterfaceBean sqlInterfaceBean)
           
 java.sql.PreparedStatement CacheManager.getStatement(java.lang.String sql, SQLInterfaceConnection con, SQLInterfaceBean sqlInterfaceBean)