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