public class Section extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Agent |
agent_ |
protected String |
clientCursorName_ |
protected String |
packageName |
protected int |
sectionNumber |
protected String |
serverCursorName |
String |
serverCursorNameForPositionedUpdate_ |
| Constructor and Description |
|---|
Section(Agent agent,
String name,
int sectionNumber,
String cursorName,
int resultSetHoldability) |
Section(Agent agent,
String name,
int sectionNumber,
String cursorName,
int resultSetHoldability,
boolean isGenerated) |
protected int sectionNumber
protected String packageName
protected String serverCursorName
public String serverCursorNameForPositionedUpdate_
protected transient String clientCursorName_
protected Agent agent_
public Section(Agent agent, String name, int sectionNumber, String cursorName, int resultSetHoldability)
public void setPKGNAMCBytes(byte[] b)
public byte[] getPKGNAMCBytes()
public String getPackageName()
public int getSectionNumber()
public String getPackage()
public String getServerCursorName()
public String getServerCursorNameForPositionedUpdate()
public String getClientCursorName()
public void setClientCursorName(String clientCursorName)
public void free()
public boolean isReservedPositionedUpdate()
public int getStaticStatementType()
public Section getPositionedUpdateSection() throws SqlException
SqlExceptionpublic void setCursorName(String name)
public void setSingleHopInfoRequired(boolean flag)
public boolean isSingleHopInfoRequired()
public void setSingleHopInformation(com.pivotal.gemfirexd.internal.shared.common.SingleHopInformation singleHopInfoObj)
public com.pivotal.gemfirexd.internal.shared.common.SingleHopInformation getSingleHopInformationObj()
public String getSQLString()
public void setStringSent()
public void setBucketIds(HashSet bucketIds)
public boolean isThisACopiedSection()
public HashSet getBucketIds()
public void setSqlStringToNull()
public void setSqlString(String sql)
public void setCopiedSection(boolean flag,
PreparedStatement parentPstmnt)
public void setRegionName(String regionName)
public String getRegionName()
public void setExecutionSequence(int seq)
public void recordSuccessAndclearExecutionSequence(Connection conn, int successSeq)
public int getExecutionSequence()
public TxID getParentTxID()
public void setTxIdToBeSent(boolean flag)
public boolean txIdToBeSent()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.