Skip to content

Automatically exported from code.google.com/p/jdbcfolder

Notifications You must be signed in to change notification settings

patschwork/jdbcfolder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

** Important: I'm not the original author: This is only a backup from googlecode because there is no activity there **

jdbcfolder

Automatically exported from code.google.com/p/jdbcfolder

A lightweight JDBC driver to access file system with SQL commands

JdbcFolder is a type-4 Jdbc driver. It allows to execute SQL queries on the underlying filesystem of the JVM.

The global view is the folowing : a folder is symbolized as a table, each column of this table is a property of the elements contained in this folder.

Eg : select FILENAME, SIZE, EXTENSION from c:/myfolder

The result will be a dataset containing three columns ( FILENAME, SIZE et EXTENSION ) and a number of rows corresponding to the number of files present in the directory.

Of course, the number of returned columns will be growing as we will advance in implementation.

Current released version of jdbcFolder works with ODI until version prior to 10.1.3.5.0. For 10.1.3.5.0 and above, upcoming version seems to work.

About

Automatically exported from code.google.com/p/jdbcfolder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages