org.sql.generation.api.grammar.common
Interface TableNameFunction

All Superinterfaces:
TableName, org.atp.api.Typeable<TableName>

public interface TableNameFunction
extends TableName

A table name function serves as a function call when selecting data.

Author:
2011 Stanislav Muhametsin

Method Summary
 SQLFunctionLiteral getFunction()
          Returns the function to call.
 
Methods inherited from interface org.sql.generation.api.grammar.common.TableName
getSchemaName
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getFunction

SQLFunctionLiteral getFunction()
Returns the function to call.

Returns:
The function to call.


Copyright © 2010-2012. All Rights Reserved.