|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBMatrix | |
com.peter.db | |
com.peter.forum | |
com.peter.message | |
com.peter.subject | |
com.peter.topic | |
com.peter.user |
Uses of DBMatrix in com.peter.db |
Methods in com.peter.db that return DBMatrix | |
DBMatrix |
DBConHandler.executeQuery(java.lang.String query)
Executes a selection query in the database. |
DBMatrix |
DBConHandler.executePreparedStatement(java.lang.String query,
java.lang.Object[] obj)
Executes a selection query in the database. |
DBMatrix[] |
DBConHandler.executeNQueries(java.lang.String[] queries)
Executes a selection of N queries in the database |
Uses of DBMatrix in com.peter.forum |
Methods in com.peter.forum with parameters of type DBMatrix | |
Forum[] |
DBForum.getForumFromDBM(DBMatrix dbm)
Returns an array of fetched Objects from the database. |
Uses of DBMatrix in com.peter.message |
Methods in com.peter.message with parameters of type DBMatrix | |
Message[] |
DBMessage.getMessageFromDBM(DBMatrix dbm)
Returns an array of fetched Message from the database. |
Uses of DBMatrix in com.peter.subject |
Methods in com.peter.subject with parameters of type DBMatrix | |
Subject[] |
DBSubject.getSubjectFromDBM(DBMatrix dbm)
Returns an array of fetched Subject from the database. |
Uses of DBMatrix in com.peter.topic |
Methods in com.peter.topic with parameters of type DBMatrix | |
Topic[] |
DBTopic.getTopicsFromDBM(DBMatrix dbm)
Returns an array of fetched Topics from the database. |
Uses of DBMatrix in com.peter.user |
Methods in com.peter.user with parameters of type DBMatrix | |
User[] |
DBUser.getUserFromDBM(DBMatrix dbm)
Returns an array of fetched User from the database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |