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