Uses of Class
craftsman.spy.SpyEntity

Uses of SpyEntity in craftsman.spy
 

Subclasses of SpyEntity in craftsman.spy
 class SpyCallableStatement
          The classe used to execute SQL stored procedures.
 class SpyPreparedStatement
          The classe used to represent a precompiled SQL statement.
 class SpyResultSet
          A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
 class SpyStatement
          This classe is used for executing a static SQL statement and returning the results it produces.