intradoc.serialize
Class IsoJavaEncodingMap
java.lang.Object
|
+--intradoc.data.DataResultSet
|
+--intradoc.serialize.IsoJavaEncodingMap
- All Implemented Interfaces:
- ResultSet
- public class IsoJavaEncodingMap
- extends DataResultSet
|
Field Summary |
protected java.util.Vector |
m_isoEnc
|
protected java.util.Vector |
m_javaEnc
|
| Methods inherited from class intradoc.data.DataResultSet |
addRow, appendFields, closeInternals, copy, copy, copyEx, copyFieldInfo, copyFiltered, copyFilteredEx, copySimpleFiltered, createEmptyRow, createMaxNumResultSetFilter, createRow, createSimpleResultSetFilter, deleteCurrentRow, deleteRow, findRow, first, getCurrentRow, getCurrentRowProps, getCurrentRowValues, getDateFormat, getDateValue, getFieldInfo, getFieldName, getIndexFieldInfo, getNumFields, getNumRows, getResultSetValues, getResultSetValuesEx, getRowValues, getStringValue, getWorkspace, hasRawObjects, init, init, initEx, initShallow, insertRowAt, isCopyAborted, isEmpty, isMutable, isRowPresent, last, merge, mergeDelete, mergeFields, next, previous, readHeader, readSimple, removeAll, removeFields, renameField, reset, setCurrentRow, setCurrentValue, setDateFormat, setRowValues, skip, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_javaEnc
protected java.util.Vector m_javaEnc
m_isoEnc
protected java.util.Vector m_isoEnc
IsoJavaEncodingMap
public IsoJavaEncodingMap()
shallowClone
public DataResultSet shallowClone()
- Description copied from class:
DataResultSet
- Creates a shallow clone of the result set.
- Overrides:
shallowClone in class DataResultSet
load
public void load(ResultSet rset)
throws DataException
DataException
getIsoEncoding
public java.lang.String getIsoEncoding(java.lang.String javaEncoding)
getJavaEncoding
public java.lang.String getJavaEncoding(java.lang.String isoEncoding)
getIsoOrJavaEncoding
protected java.lang.String getIsoOrJavaEncoding(java.lang.String enc,
boolean isJava)
(c) 1996-2005 All rights reserved. Stellent, Inc. |