Java Doc for NetStatementReply.java in  » Database-DBMS » db-derby-10.2 » org » apache » derby » client » net » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database DBMS » db derby 10.2 » org.apache.derby.client.net 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.derby.client.net.Reply
      org.apache.derby.client.net.NetConnectionReply
         org.apache.derby.client.net.NetPackageReply
            org.apache.derby.client.net.NetStatementReply

All known Subclasses:   org.apache.derby.client.net.NetResultSetReply,
NetStatementReply
public class NetStatementReply extends NetPackageReply implements StatementReplyInterface(Code)



Constructor Summary
 NetStatementReply(NetAgent netAgent, int bufferSize)
    

Method Summary
protected  voidcopyEXTDTA(NetCursor netCursor)
    
 voidparseDescribeError(StatementCallbackInterface statement)
    
protected  voidparseENDQRYRM(ResultSetCallbackInterface resultSetI)
    
protected  voidparseEndQuery(ResultSetCallbackInterface resultSetI)
    
 voidparseExecuteError(StatementCallbackInterface statementI)
    
 voidparseExecuteImmediateError(StatementCallbackInterface statement)
    
 voidparseExecuteSetStatementError(StatementCallbackInterface statement)
    
 NetSqlcaparseFDODTA(NetCursor netCursor)
    
protected  intparseFastQRYATTSCR()
    
protected  intparseFastQRYATTSET()
    
protected  intparseFastQRYATTSNS()
    
protected  intparseFastQRYATTUPD()
    
protected  intparseFastQRYPRCTYP()
    
protected  intparseFastSQLCSRHLD()
    
 voidparseFastSQLDTARDdata(NetCursor netCursor)
    
protected  NetResultSetparseOPNQRYRM(StatementCallbackInterface statementI, boolean isOPNQRYreply)
     Open Query Complete Reply Message indicates to the requester that an OPNQRY or EXCSQLSTT command completed normally and that the query process has been initiated.
protected  voidparseOpenQuery(StatementCallbackInterface statementI)
    
 voidparseOpenQueryError(StatementCallbackInterface statementI)
    
 voidparseOpenQueryFailure(StatementCallbackInterface statementI)
    
protected  ObjectparsePKGNAMCSN(boolean skip)
    
protected  java.util.ArrayListparsePKGSNLST()
    
 voidparsePrepareError(StatementCallbackInterface statement)
    
protected  intparseQRYATTSCR()
    
protected  intparseQRYATTSET()
    
protected  intparseQRYATTSNS()
    
protected  intparseQRYATTUPD()
    
protected  voidparseQRYDSC(NetCursor cursor)
    
protected  voidparseQRYDTA(NetResultSet netResultSet)
    
protected  intparseQRYPRCTYP()
    
protected  java.util.ArrayListparseRSLSETRM()
    
protected  NetResultSetparseResultSetCursor(StatementCallbackInterface statementI, Section section)
    
protected  voidparseResultSetProcedure(StatementCallbackInterface statementI)
    
protected  ColumnMetaDataparseSQLCINRD()
    
 ColumnMetaDataparseSQLCINRDarray()
    
protected  intparseSQLCSRHLD()
    
protected  NetSqlcaparseSQLDARD(ColumnMetaData columnMetaData, boolean skipBytes)
    
 NetSqlcaparseSQLDARDarray(ColumnMetaData columnMetaData, boolean skipBytes)
    
protected  NetSqlcaparseSQLDTARD(NetSqldta netSqldta)
    
 voidparseSQLDTARDdata(NetCursor netCursor)
    
protected  intparseSQLRSLRD(java.util.ArrayList sectionAL)
    
 intparseSQLRSLRDarray(java.util.ArrayList sectionAL)
    
public  voidreadDescribeInput(PreparedStatementCallbackInterface preparedStatement)
    
public  voidreadDescribeOutput(PreparedStatementCallbackInterface preparedStatement)
    
public  voidreadExecute(PreparedStatementCallbackInterface preparedStatement)
    
public  voidreadExecuteCall(StatementCallbackInterface statement)
    
public  voidreadExecuteImmediate(StatementCallbackInterface statement)
    
public  voidreadOpenQuery(StatementCallbackInterface statement)
    
public  voidreadPrepare(StatementCallbackInterface statement)
    
public  voidreadPrepareDescribeOutput(StatementCallbackInterface statement)
    
public  voidreadSetSpecialRegister(StatementCallbackInterface statement)
    


