|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.pds.AbstractCompoundResultBuilder
wt.pds.HomogeneousCompoundResultBuilder
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
private int |
nonEmptyComponentIndex
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Fields inherited from class wt.pds.AbstractCompoundResultBuilder |
|
Fields inherited from interface wt.pds.ResultBuilder |
ACCESS_CONTROLLER_PROCESSOR, ATTRIBUTE_MAP_INFO, DESCENDANT_QUERY_TYPE_COMPATIBLE, ITEM_BUILDERS, OBJECT_TABLE |
Constructor Summary | |
HomogeneousCompoundResultBuilder()
|
Method Summary | |
Object[] |
build(ResultSet a_resultSet,
StatementBuilder a_statementBuilder)
Builds object from the result set. |
String |
buildSelect(Vector a_tableInfos,
Vector a_aliases)
Builds the select columns for the results. |
Object |
clone()
Create a deep-copy of this object. |
int |
getNonEmptyComponentIndex()
Gets the value of the attribute: nonEmptyComponentIndex. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(HomogeneousCompoundResultBuilder thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
reset()
Resets the instance so that it can be re-used to process a new result. |
void |
setNonEmptyComponentIndex(int a_NonEmptyComponentIndex)
Sets the value of the attribute: nonEmptyComponentIndex. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private transient int nonEmptyComponentIndex
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public HomogeneousCompoundResultBuilder()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AbstractCompoundResultBuilder
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class AbstractCompoundResultBuilder
input
-
IOException
ClassNotFoundException
protected boolean readVersion(HomogeneousCompoundResultBuilder thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public int getNonEmptyComponentIndex()
public void setNonEmptyComponentIndex(int a_NonEmptyComponentIndex)
setNonEmptyComponentIndex
in interface ResultBuilder
setNonEmptyComponentIndex
in class AbstractCompoundResultBuilder
a_NonEmptyComponentIndex
- public void reset()
reset
in interface ResultBuilder
reset
in class AbstractCompoundResultBuilder
public String buildSelect(Vector a_tableInfos, Vector a_aliases) throws PersistenceException
buildSelect
in interface ResultBuilder
buildSelect
in class AbstractCompoundResultBuilder
a_tableInfos
- Vector of TableExpression instances to use for building the Select statementa_aliases
- Vector of String aliases to use for building the Select statement
PersistenceException
public Object[] build(ResultSet a_resultSet, StatementBuilder a_statementBuilder) throws PersistenceException
build
in interface ResultBuilder
build
in class AbstractCompoundResultBuilder
a_resultSet
- a_statementBuilder
-
PersistenceException
public Object clone()
ResultBuilder
clone
in interface ResultBuilder
clone
in class AbstractCompoundResultBuilder
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |