Skip to content

Instantly share code, notes, and snippets.

@nitindhar7
Created November 5, 2015 03:20
Show Gist options
  • Select an option

  • Save nitindhar7/dfccf22b5269407d41bf to your computer and use it in GitHub Desktop.

Select an option

Save nitindhar7/dfccf22b5269407d41bf to your computer and use it in GitHub Desktop.
/**
* name - column name
* value - data to be bind to column
* sqlType - SQL data type to map to
*/
bindBySqlType(String name, Object value, int sqlType)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment