public abstract class ResultSetToTwoDimensionalValueObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
cvsRev
The CVS Revision String.
|
Constructor and Description |
---|
ResultSetToTwoDimensionalValueObject() |
Modifier and Type | Method and Description |
---|---|
static ValueObjectInterface |
convertToValueObject(java.sql.ResultSet rs,
java.sql.Connection connection)
This method will take the result set and move it to the 2D value object.
|
static java.lang.String |
formatResultSet(java.sql.ResultSet rs)
Used for debugging, this will print the results somewhat intelligently.
|
public static final java.lang.String cvsRev
public ResultSetToTwoDimensionalValueObject()
public static ValueObjectInterface convertToValueObject(java.sql.ResultSet rs, java.sql.Connection connection) throws java.sql.SQLException
rs
- java.sql.SQLException
public static java.lang.String formatResultSet(java.sql.ResultSet rs)
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.