SMACS

smacs.write.script
Interface PsqlExpression

All Superinterfaces:
HasPsqlName, HasPsqlTypeName
All Known Implementing Classes:
PsqlExpressionNode, PsqlSelectSubQuery, PsqlSqlExpression, PsqlVariableUsed

public interface PsqlExpression
extends HasPsqlTypeName

expression node. marks the respective nodes that shall be storable as value nodes.

Author:
Copyright (C) 2004, Guido Draheim. All rights reserved. Part of SMACS project.

Methods inherited from interface smacs.write.script.HasPsqlTypeName
getPsqlTypeName
 
Methods inherited from interface smacs.write.script.HasPsqlName
getPsqlName
 


SMACS