Uses of Interface
sky.engine.connector.database.DBRow

Packages that use DBRow
sky.engine.connector.database Database connection polling and wrappers for JDBC connections and resultset. 
 

Uses of DBRow in sky.engine.connector.database
 

Classes in sky.engine.connector.database that implement DBRow
 class DBCachedRow
          A row from the result set obtained after executing an SQL query.
 class DBDirectRow
          A row from the ResultSet obtained by executing an SQL query.
 

Methods in sky.engine.connector.database with parameters of type DBRow
 void DBRowIterator.updateRow(DBRow row)
           
 void DBRowIterator.insertRow(DBRow row)