com.moximedia.aims
Class SqlRecordset
java.lang.Object
com.moximedia.aims.SqlRecordset
- All Implemented Interfaces:
- java.io.Serializable
- public class SqlRecordset
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- jdc
- See Also:
- Serialized Form
|
Constructor Summary |
SqlRecordset()
Creates a new instance of SqlRecordset |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlRecordset
public SqlRecordset()
- Creates a new instance of SqlRecordset
size
public int size()
clearColumns
public void clearColumns()
clearRecords
public void clearRecords()
addColumn
public void addColumn(SqlColumn column)
getColumns
public java.util.ArrayList getColumns()
getColumnIndex
public int getColumnIndex(java.lang.String columnName)
addRecord
public void addRecord(SqlRecord record)
getRecords
public java.util.ArrayList getRecords()
getRecordsByParentId
public java.util.ArrayList getRecordsByParentId(int parentRecordId)
getRecordByRecordId
public SqlRecord getRecordByRecordId(int recordId)
getRecordByRecordIndex
public SqlRecord getRecordByRecordIndex(int recordIndex)
getValueByRecordId
public java.lang.String getValueByRecordId(int recordId,
java.lang.String fieldName)
getValueByRecordIndex
public java.lang.String getValueByRecordIndex(int recordIndex,
java.lang.String fieldName)
Internet Mapping Framework for ArcIMS Java Object Model API (v5.1.00)
Copyright © 2006 Moxi Media Inc. and Province of British Columbia. All Rights Reserved.