|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hydrateframework.sql.AbstractParameterStatement
org.hydrateframework.sql.ParsedQuery
org.hydrateframework.sql.QueryMap
public class QueryMap
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.hydrateframework.sql.ParsedQuery |
---|
ParsedQuery.QueryClause, ParsedQuery.QueryClauseText, ParsedQuery.SqlInfo |
Nested classes/interfaces inherited from class org.hydrateframework.sql.AbstractParameterStatement |
---|
AbstractParameterStatement.Parameter |
Field Summary |
---|
Fields inherited from class org.hydrateframework.sql.ParsedQuery |
---|
CLAUSE_DELETE, CLAUSE_DELETESET, CLAUSE_DELETEWHERE, CLAUSE_INSERT, CLAUSE_INSERTSET, CLAUSE_INSERTVALUES, CLAUSE_INSERTWHERE, CLAUSE_SELECT, CLAUSE_SELECTLIST, CLAUSE_SELECTPARAM, CLAUSE_SELECTWHERE, CLAUSE_STMTMASK, CLAUSE_UPDATE, CLAUSE_UPDATESET, CLAUSE_UPDATEVALUES, CLAUSE_UPDATEWHERE, KEYGEN_INSERT |
Fields inherited from class org.hydrateframework.sql.AbstractParameterStatement |
---|
conn, generatedIds, NULL, paramList, rewriteSqlOnQuery, statementType, updateBatchSize, updateStrategy |
Fields inherited from interface org.hydrateframework.sql.NamedParameterStatement |
---|
STMT_DELETE, STMT_INSERT, STMT_NONE, STMT_SELECT, STMT_UPDATE, STRATEGY_BATCH, STRATEGY_NOPREPARE |
Fields inherited from interface java.sql.Statement |
---|
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
Constructor Summary | |
---|---|
QueryMap(ObjectContext ctx,
java.lang.String name)
|
|
QueryMap(ObjectContext ctx,
java.lang.String name,
int bldType)
|
|
QueryMap(ObjectContext ctx,
java.lang.String name,
int bldType,
java.lang.String[][] substitutions)
|
|
QueryMap(ObjectContext ctx,
java.lang.String name,
java.lang.String[][] substitutions)
|
Method Summary | |
---|---|
Assembler[] |
getAssemblers()
|
Methods inherited from class org.hydrateframework.sql.AbstractParameterStatement |
---|
clearParameters, getParameterCount, getParameterName, getParameterNames, getParameterType, getUpdateStrategy, setBoolean, setDate, setDouble, setInt, setLong, setNull, setObject, setStatementUsage, setString, setUpdateStrategy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.hydrateframework.sql.NamedParameterStatement |
---|
executeForDelete, executeForInsert, executeForUpdate, getParameterCount, getParameterName, getParameterNames, getParameterType, getUpdateStrategy, setBoolean, setDate, setDouble, setInt, setLong, setNull, setObject, setStatementUsage, setString, setUpdateStrategy |
Methods inherited from interface java.sql.PreparedStatement |
---|
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL |
Methods inherited from interface java.sql.Statement |
---|
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout |
Constructor Detail |
---|
public QueryMap(ObjectContext ctx, java.lang.String name) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public QueryMap(ObjectContext ctx, java.lang.String name, int bldType) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public QueryMap(ObjectContext ctx, java.lang.String name, java.lang.String[][] substitutions) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public QueryMap(ObjectContext ctx, java.lang.String name, int bldType, java.lang.String[][] substitutions) throws org.xml.sax.SAXException
org.xml.sax.SAXException
Method Detail |
---|
public Assembler[] getAssemblers() throws java.sql.SQLException
getAssemblers
in interface MappedStatement
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |