com.healthmarketscience.sqlbuilder.dbspec
Interface Function

All Known Implementing Classes:
DbFunction

public interface Function

Maintains information about a database function for use with the sqlbuilder utilities.

Author:
James Ahlborn

Method Summary
 String getFunctionNameSQL()
           
 

Method Detail

getFunctionNameSQL

String getFunctionNameSQL()
Returns:
a string which represents an absolute (fully qualified) reference to this function, suitable for sql statements


Copyright © 2006-2012 Health Market Science. All Rights Reserved.