public class DBQueryManager extends Object
| Constructor and Description |
|---|
DBQueryManager() |
| Modifier and Type | Method and Description |
|---|---|
static de.xima.cmn.db.model.SerializableResultSet |
executeDBquery(IEntityContext ec,
Mandant mandant,
String datenquellenName,
Serializable... parameters) |
static Integer |
executeSql(IEntityContext ec,
Integer dbZugriffId,
String sql) |
static de.xima.cmn.db.model.SerializableResultSet |
query(IEntityContext ec,
Integer dbZugriffId,
String sql,
Serializable... args) |
static int |
update(IEntityContext ec,
Integer dbZugriffId,
String sql,
Serializable... args) |
public static int update(IEntityContext ec, Integer dbZugriffId, String sql, Serializable... args) throws PropertyVetoException
ec - dbZugriffId - sql - args - PropertyVetoExceptionpublic static de.xima.cmn.db.model.SerializableResultSet query(IEntityContext ec, Integer dbZugriffId, String sql, Serializable... args) throws PropertyVetoException
ec - dbZugriffId - sql - args - PropertyVetoExceptionpublic static Integer executeSql(IEntityContext ec, Integer dbZugriffId, String sql) throws PropertyVetoException
ec - dbZugriffId - sql - PropertyVetoExceptionpublic static de.xima.cmn.db.model.SerializableResultSet executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, Serializable... parameters) throws PropertyVetoException, IllegalArgumentException
uc - mandant - datenquellenName - parameters - PropertyVetoExceptionIllegalArgumentExceptionCopyright © 2017 XIMA MEDIA GmbH. All rights reserved.