salto.tool.sql.data
Class CatalogInfo

java.lang.Object
  extended by salto.tool.sql.data.CatalogInfo

public class CatalogInfo
extends java.lang.Object

Author:
eloiez@salto-consulting.com

Field Summary
protected  java.lang.String catalog
           
protected  ConnectionInfo connInfo
           
protected  ShemaInfo[] shemaInfos
           
 
Constructor Summary
CatalogInfo(ConnectionInfo info, java.lang.String catalog)
           
 
Method Summary
 java.lang.String getCatalog()
           
 ConnectionInfo getConnInfo()
           
 ShemaInfo[] getShemaInfos()
           
 TableInfo[] getTableInfos(boolean find)
           
 void setCatalog(java.lang.String catalog)
           
 void setConnInfo(ConnectionInfo conn)
           
 void setShemaInfos(ShemaInfo[] shemaInfos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

catalog

protected java.lang.String catalog

shemaInfos

protected ShemaInfo[] shemaInfos

connInfo

protected ConnectionInfo connInfo
Constructor Detail

CatalogInfo

public CatalogInfo(ConnectionInfo info,
                   java.lang.String catalog)
Parameters:
string -
Method Detail

getConnInfo

public ConnectionInfo getConnInfo()
Returns:
Returns the conn.

setConnInfo

public void setConnInfo(ConnectionInfo conn)
Parameters:
conn - The conn to set.

getShemaInfos

public ShemaInfo[] getShemaInfos()
Returns:
Returns the shemaInfos.

setShemaInfos

public void setShemaInfos(ShemaInfo[] shemaInfos)
Parameters:
shemaInfos - The shemaInfos to set.

getCatalog

public java.lang.String getCatalog()
Returns:
Returns the catalog.

setCatalog

public void setCatalog(java.lang.String catalog)
Parameters:
catalog - The catalog to set.

getTableInfos

public TableInfo[] getTableInfos(boolean find)
Returns:
Returns the tableInfos.


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