com.agimatec.sql.meta.checking
Class JdbcSqlMetaFactory.TableIdentifier

java.lang.Object
  extended by com.agimatec.sql.meta.checking.JdbcSqlMetaFactory.TableIdentifier
Enclosing class:
JdbcSqlMetaFactory

protected final class JdbcSqlMetaFactory.TableIdentifier
extends Object


Constructor Summary
JdbcSqlMetaFactory.TableIdentifier(String table)
           
 
Method Summary
 String getCat()
           
 String getSchem()
           
 String getTable()
           
 void setCat(String cat)
           
 void setSchem(String schem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcSqlMetaFactory.TableIdentifier

public JdbcSqlMetaFactory.TableIdentifier(String table)
Method Detail

getCat

public String getCat()

getSchem

public String getSchem()

getTable

public String getTable()

setCat

public void setCat(String cat)

setSchem

public void setSchem(String schem)


Copyright © 2008-2011. All Rights Reserved.