java Programming Glossary: label_name
Packing embedded database in jar file http://stackoverflow.com/questions/11864443/packing-embedded-database-in-jar-file void insert String path String hash long FileSize String label_name throws NoSuchAlgorithmException Exception try stmt conn.createStatement.. into tableName values ' path ' FileSize ' hash ' ' label_name ' stmt.close catch SQLException sqlExcept sqlExcept.printStackTrace.. fullPath VARCHAR 512 fileSize INTEGER md5 VARCHAR 512 label_name VARCHAR 100 public void indexTable throws SQLException Statement..
|