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
- PropertyVetoException
public static de.xima.cmn.db.model.SerializableResultSet query(IEntityContext ec, Integer dbZugriffId, String sql, Serializable... args) throws PropertyVetoException
ec
- dbZugriffId
- sql
- args
- PropertyVetoException
public static Integer executeSql(IEntityContext ec, Integer dbZugriffId, String sql) throws PropertyVetoException
ec
- dbZugriffId
- sql
- PropertyVetoException
public static de.xima.cmn.db.model.SerializableResultSet executeDBquery(IEntityContext ec, Mandant mandant, String datenquellenName, Serializable... parameters) throws PropertyVetoException, IllegalArgumentException
uc
- mandant
- datenquellenName
- parameters
- PropertyVetoException
IllegalArgumentException
Copyright © 2017 XIMA MEDIA GmbH. All rights reserved.