public final class Query extends Object implements Serializable
| Constructor and Description |
|---|
Query(String name,
String query)
Definition of a query, including a name, and parameterized or regular SQL.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the query name.
|
String |
getQuery()
Gets the query SQL.
|
boolean |
isQueryOver()
Determines if this query has substitutable parameters, and whether it should be run once for
each table.
|
String |
toString() |
public String getName()
public String getQuery()
public boolean isQueryOver()
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.