weborb.types.jdbc
Class JDBCResultSet

java.lang.Object
  extended by 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
           
 
Fields inherited from interface weborb.util.log.ILoggingConstants
DEBUG, DEFAULT_LOGGER, ERROR, EXCEPTION, INFO, INSTR, MESSAGESERVER, SECURITY, SERIALIZATION
 
Constructor Summary
JDBCResultSet()
           
JDBCResultSet(java.sql.ResultSet resultSet)
           
 
Method Summary
 PageData getRecords(java.lang.String id, int firstRow, int rowsToGet)
           
 RecordSetInfo getRecordSetInfo()
           
 java.lang.String getTypeName()
           
 void release()
           
 void release(java.lang.String id)
           
static void setDefaultPageSize(int defaultPageSize)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAGESIZE

public static java.lang.String PAGESIZE
Constructor Detail

JDBCResultSet

public JDBCResultSet()

JDBCResultSet

public JDBCResultSet(java.sql.ResultSet resultSet)
Parameters:
resultSet -
Method Detail

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.