| java.lang.Object groovy.sql.Sql groovy.sql.DataSet
DataSet | public class DataSet extends Sql (Code) | | Represents an extent of objects
author: Chris Stevenson author: James Strachan version: $Revision: 1197 $ |
Methods inherited from groovy.sql.Sql | public static InParameter ARRAY(Object value)(Code)(Java Doc) public static InParameter BIGINT(Object value)(Code)(Java Doc) public static InParameter BINARY(Object value)(Code)(Java Doc) public static InParameter BIT(Object value)(Code)(Java Doc) public static InParameter BLOB(Object value)(Code)(Java Doc) public static InParameter BOOLEAN(Object value)(Code)(Java Doc) public static InParameter CHAR(Object value)(Code)(Java Doc) public static InParameter CLOB(Object value)(Code)(Java Doc) public static InParameter DATALINK(Object value)(Code)(Java Doc) public static InParameter DATE(Object value)(Code)(Java Doc) public static InParameter DECIMAL(Object value)(Code)(Java Doc) public static InParameter DISTINCT(Object value)(Code)(Java Doc) public static InParameter DOUBLE(Object value)(Code)(Java Doc) public static InParameter FLOAT(Object value)(Code)(Java Doc) public static InParameter INTEGER(Object value)(Code)(Java Doc) public static InParameter JAVA_OBJECT(Object value)(Code)(Java Doc) public static InParameter LONGVARBINARY(Object value)(Code)(Java Doc) public static InParameter LONGVARCHAR(Object value)(Code)(Java Doc) public static InParameter NULL(Object value)(Code)(Java Doc) public static InParameter NUMERIC(Object value)(Code)(Java Doc) public static InParameter OTHER(Object value)(Code)(Java Doc) public static InParameter REAL(Object value)(Code)(Java Doc) public static InParameter REF(Object value)(Code)(Java Doc) public static InParameter SMALLINT(Object value)(Code)(Java Doc) public static InParameter STRUCT(Object value)(Code)(Java Doc) public static InParameter TIME(Object value)(Code)(Java Doc) public static InParameter TIMESTAMP(Object value)(Code)(Java Doc) public static InParameter TINYINT(Object value)(Code)(Java Doc) public static InParameter VARBINARY(Object value)(Code)(Java Doc) public static InParameter VARCHAR(Object value)(Code)(Java Doc) protected String asSql(GString gstring, List values)(Code)(Java Doc) public int call(String sql) throws Exception(Code)(Java Doc) public int call(String sql, List params) throws Exception(Code)(Java Doc) public void call(String sql, List params, Closure closure) throws Exception(Code)(Java Doc) public int call(GString gstring) throws Exception(Code)(Java Doc) public void call(GString gstring, Closure closure) throws Exception(Code)(Java Doc) public void close() throws SQLException(Code)(Java Doc) protected void closeResources(Connection connection, Statement statement, ResultSet results)(Code)(Java Doc) protected void closeResources(Connection connection, Statement statement)(Code)(Java Doc) public void commit()(Code)(Java Doc) protected void configure(Statement statement)(Code)(Java Doc) protected Connection createConnection() throws SQLException(Code)(Java Doc) public DataSet dataSet(String table)(Code)(Java Doc) public DataSet dataSet(Class type)(Code)(Java Doc) public void eachRow(String sql, Closure closure) throws SQLException(Code)(Java Doc) public void eachRow(String sql, List params, Closure closure) throws SQLException(Code)(Java Doc) public void eachRow(GString gstring, Closure closure) throws SQLException(Code)(Java Doc) public boolean execute(String sql) throws SQLException(Code)(Java Doc) public boolean execute(String sql, List params) throws SQLException(Code)(Java Doc) public boolean execute(GString gstring) throws SQLException(Code)(Java Doc) public List executeInsert(String sql) throws SQLException(Code)(Java Doc) public List executeInsert(String sql, List params) throws SQLException(Code)(Java Doc) public List executeInsert(GString gstring) throws SQLException(Code)(Java Doc) public int executeUpdate(String sql) throws SQLException(Code)(Java Doc) public int executeUpdate(String sql, List params) throws SQLException(Code)(Java Doc) public int executeUpdate(GString gstring) throws SQLException(Code)(Java Doc) public static ExpandedVariable expand(Object object)(Code)(Java Doc) protected int findWhereKeyword(String sql)(Code)(Java Doc) public Object firstRow(String sql) throws SQLException(Code)(Java Doc) public Object firstRow(String sql, List params) throws SQLException(Code)(Java Doc) public Connection getConnection()(Code)(Java Doc) public DataSource getDataSource()(Code)(Java Doc) protected List getParameters(GString gstring)(Code)(Java Doc) public int getUpdateCount()(Code)(Java Doc) public static InParameter in(int type, Object value)(Code)(Java Doc) public static InOutParameter inout(InParameter in)(Code)(Java Doc) public static void loadDriver(String driverClassName) throws ClassNotFoundException(Code)(Java Doc) public static Sql newInstance(String url) throws SQLException(Code)(Java Doc) public static Sql newInstance(String url, Properties properties) throws SQLException(Code)(Java Doc) public static Sql newInstance(String url, Properties properties, String driverClassName) throws SQLException, ClassNotFoundException(Code)(Java Doc) public static Sql newInstance(String url, String user, String password) throws SQLException(Code)(Java Doc) public static Sql newInstance(String url, String user, String password, String driverClassName) throws SQLException, ClassNotFoundException(Code)(Java Doc) public static Sql newInstance(String url, String driverClassName) throws SQLException, ClassNotFoundException(Code)(Java Doc) protected String nullify(String sql)(Code)(Java Doc) public static OutParameter out(int type)(Code)(Java Doc) public void query(String sql, Closure closure) throws SQLException(Code)(Java Doc) public void query(String sql, List params, Closure closure) throws SQLException(Code)(Java Doc) public void query(GString gstring, Closure closure) throws SQLException(Code)(Java Doc) public void queryEach(String sql, Closure closure) throws SQLException(Code)(Java Doc) public void queryEach(String sql, List params, Closure closure) throws SQLException(Code)(Java Doc) public void queryEach(GString gstring, Closure closure) throws SQLException(Code)(Java Doc) public static ResultSetOutParameter resultSet(int type)(Code)(Java Doc) public void rollback()(Code)(Java Doc) public List rows(String sql) throws SQLException(Code)(Java Doc) public List rows(String sql, List params) throws SQLException(Code)(Java Doc) protected void setObject(PreparedStatement statement, int i, Object value) throws SQLException(Code)(Java Doc) protected void setParameters(List params, PreparedStatement statement) throws SQLException(Code)(Java Doc) public void withStatement(Closure configureStatement)(Code)(Java Doc)
|
|
|