| Package | Description |
|---|---|
| com.helger.db.jdbc.executor |
| Modifier and Type | Method and Description |
|---|---|
DBResultRow |
DBResultRow.getClone() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<DBResultRow> |
DBExecutor.queryAll(String sSQL)
Query a list of 0-n rows with an SQL script without parameters.
|
com.helger.commons.collection.impl.ICommonsList<DBResultRow> |
DBExecutor.queryAll(String sSQL,
IPreparedStatementDataProvider aPSDP)
Query a list of 0-n rows with an SQL script with parameters.
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.ESuccess |
DBExecutor.querySingle(String sSQL,
Consumer<? super DBResultRow> aConsumer)
Query a a single result row with an SQL script without parameters.
|
com.helger.commons.state.ESuccess |
DBExecutor.querySingle(String sSQL,
IPreparedStatementDataProvider aPSDP,
Consumer<? super DBResultRow> aConsumer)
Query a a single result row with an SQL script with parameters.
|
| Constructor and Description |
|---|
DBResultRow(DBResultRow aOther)
Copy constructor
|
Copyright © 2014–2021 Philip Helger. All rights reserved.