SMACS

smacs.write.tree
Interface HasProgramCompileSqlQuery

All Known Implementing Classes:
ProgramCreateCursor

public interface HasProgramCompileSqlQuery

has a ProgramCompileSqlQuery instance. used in tree elements that need to handle an sql query to be sent down to the database at runtime.

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

Method Summary
 ProgramCompileSqlQuery getProgramCompileSqlQuery()
           
 

Method Detail

getProgramCompileSqlQuery

public ProgramCompileSqlQuery getProgramCompileSqlQuery()

SMACS