vishnu.util
Class DatabaseUtil

java.lang.Object
  extended by vishnu.util.DatabaseUtil

public class DatabaseUtil
extends java.lang.Object

Esta clase presenta un conjunto de utilidades para mostrar los datos y estructuras de tablas, bases de datos, administradores de bases de datos, conjuntos de registros, signaturas, etc.

Author:
Hernan Rancati
 

Constructor Summary
DatabaseUtil()
           
 
Method Summary
static void showContent(RecordSet recordSet)
           
static void showContent(Table t, Session s)
           
static void showSignature(Table t)
           
static void showStructure(DatabaseManager e, User user, Session s)
           
static void showStructure(Database d, User user, Session s)
           
static void showStructure(Table t, Session s)
           
static void showTable(Table t, Session s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseUtil

public DatabaseUtil()
Method Detail

showStructure

public static void showStructure(DatabaseManager e,
                                 User user,
                                 Session s)

showStructure

public static void showStructure(Database d,
                                 User user,
                                 Session s)

showStructure

public static void showStructure(Table t,
                                 Session s)

showSignature

public static void showSignature(Table t)

showTable

public static void showTable(Table t,
                             Session s)

showContent

public static void showContent(Table t,
                               Session s)

showContent

public static void showContent(RecordSet recordSet)