public TeradataQuery(Connection conn) {
this(conn, new Configuration(new TeradataTemplates()), new DefaultQueryMetadata());
}
public TeradataQuery(Connection conn, SQLTemplates templates) {
this(conn, new Configuration(templates), new DefaultQueryMetadata());
}