jxDBCon 0.9z

org.sourceforge.jxdbcon.db2
Class DRDA

java.lang.Object
  |
  +--org.sourceforge.jxdbcon.db2.DRDA

public final class DRDA
extends Object


Nested Class Summary
static class DRDA.SQLCAGRP
           
static class DRDA.SQLCAXGRP
           
static class DRDA.SQLDAGRP
           
 
Field Summary
private  InputStream in
           
 
Constructor Summary
DRDA(InputStream in)
           
 
Method Summary
 byte[] readFB(int len)
           
 String readFCS(int len)
           
 byte readI1()
           
 short readI2()
           
 int readI4()
           
 DRDA.SQLCAGRP readSQLCAGRP()
           
 Object readSQLCARD()
           
 DRDA.SQLCAXGRP readSQLCAXGRP()
           
 DRDA.SQLDAGRP readSQLDAGRP()
           
 DRDA.SQLDAGRP[] readSQLDAROW()
           
 String readVCM()
           
 String readVCS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

private final InputStream in
Constructor Detail

DRDA

public DRDA(InputStream in)
Method Detail

readFB

public byte[] readFB(int len)
              throws IOException
IOException

readFCS

public String readFCS(int len)
               throws IOException
IOException

readI1

public byte readI1()
            throws IOException
IOException

readI2

public short readI2()
             throws IOException
IOException

readI4

public int readI4()
           throws IOException
IOException

readSQLCAGRP

public DRDA.SQLCAGRP readSQLCAGRP()
                           throws IOException
IOException

readSQLCARD

public Object readSQLCARD()
                   throws IOException
IOException

readSQLCAXGRP

public DRDA.SQLCAXGRP readSQLCAXGRP()
                             throws IOException
IOException

readSQLDAGRP

public DRDA.SQLDAGRP readSQLDAGRP()
                           throws IOException
IOException

readSQLDAROW

public DRDA.SQLDAGRP[] readSQLDAROW()
                             throws IOException
IOException

readVCM

public String readVCM()
               throws IOException
IOException

readVCS

public String readVCS()
               throws IOException
IOException

jxDBCon 0.9z

Copyright © 2001,2002 Keve Müller; see LICENSE file for details.