| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | AccessAccess-Objects contain information about single access actions See scone.examples.OberserverTestPlugin for an example how to use the acess-Events | 
|  class | HtmlNodea HtmlNoderepresents a Html document. | 
|  class | InclusionAn Inclusionrepresents the objects included in one web page, like applets, pictures etc. | 
|  class | Keywordrepresents a keyword of a NetNode object. | 
|  class | Linka Linkrepresents a links-set from the database | 
|  class | NetNodea NetNoderepresents a node from the Internet. | 
|  class | Node2Keya Linkrepresents a links-set from the database | 
|  class | Person | 
|  class | Servera Serverrepresents a ServerCache-set from the database | 
|  class | UserA Userrepresents 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 whereclause 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 | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||