|
Groovy 1.7.11 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.sql.Sql.AbstractQueryCommand
protected abstract class Sql.AbstractQueryCommand
Field Summary | |
---|---|
protected String |
sql
|
protected Statement |
statement
|
Method Summary | |
---|---|
void
|
closeResources()
Perform the query. |
void
|
closeResources(ResultSet rs)
|
protected ResultSet
|
runQuery(Connection connection)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
protected final String sql
protected Statement statement
Method Detail |
---|
public final void closeResources()
connection
- the connection to use
public final void closeResources(ResultSet rs)
protected ResultSet runQuery(Connection connection)
Copyright © 2003-2010 The Codehaus. All rights reserved.