com.opensourceconnections.msjdbcproxy
Class ColumnSet
java.lang.Object
com.opensourceconnections.msjdbcproxy.ColumnSet
- public class ColumnSet
- extends java.lang.Object
Constructor Summary |
ColumnSet(java.sql.ResultSet resultSet)
|
Method Summary |
int |
findColumn(java.lang.String name)
|
com.opensourceconnections.msjdbcproxy.ColumnSet.Column |
getColumn(int index)
|
com.opensourceconnections.msjdbcproxy.ColumnSet.Column |
getColumn(java.lang.String name)
|
boolean |
load(boolean valid)
|
boolean |
wasNull()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnSet
public ColumnSet(java.sql.ResultSet resultSet)
throws java.sql.SQLException
findColumn
public final int findColumn(java.lang.String name)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getColumn
public final com.opensourceconnections.msjdbcproxy.ColumnSet.Column getColumn(int index)
getColumn
public final com.opensourceconnections.msjdbcproxy.ColumnSet.Column getColumn(java.lang.String name)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
wasNull
public final boolean wasNull()
load
public final boolean load(boolean valid)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2002-2005 OpenSource Connections. All Rights Reserved.