public class Section
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Agent |
agent_ |
protected java.lang.String |
clientCursorName_ |
(package private) boolean |
isGenerated |
protected java.lang.String |
packageName |
(package private) byte[] |
PKGNAMCBytes |
(package private) int |
resultSetHoldability_ |
protected int |
sectionNumber |
protected java.lang.String |
serverCursorName |
java.lang.String |
serverCursorNameForPositionedUpdate_ |
Constructor and Description |
---|
Section(Agent agent,
java.lang.String name,
int sectionNumber,
java.lang.String cursorName,
int resultSetHoldability) |
Section(Agent agent,
java.lang.String name,
int sectionNumber,
java.lang.String cursorName,
int resultSetHoldability,
boolean isGenerated) |
Modifier and Type | Method and Description |
---|---|
void |
free() |
java.lang.String |
getClientCursorName() |
java.lang.String |
getPackage() |
java.lang.String |
getPackageName() |
byte[] |
getPKGNAMCBytes()
retrieve the package name and consistency token information
|
Section |
getPositionedUpdateSection() |
int |
getSectionNumber() |
java.lang.String |
getServerCursorName() |
java.lang.String |
getServerCursorNameForPositionedUpdate() |
int |
getStaticStatementType() |
private void |
init(Agent agent,
java.lang.String name,
int sectionNumber,
java.lang.String cursorName,
int resultSetHoldability,
boolean isGenerated) |
boolean |
isReservedPositionedUpdate() |
void |
setClientCursorName(java.lang.String clientCursorName) |
void |
setCursorName(java.lang.String name) |
void |
setPKGNAMCBytes(byte[] b)
Store the Packagename and consistency token information for reuse.
|
protected int sectionNumber
protected java.lang.String packageName
protected java.lang.String serverCursorName
int resultSetHoldability_
byte[] PKGNAMCBytes
boolean isGenerated
public java.lang.String serverCursorNameForPositionedUpdate_
protected transient java.lang.String clientCursorName_
protected Agent agent_
public Section(Agent agent, java.lang.String name, int sectionNumber, java.lang.String cursorName, int resultSetHoldability)
public Section(Agent agent, java.lang.String name, int sectionNumber, java.lang.String cursorName, int resultSetHoldability, boolean isGenerated)
private void init(Agent agent, java.lang.String name, int sectionNumber, java.lang.String cursorName, int resultSetHoldability, boolean isGenerated)
public void setPKGNAMCBytes(byte[] b)
public byte[] getPKGNAMCBytes()
public java.lang.String getPackageName()
public int getSectionNumber()
public java.lang.String getPackage()
public java.lang.String getServerCursorName()
public java.lang.String getServerCursorNameForPositionedUpdate()
public java.lang.String getClientCursorName()
public void setClientCursorName(java.lang.String clientCursorName)
public void free()
public boolean isReservedPositionedUpdate()
public int getStaticStatementType()
public Section getPositionedUpdateSection() throws SqlException
SqlException
public void setCursorName(java.lang.String name)
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.