SMACS

smacs.write.script
Interface HasPsqlVariableName

All Superinterfaces:
HasPsqlName
All Known Implementing Classes:
PsqlOpenCursor, PsqlVariable, PsqlVariableUsed

public interface HasPsqlVariableName
extends HasPsqlName

resolved variable name.


Method Summary
 String getPsqlVariableName()
          returns resolved variable name to be used in scripts
 
Methods inherited from interface smacs.write.script.HasPsqlName
getPsqlName
 

Method Detail

getPsqlVariableName

public String getPsqlVariableName()
returns resolved variable name to be used in scripts


SMACS