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

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

Uses of TablePK in salto.tool.sql
 

Methods in salto.tool.sql that return TablePK
static TablePK[] DatabaseInfo.getPK(java.sql.Connection conn, java.lang.String catalogue, java.lang.String shema, java.lang.String tableName)
           
static TablePK[] DatabaseInfo.getPK(TableInfo tbInfo)
          Gets a description of a table's primary key columns.
 

Methods in salto.tool.sql with parameters of type TablePK
static void DatabaseHelper.orderBySeq(TablePK[] pk)
           
static void DatabaseHelper.setPk(TableColInfo[] col, TablePK[] pk)
           
 

Uses of TablePK in salto.tool.sql.data
 

Fields in salto.tool.sql.data declared as TablePK
protected  TablePK[] TableInfo.pk
          les colonnes de la cl� primaire
 

Methods in salto.tool.sql.data that return TablePK
 TablePK[] TableInfo.getPk()
          Gets the primary key.
 



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