splitcells.netnos


Content Tabs Impressum Privacy Policy

Messages

- Activate Javascript in order to enable all functions of this site.


Sections

About Contact Gallery Impressum Licensing Main Page Post Archive Privacy Policy Programs Projects Search

Local Instances

Refresh layout. Public Site Local Public Site Local Private Site Local Hugo Site

Mārtiņš Avots's Support System

Root Discovery

Additional Functions

Atom feed Rss feed

Interesting Third Party Sites

MAKROSKOPGerman Page about Economy and Politics
https://www.flassbeck-economics.com/International Page about Economy and Politics
Slate Star CodexA Blog About Science, Medicine, Philosophy, Politics, and Futurism
Das Alternativlos-AquariumPolitical Blog
Liana KLady Bits
Louis RossmannRepair Group
Roma ArmyEquality Advocate
Phoronix
Benchmarking Platform
LanguageTool
Open Source Proofreading Software
Fedora
Operation System
Ubuntu
Operation System
GIMP
Open Source Image Editor
YaCy
Decentralized Web Search
Sway
Linux Window Manager
Shtetl-Optimized
The Blog of Scott Aaronson

This Site Uses Amongst Others

SyntaxHighlighter for Code Syntax Highlighting

Metadata About This Document

Unless otherwise noted, the content of this html file is licensed under the Creative Commons Attribution-ShareAlike 4.0 International Public License.

Files and other contents, which are linked to by this HTML file, have their own rulings.

Validation

HTML Validation basic.themed.css basic.css theme.white.variables.css layout.column.main.fullscreen.css den.css layout.default.css theme.css

Footer Functions

back to top
Menu
Tabs
Impressum
Privacy Policy
back to content
wide screen
windowed
Gel's Relational Database
public interface Database extends Table↑

Extends relational tables with a mutation and subscriber interface.

public Line add(List<?> values)↑






public Line add(Line line)↑






public void remove(Line line)↑






public void subscribe_change(Change_listener change_listener)↑

Registers the given change_listener. All subscribed change_listeners are informed about added or removed lines.

wide screen
windowed
Page's Errors
Description↑

Extendsrelational tableswith a mutation and subscriber interface.

Outline↑
  1. public interface Database extends Table
    1. public Line add(List<?> values)
    2. public Line add(Line line)
    3. public void remove(Line line)
    4. public void subscribe_change(Change_listener change_listener)
Local Path Context↑
  1. 21
    1. Gel's Relational Database Change Listener
    2. Gel's Relational Allocation Database
    3. Gel's Relational Database