org.sourceforge.jxdbcon.db2
Class DRDA
java.lang.Object
|
+--org.sourceforge.jxdbcon.db2.DRDA
- public final class DRDA
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
in
private final InputStream in
DRDA
public DRDA(InputStream in)
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
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.