public class RowInfo extends Object
Constructor and Description |
---|
RowInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getLine()
Returns SQL line part of a statement.
|
Set<String> |
getReplacementParameters()
Returns set of replacement parameters at this row.
|
CompiledScript |
getScript()
Returns compiled control script.
|
String |
getScriptText()
Returns control script as a text.
|
Set<String> |
getSqlParameters()
Returns set of SQL parameters at this row.
|
void |
setLine(String line)
Sets SQL row part of statement.
|
void |
setReplacementParameters(Set<String> replacementParameters)
Sets replacement parameters at this row.
|
void |
setScript(CompiledScript script)
Sets compiled control script.
|
void |
setScriptText(String scriptText)
Sets control script as a text.
|
void |
setSqlParameters(Set<String> sqlParameters)
Returns set of SQL parameters at this row.
|
String |
toString() |
public String getLine()
SQL part of line without comments (and control script).
public void setLine(String line)
line
- SQL part of a line.public String getScriptText()
public void setScriptText(String scriptText)
scriptText
- control script as a textpublic CompiledScript getScript()
public void setScript(CompiledScript script)
script
- compiled control script.public Set<String> getReplacementParameters()
public void setReplacementParameters(Set<String> replacementParameters)
replacementParameters
- replacement parameters at this rowpublic Set<String> getSqlParameters()
public void setSqlParameters(Set<String> sqlParameters)
sqlParameters
- SQL parameters at this rowCopyright © 2014–2015 Vracon s.r.o.. All rights reserved.