fun <T : TextStatementBuilder<*>> T.qualifyColumnNames(v: Boolean = true): T
Determine whether or not subsequent calls to TextStatementBuilder.plus with a TableColumn argument will use the qualified name (table_name.column_name), or just the column name. If this method is not called, the default behavior is to qualify names.