Package bbd.jportal2
Class SQLProcFieldVariableToken
- java.lang.Object
-
- bbd.jportal2.SQLProcFieldVariableToken
-
- All Implemented Interfaces:
Serializable
public class SQLProcFieldVariableToken extends Object implements Serializable
Lines of SQL Code- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLProcFieldVariableToken(Field l)Constructs line needed to be enclosed in double quotesSQLProcFieldVariableToken(Field l, boolean t)Constructs line used in variable substitution
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDecoratedLine(JPortalTemplateOutputOptions options)StringgetUnformattedLine()booleanisVar()StringtoString()
-
-
-
Field Detail
-
value
public Field value
-
isVar
public boolean isVar
-
-