Constructor Detail
NetStatementReply
NetStatementReply(NetAgent netAgent, int bufferSize)(Code)




Method Detail
copyEXTDTA
protected void copyEXTDTA(NetCursor netCursor) throws DisconnectException(Code)



parseDescribeError
void parseDescribeError(StatementCallbackInterface statement) throws DisconnectException(Code)



parseENDQRYRM
protected void parseENDQRYRM(ResultSetCallbackInterface resultSetI) throws DisconnectException(Code)



parseEndQuery
protected void parseEndQuery(ResultSetCallbackInterface resultSetI) throws DisconnectException(Code)



parseExecuteError
void parseExecuteError(StatementCallbackInterface statementI) throws DisconnectException(Code)



parseExecuteImmediateError
void parseExecuteImmediateError(StatementCallbackInterface statement) throws DisconnectException(Code)



parseExecuteSetStatementError
void parseExecuteSetStatementError(StatementCallbackInterface statement) throws DisconnectException(Code)



parseFDODTA
NetSqlca parseFDODTA(NetCursor netCursor) throws DisconnectException(Code)



parseFastQRYATTSCR
protected int parseFastQRYATTSCR() throws DisconnectException(Code)



parseFastQRYATTSET
protected int parseFastQRYATTSET() throws DisconnectException(Code)



parseFastQRYATTSNS
protected int parseFastQRYATTSNS() throws DisconnectException(Code)



parseFastQRYATTUPD
protected int parseFastQRYATTUPD() throws DisconnectException(Code)



parseFastQRYPRCTYP
protected int parseFastQRYPRCTYP() throws DisconnectException(Code)



parseFastSQLCSRHLD
protected int parseFastSQLCSRHLD() throws DisconnectException(Code)



parseFastSQLDTARDdata
void parseFastSQLDTARDdata(NetCursor netCursor) throws DisconnectException(Code)



parseOPNQRYRM
protected NetResultSet parseOPNQRYRM(StatementCallbackInterface statementI, boolean isOPNQRYreply) throws DisconnectException(Code)
Open Query Complete Reply Message indicates to the requester that an OPNQRY or EXCSQLSTT command completed normally and that the query process has been initiated. It also indicates the type of query protocol and cursor used for the query.

When an EXCSQLSTT contains an SQL statement that invokes a stored procedure, and the procedure completes, an OPNQRYRM is returned for each answer set.
Parameters:
  statementI - statement callback interface
Parameters:
  isOPNQRYreply - If true, parse a reply to an OPNQRYcommand. Otherwise, parse a reply to an EXCSQLSTT command. a NetResultSet value
exception:
  DisconnectException -




parseOpenQuery
protected void parseOpenQuery(StatementCallbackInterface statementI) throws DisconnectException(Code)



parseOpenQueryError
void parseOpenQueryError(StatementCallbackInterface statementI) throws DisconnectException(Code)



parseOpenQueryFailure
void parseOpenQueryFailure(StatementCallbackInterface statementI) throws DisconnectException(Code)



parsePKGNAMCSN
protected Object parsePKGNAMCSN(boolean skip) throws DisconnectException(Code)



parsePKGSNLST
protected java.util.ArrayList parsePKGSNLST() throws DisconnectException(Code)



parsePrepareError
void parsePrepareError(StatementCallbackInterface statement) throws DisconnectException(Code)



parseQRYATTSCR
protected int parseQRYATTSCR() throws DisconnectException(Code)



parseQRYATTSET
protected int parseQRYATTSET() throws DisconnectException(Code)



parseQRYATTSNS
protected int parseQRYATTSNS() throws DisconnectException(Code)



parseQRYATTUPD
protected int parseQRYATTUPD() throws DisconnectException(Code)



parseQRYDSC
protected void parseQRYDSC(NetCursor cursor) throws DisconnectException(Code)



parseQRYDTA
protected void parseQRYDTA(NetResultSet netResultSet) throws DisconnectException(Code)



parseQRYPRCTYP
protected int parseQRYPRCTYP() throws DisconnectException(Code)



parseRSLSETRM
protected java.util.ArrayList parseRSLSETRM() throws DisconnectException(Code)



parseResultSetCursor
protected NetResultSet parseResultSetCursor(StatementCallbackInterface statementI, Section section) throws DisconnectException(Code)



parseResultSetProcedure
protected void parseResultSetProcedure(StatementCallbackInterface statementI) throws DisconnectException(Code)



