Skip to content

A common set of classes based on powerful apis, to provide a fast, simple and easy way for programming.

Notifications You must be signed in to change notification settings

MiguelAngelVega/gears

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gears

A common set of classes based on powerful apis, to provide a fast, simple and easy way for programming.

Features.

  • Create a consice data store class.

  • datastore can execute updates, functions and queries

    • insert, update, should receive in the following way: ds.evaluate(sql, Object...) ds.evaluate(sql, Object, .. ds.evaluate(sql).put

    -Implements a new way of doing it??? http://docs.geotools.org/latest/userguide/library/opengis/filter.html

    • select(query, SimpleResultVisitor, Object...), retuns object of type T, replaces the query mapped with ? in the same oreder that parameters are sent.
    • select(query, Object context, SimpleResultVisitor), returns a T object, but uses the values contained in the context object (pojo, map, dictionary)
    • void select(query, ObjectResultVisitor, Object...
    • void select(query, Object context, ObjectResultVisitor)
    • T selectOne(query, Class, Object...)
    • T selectOne(query, Object, Class)
    • List selectList(query, class, Object...)
    • List selectList(query, Object, class)
  • datastore, can recover a datatable structure

About

A common set of classes based on powerful apis, to provide a fast, simple and easy way for programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages