Skip to content

This repository includes a Java library(.jar) file which makes easier to use MySQL driver in your project.

Notifications You must be signed in to change notification settings

virtapoika/MySQLReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MySQLReader

This repository includes a Java class which makes easier to use MySQL driver in your project. The source is here and you can download the .jar file from the mediafire: http://www.mediafire.com/download/dvstzr2vfhb6p0h/MySQLReader.jar

Include the jar file in your project and use it.

Usage:

  1. Include the jar in to your project.

  2. The package returns an array of the column which is one of the parameters. Here's the syntax. String[] array = new MySQLReader(ip, database, user, pass, table, the wanted column).get();

Contact: virtapoika@gmail.com

About

This repository includes a Java library(.jar) file which makes easier to use MySQL driver in your project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages