All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.toydb.types.DBString

java.lang.Object
   |
   +----benno.toydb.types.DBString

public class DBString
extends Object
implements DBType

Variable Index

 o s

Constructor Index

 o DBString()
 o DBString(String)

Method Index

 o readFrom(DataInput)
 o toString()
 o writeTo(DataOutput)

Variables

 o s
 public String s

Constructors

 o DBString
 public DBString()
 o DBString
 public DBString(String sa)

Methods

 o writeTo
 public void writeTo(DataOutput d) throws IOException
 o readFrom
 public void readFrom(DataInput d) throws IOException
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index