|
Dashboard Builder JDBC/SQL Provider 6.2.0.CR4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.dashboard.dataset.sql.SQLStatement
public class SQLStatement
An SQL statement template.
| Field Summary | |
|---|---|
protected List<Command> |
SQLCommands
The SQL commands. |
protected List |
SQLParameters
The SQL parameters. |
protected String |
SQLSentence
The SQL sentence obtained from the SQL template. |
protected String |
SQLTemplate
The SQL template sentence. |
| Constructor Summary | |
|---|---|
SQLStatement(String sqlTemplate)
Initialize an SQL statement. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<String> |
getFilterPropertyIds()
|
PreparedStatement |
getPreparedStatement(Connection connection)
Get a JDBC prepared statement representing the SQL sentence. |
List |
getSQLParameters()
|
String |
getSQLSentence()
|
String |
getSQLTemplate()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String SQLTemplate
protected transient String SQLSentence
protected transient List<Command> SQLCommands
protected transient List SQLParameters
| Constructor Detail |
|---|
public SQLStatement(String sqlTemplate)
throws Exception
Exception| Method Detail |
|---|
public String getSQLTemplate()
public String getSQLSentence()
public List getSQLParameters()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic List<String> getFilterPropertyIds()
public PreparedStatement getPreparedStatement(Connection connection)
throws SQLException
SQLException
|
Dashboard Builder JDBC/SQL Provider 6.2.0.CR4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||