p12f.exe.ddbb.utils
Class DbmsOutput

java.lang.Object
  extended byp12f.exe.ddbb.utils.DbmsOutput

public class DbmsOutput
extends java.lang.Object


Constructor Summary
DbmsOutput(java.sql.Connection conn)
           
 
Method Summary
 void close()
           
 void disable()
           
 void enable(int size)
           
 java.lang.String show()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbmsOutput

public DbmsOutput(java.sql.Connection conn)
           throws java.sql.SQLException
Method Detail

enable

public void enable(int size)
            throws java.sql.SQLException
Throws:
java.sql.SQLException

disable

public void disable()
             throws java.sql.SQLException
Throws:
java.sql.SQLException

show

public java.lang.String show()
                      throws java.sql.SQLException
Throws:
java.sql.SQLException

close

public void close()
           throws java.sql.SQLException
Throws:
java.sql.SQLException