Child pages
  • JSServer

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rev: 1384958006482
Div
styledisplay:none

DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR. Enter additional information related to this 'class' inside the {div} macro with 'id=description'

Div
iddescription



HTML Table
id
classservoy sSummary
Colgroup Tag
Col
width80px
Col
Table Head (thead)
Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Row (tr)
Table Cell (td)
JSTableObject
Table Cell (td)
createNewTable(tableName)
Creates in this server a new table with the specified name.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
dropTable(tableName)
Drops the table with the specified name from this server.
Table Row (tr)
Table Cell (td)
JSTableObject
Table Cell (td)
getTable(tableName)
Returns a JSTable instance corresponding to the table with the specified name from this server.
Table Row (tr)
Table Cell (td)
String[]
Table Cell (td)
getTableNames()
Returns an array with the names of all tables in this server.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
isValid()
Get valid state for the server.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
reloadDataModel()
Reloads the datamodel from the database, if changed externally or via rawSQL plugin.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
synchronizeWithDB(table)
Synchronizes a JSTable instance with the database.

...