public class JDBCQuery extends Object
| Constructor and Description |
|---|
JDBCQuery(Tenant tenant,
String query,
List values) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
execute() |
ResultSet |
getResultSet() |
protected RuntimeException |
handleError(SQLException exception) |
boolean |
hasNext() |
Date |
readDate(int pos) |
PK |
readPK(int pos) |
public void execute()
public PK readPK(int pos)
public Date readDate(int pos)
public boolean hasNext()
public ResultSet getResultSet()
protected RuntimeException handleError(SQLException exception)
public void close()
Copyright © 2017 SAP SE. All Rights Reserved.