added a way to set type converters based on db column type name;
added getConnection and getResultSet (for underlying jdbc objects),
added ESCAPE_PATTERNS flag
use type in toString if typeName is null
added some informational methods
need to escape _ and % when calling getColumns
added explicit check for IS_AUTOINCREMENT column (preventing exceptions)
set the type in copy constructor