public class QueryTool extends Object
| Constructor and Description |
|---|
QueryTool()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
appendFromClause(String tableName)
Appends the "from" clause.
|
void |
appendWhereClause(String tableName,
String attributeName)
Appends the "where" clause.
|
String |
getQueryString()
Gets the query string.
|
void |
initialize()
Initializes the query tool.
|
public QueryTool()
public void initialize()
public void appendFromClause(String tableName)
tableName - the name of the tablepublic void appendWhereClause(String tableName, String attributeName)
tableName - the name of the tableattributeName - the name of the attributepublic String getQueryString()
Copyright © 2006–2018 Esito AS. All rights reserved.