| Package | Description |
|---|---|
| com.sun.jdo.spi.persistence.support.sqlstore.sql.generator |
| Modifier and Type | Method and Description |
|---|---|
DBStatement |
UpdateStatement.getDBStatement(Transaction tran,
Connection conn)
Returns the cached db statement for the specified connection.
|
DBStatement |
UpdateStatement.removeDBStatement(Transaction tran)
Removes the db statement for the specified connection from the cache
and closes this statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateStatement.bindInputColumns(DBStatement s,
UpdateObjectDescImpl updateDesc) |
void |
Statement.bindInputValues(DBStatement s)
Binds input valus corrsponding to this
Statement object to
database statement s. |
void |
SelectStatement.bindInputValues(DBStatement s,
ValueFetcher parameters)
Binds input valus corrsponding to this
Statement object to
database statement s. |
Copyright © 2019. All rights reserved.