Uses of Class
org.apache.oozie.util.db.SqlStatement

Packages that use SqlStatement
org.apache.oozie.util.db   
 

Uses of SqlStatement in org.apache.oozie.util.db
 

Subclasses of SqlStatement in org.apache.oozie.util.db
static class SqlStatement.Delete
          SQL Statement generator for DELETE Statements
static class SqlStatement.Insert
          INSERT Statement generator
static class SqlStatement.Select
          Select Statement generator.
static class SqlStatement.Update
          UPDATE SQL Statement generator
 

Methods in org.apache.oozie.util.db that return SqlStatement
 SqlStatement SqlStatement.getNewStatementWithValues(Map<Object,Object> newValues)
          Replace the keys(newValues) which are place holders in the sql statements with the corresponding new values.
 SqlStatement SqlStatement.setValue(Object oldVal, Object newVal)
          Replace the place holders with actual values in the sql statement
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.