Package bbd.jportal2
Class SQLProcDynamicSQLVariableToken
- java.lang.Object
-
- bbd.jportal2.SQLProcDynamicSQLVariableToken
-
- All Implemented Interfaces:
Serializable
public class SQLProcDynamicSQLVariableToken extends Object implements Serializable
Lines of SQL Code- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLProcDynamicSQLVariableToken(String l)Constructs line needed to be enclosed in double quotes
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDecoratedLine(JPortalTemplateOutputOptions options)Stringgetlineval()StringgetUnformattedLine()booleanisVar()voidreader(DataInputStream ids)StringtoString()voidwriter(DataOutputStream ods)
-
-
-
Field Detail
-
value
public String value
-
isVar
public boolean isVar
-
-
Constructor Detail
-
SQLProcDynamicSQLVariableToken
public SQLProcDynamicSQLVariableToken(String l)
Constructs line needed to be enclosed in double quotes
-
-
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()
-
getDecoratedLine
public String getDecoratedLine(JPortalTemplateOutputOptions options)
-
-