weborb.types.jdbc
Class JDBCResultSet
java.lang.Object
weborb.types.jdbc.JDBCResultSet
- All Implemented Interfaces:
- INamedType, ILoggingConstants
public class JDBCResultSet
- extends java.lang.Object
- implements INamedType, ILoggingConstants
JDBCResultSet
- Author:
- Midnight Coders, LLC
|
Field Summary |
static java.lang.String |
PAGESIZE
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PAGESIZE
public static java.lang.String PAGESIZE
JDBCResultSet
public JDBCResultSet()
JDBCResultSet
public JDBCResultSet(java.sql.ResultSet resultSet)
- Parameters:
resultSet -
setDefaultPageSize
public static void setDefaultPageSize(int defaultPageSize)
- Parameters:
defaultPageSize -
getTypeName
public java.lang.String getTypeName()
- Specified by:
getTypeName in interface INamedType
- Returns:
getRecordSetInfo
public RecordSetInfo getRecordSetInfo()
throws java.sql.SQLException
- Returns:
-
- Throws:
java.sql.SQLException
getRecords
public PageData getRecords(java.lang.String id,
int firstRow,
int rowsToGet)
throws ServiceException
- Parameters:
id - firstRow - rowsToGet -
- Returns:
-
- Throws:
ServiceException
release
public void release()
release
public void release(java.lang.String id)
- Parameters:
id -
Discuss WebORB
Copyright 2003-2008 Midnight Coders, Inc. All Rights Reserved.