com.knowgate.hipergate
Class FileHandler
java.lang.Object
com.knowgate.hipergate.FileHandler
public class FileHandler
- extends java.lang.Object
Class used for creating references to files at k_prod_locats database table
|
Method Summary |
void |
delete(java.lang.String sPath,
java.lang.String sFile,
java.sql.Connection oConn,
java.lang.String sLocationId)
|
void |
upload(java.lang.String sPath,
java.lang.String sFile,
java.sql.Connection oConn,
java.lang.String sLocationId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileHandler
public FileHandler()
upload
public void upload(java.lang.String sPath,
java.lang.String sFile,
java.sql.Connection oConn,
java.lang.String sLocationId)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
delete
public void delete(java.lang.String sPath,
java.lang.String sFile,
java.sql.Connection oConn,
java.lang.String sLocationId)
throws java.sql.SQLException
- Throws:
java.sql.SQLException