|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esperio.db.core.DBUtil
public class DBUtil
Constructor Summary | |
---|---|
DBUtil()
|
Method Summary | |
---|---|
static java.lang.Object |
getValue(java.sql.ResultSet rs,
int index,
int valueType)
Returns the object value for a given column and type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DBUtil()
Method Detail |
---|
public static java.lang.Object getValue(java.sql.ResultSet rs, int index, int valueType) throws java.sql.SQLException
rs
- result setindex
- column indexvalueType
- value type
java.sql.SQLException
- if the column could not be read
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |