public class ResultSetHelperService extends java.lang.Object implements ResultSetHelper
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CLOBBUFFERSIZE |
| 构造器和说明 |
|---|
ResultSetHelperService() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String[] |
getColumnNames(java.sql.ResultSet rs) |
java.lang.String[] |
getColumnValues(java.sql.ResultSet rs) |
public static final int CLOBBUFFERSIZE
public java.lang.String[] getColumnNames(java.sql.ResultSet rs)
throws java.sql.SQLException
getColumnNames 在接口中 ResultSetHelperjava.sql.SQLExceptionpublic java.lang.String[] getColumnValues(java.sql.ResultSet rs)
throws java.sql.SQLException,
java.io.IOException
getColumnValues 在接口中 ResultSetHelperjava.sql.SQLExceptionjava.io.IOException