Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.fontSize": 16, | |
"editor.fontFamily": "Consolas", | |
"editor.tabSize": 2, | |
"editor.fontLigatures": true, | |
"editor.wrappingColumn": 115, | |
"files.exclude": { | |
"**/.git": true, | |
"**/.svn": true, |
package ca.admix.parsers.util | |
import groovy.util.logging.Slf4j | |
import org.springframework.stereotype.Component | |
import org.springframework.jdbc.support.JdbcUtils | |
import java.sql.ResultSet | |
import java.sql.ResultSetMetaData | |
import java.sql.SQLException | |
/** Created by admix on 2016-10-31. **/ |