getSchemaXml(boolean expandSchema) The getXml() method does not return the schema if it is not static anymore,
to avoid confusion between static and dynamic schema.
Sets the database backend state to disable. This state is just an
indication and it has no semantic effect. It is up to the request manager
(especially the load balancer) to ensure that no more requests are sent to
this backend.
Disables the database backend for writes. This does not affect read ability
although the backend will not be coherent anymore as soon as a write as
occured. This should be used in conjunction with a checkpoint to recover
missing writes.
Gets the names of the columns.
Parameters: tableName - fully qualified name of the table (with. prefix) an array containing the columns names, or null if tableName is nota valid table name.
Gets a description of the given table locks.
Parameters: tableName - fully qualified name of the table (with. prefix) a (localized) string containing either "No locks" or "Locked by"
Returns the backend logical name.
the backend logical name
getPendingRequestsDescription
List getPendingRequestsDescription(int count, boolean fromFirst, boolean clone)(Code)
Returns the list of pending requests for this backend.
Parameters: count - number of requests to retrieve, if 0, return all. Parameters: fromFirst - count the request from first if true, or from last iffalse Parameters: clone - should clone the pending request if true, block it if false List of String description ofeach request.
The getXml() method does not return the schema if it is not static anymore,
to avoid confusion between static and dynamic schema. This method returns a
static view of the schema, whatever the dynamic precision is.
Parameters: expandSchema - if we should force the schema to be expanded. This isneeded as the default getXml should call this method. an xml formatted string
Lists all stored procedures in this schema. Note: There is an issue
with stored procedures with same name (but different parameters): one will
appear with 0 parameters, the 2nd with the total parameters from the 2
stored proc. See SEQUOIA-296 for more info
An array of Strings containing all stored procedure names (onearray entry per procedure)
Gets the names of the tables. NOTE: The returned array will contain
only one entry per actual table prefixed by the schema name + "."
the names as an array of Strings, or an empty arrayif no tables were found
Return a string description of the backend in xml format. This does not
include the schema description if the dynamic precision is not set to
static.
an xml formatted string