Package chemaxon.jchem.db
Class UpdateHandler.RowData
java.lang.Object
chemaxon.jchem.db.UpdateHandler.RowData
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UpdateHandler
Represents a database row (record). For internal use only.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint[]
int
chemaxon.jchem.file.MolRecord
byte[]
boolean
boolean
-
Constructor Summary
-
Method Summary
-
Field Details
-
molString
public byte[] molString -
fingerprint
public int[] fingerprint -
hashCode
public int hashCode -
molWeight
-
formula
-
sortableFormula
-
smiles
-
molRecord
public transient chemaxon.jchem.file.MolRecord molRecord -
noRingInfoInFP
public boolean noRingInfoInFP -
reactionMappingIncomplete
public boolean reactionMappingIncomplete -
molecule
-
chemTermColValues
-
tautomer
-
flags
-
molName
-
-
Constructor Details
-
RowData
public RowData()
-
-
Method Details
-
getMarkushData
public byte[] getMarkushData() -
getTautomerHashCode
public int getTautomerHashCode() -
getTautomerFragmentHashCode
public int[] getTautomerFragmentHashCode() -
getDescriptorData
public byte[][] getDescriptorData() -
getScreenDescriptor
public byte[] getScreenDescriptor() -
toString
-