|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Accessor
provides access to RDBMS.Map
.
Accessor
:
If there is one already associated one, use it.
Accessor
.
Accessor
.
SQLTuple
extension: add column into SQL table.
SQLTuple
extension: add indexes into SQL table.
AidaSQLStore
implements IStore
with
support for SQLTuple
s.AidaSQLStoreFacory
implements IStoreFactory
with support for supports SQLTuple
.AIDAURL
manages information about SQL URL.Studio
.
Console
.
Chain
reads two NTuple tables as one NTuple.WriterAppender.closeWriter()
implementation to do nothing because the console stream is not ours to close.
WriterAppender.closeWriter()
implementation to dispose Console
..
ITuple
into ICloud
.
SQLTuple
extension:
Get the default value of the column number param
.
SQLTuple
extension:
Get all column default values.
max function.
- columnMean(int) -
Method in class hep.aida.ref.sql.SQLTuple
- Use SQL
avg function.
- columnMin(int) -
Method in class hep.aida.ref.sql.SQLTuple
- Use SQL
min function.
- columnName(int) -
Method in class hep.aida.ref.sql.SQLTuple
- Gets the name of the column number
param
.
- columnNames() -
Method in class hep.aida.ref.sql.SQLTuple
- Get all column names.
- columnNumber(String) -
Method in class hep.aida.ref.sql.SQLTuple
- Gets the number of the column name
name
.
- columnRms(int) -
Method in class hep.aida.ref.sql.SQLTuple
- Use SQL
std function.
- columns() -
Method in class hep.aida.ref.sql.SQLTuple
- Gets the number of columns.
- columnType(int) -
Method in class hep.aida.ref.sql.SQLTuple
- Get the type of the column number
param
.
- columnTypes() -
Method in class hep.aida.ref.sql.SQLTuple
- Get all column types.
- columnValue(int, Value) -
Method in class hep.aida.ref.sql.SQLTuple
- Get
Value
of column at FTupleCursor
.
- columnValue(int, FTupleCursor, Value) -
Method in class hep.aida.ref.sql.SQLTuple
- Get
Value
of column at FTupleCursor
.
- com.reuters.pds.common.sdk.util - package com.reuters.pds.common.sdk.util
- Utilities for AIDA ITuple with SQL backend.
- commit() -
Method in class hep.aida.ref.sql.Accessor
- Commit.
- commit(IDevTree, Map) -
Method in class hep.aida.ref.sql.AidaSQLStore
- Commit all tables of the Tree.
- connection() -
Method in class hep.aida.ref.sql.Accessor
- Gives
Connection
, creates one if it doesn't exist yet.
- create(String, String, String[], Class[], String) -
Method in class hep.aida.ref.sql.SQLTupleFactory
- Create
SQLTuple
.
- create(String, String, String[], Class[]) -
Method in class hep.aida.ref.sql.SQLTupleFactory
- Just call the the master creation method.
- create(String, String, String, String) -
Method in class hep.aida.ref.sql.SQLTupleFactory
- Split columns string into columnName and columnType arrays and call master creation method.
- create(String, String, String) -
Method in class hep.aida.ref.sql.SQLTupleFactory
- Just call the master creation method.
- createEvaluator(String) -
Method in class hep.aida.ref.sql.SQLTupleFactory
- Create an evaluator from a expression.
- createFilter(String) -
Method in class hep.aida.ref.sql.SQLTupleFactory
- Create a filter from a expression.
- createFilter(String, int) -
Method in class hep.aida.ref.sql.SQLTupleFactory
- Create a filter from a expression and a number of rows to be processed.
- createFilter(String, int, int) -
Method in class hep.aida.ref.sql.SQLTupleFactory
- Create a filter from a expression and, number of rows to be processed
and thye starting row.
- createFiltered(String, ITuple, IFilter, String[]) -
Method in class hep.aida.ref.sql.SQLTupleFactory
- Filter
SQLTuple
.
- createFiltered(String, ITuple, IFilter) -
Method in class hep.aida.ref.sql.SQLTupleFactory
- Just extract columnNames and calls the master filtering method.
- createStore() -
Method in class hep.aida.ref.sql.AidaSQLStoreFactory
- Create new
IStore
.
- createTupleFactory(ITree) -
Method in class hep.aida.ref.sql.SQLAnalysisFactory
- Creates
SQLTupleFactory
if ITree
store type
is sql
.
- creationCommand() -
Method in class hep.aida.ref.sql.Accessor
- Give the database creation command, if needed.
- creationCommand(String) -
Static method in class hep.aida.ref.sql.Implementation
- Give associated database creation command, if exists.
- cursor() -
Method in class hep.aida.ref.sql.SQLTuple
- Get
FTupleCursor
.
IStoreFactory
: sql.
Accessor
s use the same
driver
, database
, schema
(if set),
user
and src
Value
in a column.
ITuple
.
ResultSet
should be FOWARD_ONLY.
Types
value.
SQLTuple
extension: get the whole column as an array
of Strings.
SQLTuple
extension: get the whole column as an array
of Objects of the specified Class (which has to have a String constructor).
SQLTuple
extension: get the filtered column as an array
of Strings.
SQLTuple
extension: get the filtered column as an array
of Objects of the specified Class (it has to have a String constructor).
ResultSet
.
SQLTuple
extension: return current Row Data.
ITuple
into IHistogram
.
Type
manages information about SQL database implementations.SQLTuple
is never in memory => false.
JAS3Log4JAppender
redirects Log4J messages to JAS3
Console
.LoadedProperties
is Properties
capable of being loaded from a Resource.name
in current/top package or (if it doesn't
exists) in place
package.
fullname
Resource.
ICloud
in Current Region.
ICloud
in New Page.
ICloud
in New Region.
ICloud
Overlay.
IHistogram
in Current Region.
IHistogram
in New Page.
IHistogram
in New Region.
IHistogram
Overlay.
IProfile
in Current Region.
IProfile
in New Page.
IProfile
in New Region.
IProfile
Overlay.
Pair
is a pair of objects.statementString
.
IBaseHistogram
according to selected options.
statementString
.
ITuple
into IProfile
.
StmtSrc
.
statementString
.
Properties
entry in the optionsMap
.
Read
reads one NTuple table..SQLTuple.descriptions
Then it reads resource hep/aida/ref/sql/SQLTuple.descriptions
RowRepresentant
is used to test
SQLTuple.getColumn(String, Class)
methods.SQLTuple.getColumn(String, Class)
methods.
.SQLTuple.descriptions
).
Console
if it doesn't exist.
Layout
.
StmtSrc.properties
.
StmtSrc
properties.
StmtSrc
.
SQLAnalysisFactory
supports AidaSQLStoreFactory
(with a key sql
) and SQLTupleFactory
.SQLEvaluator
extends Evaluator
with SQL backend.SQLFilter
extends Filter
with SQL backend.SQLTuple
is an extension of ITuple
for SQL database.SQLTupleColumn
extends FTupleColumn
with SQL backend.SQLTuple
.
SQLTupleColumnAdapter
handles SQLTuple
columns.Studio
with hight pripority = 300.
SQLTupleCommands
contains SQLTuple commands for JAS3 plugin of SQLTuple.SQLTupleCursor
extends FTupleCursor
with SQL backend.SQLTuple
.
SQLTupleException
is a nested Exception
.SQLTupleFactory
creates SQLTuple
s.ITree
.
SQLTuplePlugin
is a JAS3 plugin of SQLTuple.SQLTupleWizardPage
is a Wizard to establish connection
to SQL database using SQLTuple.StmtSrc.properties
.
SQLTuple
extension: get subNTuple (subset of rows)
and positions in the first row.
SQLTuple
extension: get subNTuple (subset of columns)
and positions in the first row.
SQLTuple
extension: get subNTuple (subset of rows and columns)
and positions in the first row.
SQLTuple
extension: get subNTuple (subset of columns)
and positions in the first row.
SQLTuple
extension: get subNTuple (subset of rows and columns)
and positions in the first row.
StmtSrc
.
StmtSrc
.
StmtStr
prepares SQL commands for
SQLTuple
and SQLTupleFactory
in a form
of simple Strings.type
storage type is suppotrted by this
IStoreFactory
.
Type
manages mapping of ITuple
to Type
types and native SQL types.StmtSrc
.
statementString
.
StmtSrc
using PreparedStatement
.
PreparedStatement
.
Util
contains various special utilities usefull
in SQLTuple.Write
writes one NTuple table.
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |