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

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

The newest version!
package widebase.io.table

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

  /** Finds tables within database.
   *
   * @param path of database
   *
   * @author myst3r10n
   */
  object find extends FileTableFind(path)

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy