Uses of Class
salto.tool.sql.data.ShemaInfo

Packages that use ShemaInfo
salto.tool.sql   
salto.tool.sql.data   
 

Uses of ShemaInfo in salto.tool.sql
 

Methods in salto.tool.sql that return ShemaInfo
 ShemaInfo[] ConnectionInfo.getShemaInfos()
           
 ShemaInfo[] ConnectionInfo.getShemaInfos(boolean find)
           
static ShemaInfo[] DatabaseInfo.getShemas(ConnectionInfo info)
           
 

Methods in salto.tool.sql with parameters of type ShemaInfo
static TableInfo[] DatabaseInfo.getTables(ShemaInfo shemaInfo)
           
 

Uses of ShemaInfo in salto.tool.sql.data
 

Fields in salto.tool.sql.data declared as ShemaInfo
protected  ShemaInfo[] CatalogInfo.shemaInfos
           
 

Methods in salto.tool.sql.data that return ShemaInfo
 ShemaInfo TableInfo.getShemaInfo()
           
 ShemaInfo[] CatalogInfo.getShemaInfos()
           
 

Methods in salto.tool.sql.data with parameters of type ShemaInfo
 void TableInfo.setShemaInfo(ShemaInfo shemaInfo)
           
 void CatalogInfo.setShemaInfos(ShemaInfo[] shemaInfos)
           
 

Constructors in salto.tool.sql.data with parameters of type ShemaInfo
TableInfo(ShemaInfo shemaInfo)
           
 



Copyright © 2002-2008 Salto Consulting. All Rights Reserved.