public class PathIndexEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
docid |
protected java.lang.String |
docType |
protected java.lang.String |
nodeData |
protected java.sql.Timestamp |
nodeDataDate |
protected float |
nodeDataNumerical |
protected long |
nodeId |
protected long |
parentId |
protected java.lang.String |
path |
Constructor and Description |
---|
PathIndexEntry(long nodeId,
java.lang.String path,
java.lang.String docid,
long parentId,
java.lang.String nodeData,
float nodeDataNumerical,
java.sql.Timestamp nodeDataDate)
Construct a new PathIndexEntry for the xml_path_index table.
|
PathIndexEntry(long nodeId,
java.lang.String path,
java.lang.String docid,
java.lang.String docType,
long parentId)
Construct a new PathIndexEntry for the xml_index table.
|
protected long nodeId
protected java.lang.String path
protected java.lang.String docid
protected java.lang.String docType
protected long parentId
protected java.lang.String nodeData
protected float nodeDataNumerical
protected java.sql.Timestamp nodeDataDate
public PathIndexEntry(long nodeId, java.lang.String path, java.lang.String docid, java.lang.String docType, long parentId)
nodeId
- the node identifierpath
- the path in the xml documentdocid
- the document identifierdocType
- the document typeparentId
- the identifier of the parent nodepublic PathIndexEntry(long nodeId, java.lang.String path, java.lang.String docid, long parentId, java.lang.String nodeData, float nodeDataNumerical, java.sql.Timestamp nodeDataDate)
nodeId
- the node identifierpath
- the path in the xml documentdocid
- the document identifierdocType
- the document typeparentId
- the identifier of the parent nodenodeData
- the node value as a stringnodeDataNumerical
- the node value as a double precision numberCopyright © 2020 Regents of the University of California. All Rights Reserved.