|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> services >> [ persistence overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.javahispano.canyamo.services.persistence
Class DbUtilities

java.lang.ObjectSQLUtil
org.javahispano.canyamo.services.persistence.DbUtilities
- class DbUtilities
- extends SQLUtil
- Version:
| Constructor Summary | |
(package private) |
DbUtilities()
|
| Method Summary | |
static int |
numRowsInTable(java.sql.Connection conn,
java.lang.String tableName)
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
DbUtilities
DbUtilities()
| Method Detail |
numRowsInTable
public static int numRowsInTable(java.sql.Connection conn, java.lang.String tableName)
- Description of the Method
|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> services >> [ persistence overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
SQLUtil