Uses of Class
scone.netobjects.TableRecord

Packages that use TableRecord
scone.netobjects This package provides objects which represent real objects from the internet and the WWW. 
 

Uses of TableRecord in scone.netobjects
 

Subclasses of TableRecord in scone.netobjects
 class Access
          Access-Objects contain information about single access actions See scone.examples.OberserverTestPlugin for an example how to use the acess-Events
 class HtmlNode
          a HtmlNode represents a Html document.
 class Inclusion
          An Inclusion represents the objects included in one web page, like applets, pictures etc.
 class Keyword
          represents a keyword of a NetNode object.
 class Link
          a Link represents a links-set from the database
 class NetNode
          a NetNode represents a node from the Internet.
 class Node2Key
          a Link represents a links-set from the database
 class Person
           
 class Server
          a Server represents a ServerCache-set from the database
 class User
          A User represents a Scone user.
 

Methods in scone.netobjects with parameters of type TableRecord
 void DBTableAdapter.createInDB(TableRecord set)
          Creates a record in the database and fills it with key values If a generated key exists, it reads the value from the database.
 void DBTableAdapter.dbCheck(TableRecord set)
          tries to read from the database an fills the TableRecord if a set exists.
 void DBTableAdapter.dbCreate(TableRecord set)
          creates a new Set in the database
 void DBTableAdapter.dbInit(TableRecord set)
          tries to find an equivalent set in the database or creates one if it does not exist.
protected  boolean DBTableAdapter.fill(TableRecord set, java.sql.ResultSet results)
          tries to read from the ResultSet into the TableRecord.
 boolean DBTableAdapter.getValuesFromDb(TableRecord set)
          tries to load the values corresponding to the TableRecord from the database.
 java.lang.String DBTableAdapter.getWhereClause(TableRecord set)
          generates a where clause to find the specified TableRecord in the database.
 void DBTableAdapter.init(TableRecord set)
          initializes a TableRecord object.
protected  FieldValueHashTable DBTableAdapter.initFields(TableRecord set)
          creates a new FieldValueHashTable with the names and defaults of the fields
 void DBTableAdapter.updateDB(TableRecord set)
          writes the values from the TableRecord into the database
 

Constructors in scone.netobjects with parameters of type TableRecord
FieldValueHashTable(TableRecord set)
          creates a new FieldValueHashTable object