Uses of Class
com.jsql.model.AbstractModelObservable

Packages that use AbstractModelObservable
Package
Description
 
  • Uses of AbstractModelObservable in com.jsql.model

    Modifier and Type
    Class
    Description
    class 
    Model class of MVC pattern for processing SQL injection automatically.
    Different views can be attached to this observable, like Swing or command line, in order to separate the functional job from the graphical processing.
    The Model has a specific database vendor and strategy which run an automatic injection to get name of databases, tables, columns and values, and it can also retrieve resources like files and shell.
    Tasks are run in multi-threads in general to speed the process.