SMACS

smacs.load.mapping
Interface DbMappingTargetTable

All Known Implementing Classes:
DbMappingTargetTableNode

public interface DbMappingTargetTable

mapping target definition. This is a kind of table but it might be computed at runtime only so this can be about anything.

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

Method Summary
 SimpleNode getSql()
           
 boolean isTableReference()
           
 

Method Detail

isTableReference

public boolean isTableReference()

getSql

public SimpleNode getSql()

SMACS