Package bbd.jportal2
Class Line
- java.lang.Object
-
- bbd.jportal2.Line
-
- All Implemented Interfaces:
Serializable
public class Line extends Object implements Serializable
Lines of SQL Code- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringgetlineval()StringgetUnformattedLine()booleanisVar()voidreader(DataInputStream ids)StringtoString()voidwriter(DataOutputStream ods)
-
-
-
Field Detail
-
line
public String line
-
isVar
public boolean isVar
-
-
Method Detail
-
isVar
public boolean isVar()
-
reader
public void reader(DataInputStream ids) throws IOException
- Throws:
IOException
-
writer
public void writer(DataOutputStream ods) throws IOException
- Throws:
IOException
-
getlineval
public String getlineval()
-
getUnformattedLine
public String getUnformattedLine()
-
-