parseSQLCINRD
protected ColumnMetaData parseSQLCINRD() throws DisconnectException(Code)



parseSQLCINRDarray
ColumnMetaData parseSQLCINRDarray() throws DisconnectException(Code)



parseSQLCSRHLD
protected int parseSQLCSRHLD() throws DisconnectException(Code)



parseSQLDARD
protected NetSqlca parseSQLDARD(ColumnMetaData columnMetaData, boolean skipBytes) throws DisconnectException(Code)



parseSQLDARDarray
NetSqlca parseSQLDARDarray(ColumnMetaData columnMetaData, boolean skipBytes) throws DisconnectException(Code)



parseSQLDTARD
protected NetSqlca parseSQLDTARD(NetSqldta netSqldta) throws DisconnectException(Code)



parseSQLDTARDdata
void parseSQLDTARDdata(NetCursor netCursor) throws DisconnectException(Code)



parseSQLRSLRD
protected int parseSQLRSLRD(java.util.ArrayList sectionAL) throws DisconnectException(Code)



parseSQLRSLRDarray
int parseSQLRSLRDarray(java.util.ArrayList sectionAL) throws DisconnectException(Code)



readDescribeInput
public void readDescribeInput(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException(Code)



readDescribeOutput
public void readDescribeOutput(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException(Code)



readExecute
public void readExecute(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException(Code)



readExecuteCall
public void readExecuteCall(StatementCallbackInterface statement) throws DisconnectException(Code)



readExecuteImmediate
public void readExecuteImmediate(StatementCallbackInterface statement) throws DisconnectException(Code)



readOpenQuery
public void readOpenQuery(StatementCallbackInterface statement) throws DisconnectException(Code)



readPrepare
public void readPrepare(StatementCallbackInterface statement) throws DisconnectException(Code)



readPrepareDescribeOutput
public void readPrepareDescribeOutput(StatementCallbackInterface statement) throws DisconnectException(Code)



readSetSpecialRegister
public void readSetSpecialRegister(StatementCallbackInterface statement) throws DisconnectException(Code)



Methods inherited from org.apache.derby.client.net.NetPackageReply
void parseDTAMCHRM() throws DisconnectException(Code)(Java Doc)
protected Object parsePKGNAMCT(boolean skip) throws DisconnectException(Code)(Java Doc)
protected void parseRDBUPDRM() throws DisconnectException(Code)(Java Doc)
void parseSQLERRRM() throws DisconnectException(Code)(Java Doc)
NetSqlca parseSqlErrorCondition() throws DisconnectException(Code)(Java Doc)

Methods inherited from org.apache.derby.client.net.NetConnectionReply
protected boolean checkAndGetReceivedFlag(boolean receivedFlag) throws DisconnectException(Code)(Java Doc)
protected void checkRequiredObjects(boolean receivedFlag) throws DisconnectException(Code)(Java Doc)
protected void checkRequiredObjects(boolean receivedFlag, boolean receivedFlag2) throws DisconnectException(Code)(Java Doc)
protected void checkRequiredObjects(boolean receivedFlag, boolean receivedFlag2, boolean receivedFlag3) throws DisconnectException(Code)(Java Doc)
protected void checkRequiredObjects(boolean receivedFlag, boolean receivedFlag2, boolean receivedFlag3, boolean receivedFlag4) throws DisconnectException(Code)(Java Doc)
protected void checkRequiredObjects(boolean receivedFlag, boolean receivedFlag2, boolean receivedFlag3, boolean receivedFlag4, boolean receivedFlag5, boolean receivedFlag6) throws DisconnectException(Code)(Java Doc)
protected void checkRequiredObjects(boolean receivedFlag, boolean receivedFlag2, boolean receivedFlag3, boolean receivedFlag4, boolean receivedFlag5, boolean receivedFlag6, boolean receivedFlag7) throws DisconnectException(Code)(Java Doc)
void doDtamchrmSemantics() throws DisconnectException(Code)(Java Doc)
protected void doObjnsprmSemantics(int codePoint) throws DisconnectException(Code)(Java Doc)
protected void doPrccnvrmSemantics(int conversationProtocolErrorCode) throws DisconnectException(Code)(Java Doc)
protected void doPrmnsprmSemantics(int codePoint) throws DisconnectException(Code)(Java Doc)
void doValnsprmSemantics(int codePoint, int value) throws DisconnectException(Code)(Java Doc)
void doValnsprmSemantics(int codePoint, String value) throws DisconnectException(Code)(Java Doc)
void parseABNUOWRM() throws DisconnectException(Code)(Java Doc)
NetSqlca parseAbnormalEndUow(ConnectionCallbackInterface connection, UnitOfWorkListener uwl) throws DisconnectException(Code)(Java Doc)
NetSqlca parseAbnormalEndUow(StatementCallbackInterface s) throws DisconnectException(Code)(Java Doc)
NetSqlca parseAbnormalEndUow(ResultSetCallbackInterface r) throws DisconnectException(Code)(Java Doc)
void parseAccessRdbError(NetConnection netConnection) throws DisconnectException(Code)(Java Doc)
void parseAccessSecurityError(NetConnection netConnection) throws DisconnectException(Code)(Java Doc)
protected int parseCCSIDDBC() throws DisconnectException(Code)(Java Doc)
protected int parseCCSIDMBC() throws DisconnectException(Code)(Java Doc)
protected int parseCCSIDSBC() throws DisconnectException(Code)(Java Doc)
protected void parseCMDCHKRM() throws DisconnectException(Code)(Java Doc)
protected void parseCMDNSPRM() throws DisconnectException(Code)(Java Doc)
protected int parseCODPNT() throws DisconnectException(Code)(Java Doc)
protected int parseCODPNTDR() throws DisconnectException(Code)(Java Doc)
protected byte[] parseCRRTKN(boolean skip) throws DisconnectException(Code)(Java Doc)
protected void parseCommitError(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
void parseCommonError(int peekCP) throws DisconnectException(Code)(Java Doc)
void parseConnectError() throws DisconnectException(Code)(Java Doc)
void parseENDUOWRM(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
protected String parseEXTNAM() throws DisconnectException(Code)(Java Doc)
void parseExchangeServerAttributesError() throws DisconnectException(Code)(Java Doc)
int parseFastSQLNUMROW() throws DisconnectException(Code)(Java Doc)
protected int parseFastSVRCOD(int minSvrcod, int maxSvrcod) throws DisconnectException(Code)(Java Doc)
protected String parseFastVCS() throws DisconnectException(Code)(Java Doc)
protected java.util.Hashtable parseIndoubtList() throws DisconnectException(Code)(Java Doc)
protected int parseMGRLVLN() throws DisconnectException(Code)(Java Doc)
void parseOBJNSPRM() throws DisconnectException(Code)(Java Doc)
protected int parsePRCCNVCD() throws DisconnectException(Code)(Java Doc)
protected void parsePRCCNVRM() throws DisconnectException(Code)(Java Doc)
protected String parsePRDID(boolean skip) throws DisconnectException(Code)(Java Doc)
void parseRDBNACRM() throws DisconnectException(Code)(Java Doc)
protected String parseRDBNAM(boolean skip) throws DisconnectException(Code)(Java Doc)
void parseRdbAccessFailed(NetConnection netConnection) throws DisconnectException(Code)(Java Doc)
void parseRollbackError() throws DisconnectException(Code)(Java Doc)
protected int parseSECCHKCD() throws DisconnectException(Code)(Java Doc)
protected int[] parseSECMEC() throws DisconnectException(Code)(Java Doc)
protected byte[] parseSECTKN(boolean skip) throws DisconnectException(Code)(Java Doc)
protected NetSqlca parseSQLCARD(Sqlca[] rowsetSqlca) throws DisconnectException(Code)(Java Doc)
NetSqlca parseSQLCARDrow(Sqlca[] rowsetSqlca) throws DisconnectException(Code)(Java Doc)
void parseSQLDCTOKS() throws DisconnectException(Code)(Java Doc)
int parseSQLNUMROW() throws DisconnectException(Code)(Java Doc)
protected String parseSRVCLSNM() throws DisconnectException(Code)(Java Doc)
protected String parseSRVNAM() throws DisconnectException(Code)(Java Doc)
protected String parseSRVRLSLV() throws DisconnectException(Code)(Java Doc)
protected int parseSVRCOD(int minSvrcod, int maxSvrcod) throws DisconnectException(Code)(Java Doc)
int parseSYNCCRD(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
void parseSYNCCTLError(int peekCP) throws DisconnectException(Code)(Java Doc)
protected int parseSYNCCTLreply(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
protected byte parseSYNCTYPE() throws DisconnectException(Code)(Java Doc)
protected int parseSYNERRCD() throws DisconnectException(Code)(Java Doc)
protected void parseSYNTAXRM() throws DisconnectException(Code)(Java Doc)
void parseSecurityCheckError(NetConnection netConnection) throws DisconnectException(Code)(Java Doc)
void parseTYPDEFNAM() throws DisconnectException(Code)(Java Doc)
void parseTYPDEFOVR() throws DisconnectException(Code)(Java Doc)
protected int parseTypdefsOrMgrlvlovrs() throws DisconnectException(Code)(Java Doc)
protected int parseUOWDSP() throws DisconnectException(Code)(Java Doc)
protected String parseUSRID(boolean skip) throws DisconnectException(Code)(Java Doc)
protected void parseVALNSPRM() throws DisconnectException(Code)(Java Doc)
protected int parseXARETVAL() throws DisconnectException(Code)(Java Doc)
protected Xid parseXID() throws DisconnectException(Code)(Java Doc)
protected int parseXIDCNT() throws DisconnectException(Code)(Java Doc)
void readAccessDatabase(Connection connection) throws SqlException(Code)(Java Doc)
void readAccessSecurity(Connection connection, int securityMechanism) throws SqlException(Code)(Java Doc)
public void readCommitSubstitute(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
void readDummyExchangeServerAttributes(Connection connection) throws SqlException(Code)(Java Doc)
void readExchangeServerAttributes(Connection connection) throws SqlException(Code)(Java Doc)
public void readLocalCommit(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
public void readLocalRollback(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
public void readLocalXACommit(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
public void readLocalXARollback(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
public void readLocalXAStart(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
void readSecurityCheck(Connection connection) throws SqlException(Code)(Java Doc)
protected void readXaCommit(NetConnection conn) throws DisconnectException(Code)(Java Doc)
protected int readXaEndUnitOfWork(NetConnection conn) throws DisconnectException(Code)(Java Doc)
protected void readXaForget(NetConnection conn) throws DisconnectException(Code)(Java Doc)
protected int readXaPrepare(NetConnection conn) throws DisconnectException(Code)(Java Doc)
protected void readXaRecover(NetConnection conn) throws DisconnectException(Code)(Java Doc)
protected int readXaRollback(NetConnection conn) throws DisconnectException(Code)(Java Doc)
protected void readXaStartUnitOfWork(NetConnection conn) throws DisconnectException(Code)(Java Doc)
void resetRowsetSqlca(Sqlca[] rowsetSqlca, int row)(Code)(Java Doc)
void verifyConnectReply(int codept) throws SqlException(Code)(Java Doc)
void verifyDeferredReset() throws SqlException(Code)(Java Doc)

Fields inherited from org.apache.derby.client.net.Reply
final protected static int DEFAULT_BUFFER_SIZE(Code)(Java Doc)
final public static int END_OF_COLLECTION(Code)(Java Doc)
final public static int END_OF_SAME_ID_CHAIN(Code)(Java Doc)
protected org.apache.derby.client.am.Agent agent_(Code)(Java Doc)
protected byte[] buffer_(Code)(Java Doc)
protected int count_(Code)(Java Doc)
protected int dssCorrelationID_(Code)(Java Doc)
protected boolean dssIsContinued_(Code)(Java Doc)
protected int dssLength_(Code)(Java Doc)
protected boolean ensuredLengthForDecryption_(Code)(Java Doc)
protected byte[] longBufferForDecryption_(Code)(Java Doc)
protected int longCountForDecryption_(Code)(Java Doc)
protected int longPosForDecryption_(Code)(Java Doc)
protected byte[] longValueForDecryption_(Code)(Java Doc)
protected NetAgent netAgent_(Code)(Java Doc)
protected int peekedCodePoint_(Code)(Java Doc)
protected int peekedLength_(Code)(Java Doc)
protected int pos_(Code)(Java Doc)

Methods inherited from org.apache.derby.client.net.Reply
protected int adjustDdmLength(int ddmLength, int length)(Code)(Java Doc)
final protected void adjustLengths(int length)(Code)(Java Doc)
final void doSyntaxrmSemantics(int syntaxErrorCode) throws DisconnectException(Code)(Java Doc)
final protected void endOfSameIdChainData() throws DisconnectException(Code)(Java Doc)
final protected int ensureALayerDataInBuffer(int desiredDataSize) throws DisconnectException(Code)(Java Doc)
final protected void ensureBLayerDataInBuffer(int desiredDataSize) throws DisconnectException(Code)(Java Doc)
final protected void ensureSpaceInBufferForFill(int desiredSpace)(Code)(Java Doc)
protected int fill(int minimumBytesNeeded) throws DisconnectException(Code)(Java Doc)
final ByteArrayOutputStream getData(ByteArrayOutputStream existingBuffer) throws DisconnectException(Code)(Java Doc)
final int getDdmLength()(Code)(Java Doc)
final ByteArrayOutputStream getFastData(ByteArrayOutputStream existingBuffer) throws DisconnectException(Code)(Java Doc)
final int getFastSkipSQLCARDrowLength()(Code)(Java Doc)
final void initialize()(Code)(Java Doc)
final void mark()(Code)(Java Doc)
final protected void matchCodePoint(int expectedCodePoint) throws DisconnectException(Code)(Java Doc)
final protected void parseLengthAndMatchCodePoint(int expectedCodePoint) throws DisconnectException(Code)(Java Doc)
final protected int peekCodePoint() throws DisconnectException(Code)(Java Doc)
final protected int peekFastBytes(byte[] b, int offset, int length) throws DisconnectException(Code)(Java Doc)
final protected int peekFastLength() throws DisconnectException(Code)(Java Doc)
final protected boolean peekForNullSqlcagrp()(Code)(Java Doc)
final protected int peekLength() throws DisconnectException(Code)(Java Doc)
final protected int peekNumOfColumns() throws DisconnectException(Code)(Java Doc)
final protected int peekTotalColumnCount(int tripletLength) throws DisconnectException(Code)(Java Doc)
final protected void popCollectionStack()(Code)(Java Doc)
final int popMark()(Code)(Java Doc)
final protected void pushLengthOnCollectionStack()(Code)(Java Doc)
final boolean readBoolean() throws DisconnectException(Code)(Java Doc)
final byte readByte() throws DisconnectException(Code)(Java Doc)
final byte[] readBytes(int length) throws DisconnectException(Code)(Java Doc)
final byte[] readBytes() throws DisconnectException(Code)(Java Doc)
final protected void readDSSContinuationHeader() throws DisconnectException(Code)(Java Doc)
final protected void readDssHeader() throws DisconnectException(Code)(Java Doc)
final byte readFastByte() throws DisconnectException(Code)(Java Doc)
final byte[] readFastBytes(int length) throws DisconnectException(Code)(Java Doc)
final int readFastInt() throws DisconnectException(Code)(Java Doc)
final void readFastIntArray(int[] array) throws DisconnectException(Code)(Java Doc)
final byte[] readFastLDBytes() throws DisconnectException(Code)(Java Doc)
final long readFastLong() throws DisconnectException(Code)(Java Doc)
final short readFastShort() throws DisconnectException(Code)(Java Doc)
final String readFastString(int length) throws DisconnectException(Code)(Java Doc)
final String readFastString(int length, String encoding) throws DisconnectException(Code)(Java Doc)
final int readFastUnsignedByte() throws DisconnectException(Code)(Java Doc)
final int readFastUnsignedShort() throws DisconnectException(Code)(Java Doc)
final int readInt() throws DisconnectException(Code)(Java Doc)
final void readIntArray(int[] array) throws DisconnectException(Code)(Java Doc)
final byte[] readLDBytes() throws DisconnectException(Code)(Java Doc)
final protected int readLengthAndCodePoint() throws DisconnectException(Code)(Java Doc)
final long readLong() throws DisconnectException(Code)(Java Doc)
final short readShort() throws DisconnectException(Code)(Java Doc)
final String readString(int length) throws DisconnectException(Code)(Java Doc)
final String readString(int length, String encoding) throws DisconnectException(Code)(Java Doc)
final String readString() throws DisconnectException(Code)(Java Doc)
final int readUnsignedByte() throws DisconnectException(Code)(Java Doc)
final int readUnsignedShort() throws DisconnectException(Code)(Java Doc)
final int[] readUnsignedShortList() throws DisconnectException(Code)(Java Doc)
final void skipBytes(int length) throws DisconnectException(Code)(Java Doc)
final void skipBytes() throws DisconnectException(Code)(Java Doc)
final void skipFastBytes(int length) throws DisconnectException(Code)(Java Doc)
final protected void startSameIdChainParse() throws DisconnectException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.