Package | Description |
---|---|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
Modifier and Type | Method and Description |
---|---|
static java.sql.ResultSet |
DBObject.executeQuery(java.lang.String sql)
Executes the given statement in the Database and returns a ResultSet with the matching records.
|
static int |
DBObject.executeSQL(java.lang.String sql)
Executes the given statement in the Database and returns the number of records affected
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.