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
-
-
Field Summary
Fields Modifier and Type Field Description booleanisVarJPortalTemplateOutputOptionsoptions
-
Constructor Summary
Constructors Constructor Description Line(JPortalTemplateOutputOptions options, bbd.jportal2.ISQLProcToken... args)Constructs line needed to be enclosed in double quotesLine(JPortalTemplateOutputOptions options, bbd.jportal2.ISQLProcToken l, boolean t)Constructs line used in variable substitutionLine(JPortalTemplateOutputOptions options, List<bbd.jportal2.ISQLProcToken> args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDecoratedLine()StringgetDecoratedLine(JPortalTemplateOutputOptions options)Stringgetlineval()StringgetUnformattedLine()booleanisVar()voidreader(DataInputStream ids)StringtoString()voidwriter(DataOutputStream ods)
-
-
-
Field Detail
-
options
public JPortalTemplateOutputOptions options
-
isVar
public boolean isVar
-
-
Constructor Detail
-
Line
public Line(JPortalTemplateOutputOptions options, bbd.jportal2.ISQLProcToken... args)
Constructs line needed to be enclosed in double quotes
-
Line
public Line(JPortalTemplateOutputOptions options, List<bbd.jportal2.ISQLProcToken> args)
-
Line
public Line(JPortalTemplateOutputOptions options, bbd.jportal2.ISQLProcToken l, boolean t)
Constructs line used in variable substitution
-
-
Method Detail
-
isVar
public boolean isVar()
-
reader
public void reader(DataInputStream ids) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writer
public void writer(DataOutputStream ods) throws IOException
- Throws:
IOException
-
getlineval
public String getlineval()
-
getUnformattedLine
public String getUnformattedLine()
-
getDecoratedLine
public String getDecoratedLine()
-
getDecoratedLine
public String getDecoratedLine(JPortalTemplateOutputOptions options)
-
-