java.lang.Object
jmmv.db.Register
jmmv.progs.DiskCat.RegisterFile
- final class RegisterFile
- extends jmmv.db.Register
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mIDFile
public long mIDFile
mIDDisk
public long mIDDisk
mDirectory
public java.lang.String mDirectory
mFilename
public java.lang.String mFilename
DIRECTORY_MAXLENGTH
private static final int DIRECTORY_MAXLENGTH
- See Also:
- Constant Field Values
FILENAME_MAXLENGTH
private static final int FILENAME_MAXLENGTH
- See Also:
- Constant Field Values
RegisterFile
RegisterFile()
setNewValues
public void setNewValues()
getIDFile
public long getIDFile()
getIDDisk
public long getIDDisk()
getDirectory
public java.lang.String getDirectory()
getFilename
public java.lang.String getFilename()
setIDFile
public void setIDFile(long l)
setIDDisk
public void setIDDisk(long l)
throws jmmv.db.InvalidDataException,
java.sql.SQLException
setDirectory
public void setDirectory(java.lang.String s)
throws jmmv.db.InvalidDataException
setFilename
public void setFilename(java.lang.String s)
throws jmmv.db.InvalidDataException
parseResultSet
public void parseResultSet(java.sql.ResultSet rs)
throws java.sql.SQLException
whereSentence
public final java.lang.String whereSentence()
insert
public final void insert()
throws jmmv.db.InvalidDataException,
java.sql.SQLException
delete
public final void delete()
throws java.sql.SQLException
update
public final void update(jmmv.db.Register old)
throws java.sql.SQLException