| jimm.datavision.source.sql.SQLQuery jimm.datavision.source.ncsql.NCQuery
NCQuery | public class NCQuery extends SQLQuery (Code) | | Queries build NC query strings. They contain tables, joins, and
where clauses.
author: Jim Menard, jimm@io.com |
Method Summary | |
public String | quoted(String name) Quotes those parts of a table or column name that need to be quoted. |
NCQuery | public NCQuery(Report report)(Code) | | Constructor.
Parameters: report - the report for which this query will generate NC |
quoted | public String quoted(String name)(Code) | | Quotes those parts of a table or column name that need to be quoted.
Different databases and JDBC drivers treat case sensitively differently.
We assume the database is case-sensitive.
Parameters: name - a table or column name a quoted version of the name |
|
|