org.jclarion.clarion.jdbc
Class PgRestore

java.lang.Object
  extended by org.jclarion.clarion.jdbc.PgRestore

public class PgRestore
extends java.lang.Object


Field Summary
static java.util.logging.Logger log
           
 
Constructor Summary
PgRestore(java.sql.Connection c, boolean schema)
           
 
Method Summary
 boolean dialog()
           
 java.lang.String getDetails(java.lang.String input)
           
 void notifySuccess()
           
 void restore()
           
 void setFileName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static java.util.logging.Logger log
Constructor Detail

PgRestore

public PgRestore(java.sql.Connection c,
                 boolean schema)
          throws java.sql.SQLException
Throws:
java.sql.SQLException
Method Detail

setFileName

public void setFileName(java.lang.String name)

getDetails

public java.lang.String getDetails(java.lang.String input)

dialog

public boolean dialog()

restore

public void restore()

notifySuccess

public void notifySuccess()


Copyright © 2010. All Rights Reserved.