| java.lang.Object org.apache.derby.client.am.Section
Section | public class Section (Code) | | |
Constructor Summary | |
public | Section(Agent agent, String name, int sectionNumber, String cursorName, int resultSetHoldability) | public | Section(Agent agent, String name, int sectionNumber, String cursorName, int resultSetHoldability, boolean isGenerated) |
PKGNAMCBytes | byte[] PKGNAMCBytes(Code) | | |
clientCursorName_ | protected transient String clientCursorName_(Code) | | |
isGenerated | boolean isGenerated(Code) | | |
resultSetHoldability_ | int resultSetHoldability_(Code) | | |
sectionNumber | protected int sectionNumber(Code) | | |
serverCursorNameForPositionedUpdate_ | public String serverCursorNameForPositionedUpdate_(Code) | | |
Section | public Section(Agent agent, String name, int sectionNumber, String cursorName, int resultSetHoldability)(Code) | | |
Section | public Section(Agent agent, String name, int sectionNumber, String cursorName, int resultSetHoldability, boolean isGenerated)(Code) | | |
getClientCursorName | public String getClientCursorName()(Code) | | |
getPKGNAMCBytes | public byte[] getPKGNAMCBytes()(Code) | | retrieve the package name and consistency token information
|
getSectionNumber | public int getSectionNumber()(Code) | | |
getServerCursorName | public String getServerCursorName()(Code) | | |
getServerCursorNameForPositionedUpdate | public String getServerCursorNameForPositionedUpdate()(Code) | | |
getStaticStatementType | public int getStaticStatementType()(Code) | | |
isReservedPositionedUpdate | public boolean isReservedPositionedUpdate()(Code) | | |
setClientCursorName | public void setClientCursorName(String clientCursorName)(Code) | | |
setPKGNAMCBytes | public void setPKGNAMCBytes(byte[] b)(Code) | | Store the Packagename and consistency token information for reuse. Case 1: if it is generated section, just store
the byte array in PKGNAMCBytes Case 2: for not a generated section, information is stored in the correct byte
array depending on the holdability in SectionManager
|
|
|