All Downloads are FREE. Search and download functionalities are using the official Maven repository.

widebase.io.table.FileTableLoader.scala Maven / Gradle / Ivy

The newest version!
package widebase.io.table

/** Wrapper of [[widebase.io.table.FileTableLoad]].
 *
 * @param path of database
 *
 * @author myst3r10n
 */
class FileTableLoader(path: String) {

  /** Loads tables from database.
   *
   * @param path of database
   *
   * @author myst3r10n
   */
  object load extends FileTableLoad(path)

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy