org.hibernate.jdbc
Class ColumnNameCache
java.lang.Object
org.hibernate.jdbc.ColumnNameCache
- public class ColumnNameCache
- extends Object
Implementation of ColumnNameCache.
- Author:
- Steve Ebersole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnNameCache
public ColumnNameCache(int columnCount)
getIndexForColumnName
public int getIndexForColumnName(String columnName,
ResultSetWrapper rs)
throws SQLException
- Throws:
SQLException