SQLTuple version: 1.2.0.0

Uses of Class
hep.aida.ref.sql.SQLTupleException

Packages that use SQLTupleException
hep.aida.ref.sql AIDA ITuple with SQL backend. 
hep.aida.ref.sql.Test Test of AIDA ITuple with SQL backend. 
 

Uses of SQLTupleException in hep.aida.ref.sql
 

Methods in hep.aida.ref.sql that throw SQLTupleException
private  Accessor AidaSQLStore.accessor(Map optionsMap)
          Get Accessor: If there is one already associated one, use it.
 void Accessor.close()
          Close connection.
 void Accessor.commit()
          Commit.
 Connection Accessor.connection()
          Gives Connection, creates one if it doesn't exist yet.
 void SQLTupleFactory.delete(String path)
          Delete NTuple (table) from DB if it exists.
static Accessor Accessor.getAccessor(Map optionsMap)
          Get Accesor corresponding to optionsMap if it already exists.
static Accessor Accessor.getAccessor(String optionsString)
          Get Accesor corresponding to optionsString if it already exists.
private  void Type.load()
          Load customisation mapping rules from Properties file.
private  String[] StmtSrc.parseStmtString(String statementString, String[] args)
          Parse statementString.
 PreparedStatement StmtSrc.prepare(String statementString, String[] args)
          Prepare update statement defined by the statementString.
 ResultSet StmtSrc.query(String statementString, String[] args)
          Perform query operation defined by the statementString.
 void Accessor.rollback()
          Roll back.
 void SQLTuple.setOptions(String options)
          Register options.
 void SQLTupleFactory.setOptions(String options)
          Register options.
 void SQLTuple.start(IFilter filter)
          SQLTuple extension: get subNTuple (subset of rows) and positions in the first row.
 void SQLTuple.start(IFilter filter, String stmtSrc)
          SQLTuple extension: get subNTuple (subset of rows and columns) and positions in the first row.
 void SQLTuple.start(IFilter filter, String[] columns)
          SQLTuple extension: get subNTuple (subset of rows and columns) and positions in the first row.
 void SQLTuple.start(String stmtSrc)
          SQLTuple extension: get subNTuple (subset of columns) and positions in the first row.
 void SQLTuple.start(String[] columns)
          SQLTuple extension: get subNTuple (subset of columns) and positions in the first row.
 boolean SQLTupleFactory.tableCompatible(String name, String[] names0, Class[] classes0, Accessor accessor)
          Verify if NTuple (table) in the DB is compatible with provided columns description.
 boolean SQLTupleFactory.tableCreatable(String name, String[] names0, Class[] classes0, Accessor accessor)
          Verify if new NTuple (table) can be created from the existing one.
private  boolean SQLTupleFactory.tableExists(String name)
          Verify if NTuple (table) exists in the DB.
 Object[] SQLTupleFactory.tupleDescription(String name, Accessor accessor)
          Describe NTuple (table) from the SQL database.
 int StmtSrc.update(String statementString, String[] args)
          Perform update operation defined by the statementString.
private  int SQLTuple.updatePrepared(PreparedStatement statement)
          Perform update operation via StmtSrc using PreparedStatement.
 int StmtSrc.updatePrepared(PreparedStatement statement)
          Perform update operation defined by the PreparedStatement.
 

Constructors in hep.aida.ref.sql that throw SQLTupleException
Accessor(Map optionsMap)
          Creates using informations from Map.
Accessor(String optionsString)
          Create using informations from properties String.
SQLTupleFactory(ITree tree)
          Call superconstructor and register ITree.
StmtSrc(Accessor accessor, String name)
          Prepare all commands.
Type(Accessor accessor)
          Create, initialise non-static databases of types.
 

Uses of SQLTupleException in hep.aida.ref.sql.Test
 

Methods in hep.aida.ref.sql.Test that throw SQLTupleException
 void Write.process(String url, int rows, String user, String passwd)
          Perform processing.
private  void Read.process(String url, String user, String passwd)
          Perform processing.
private  void Chain.process(String url1, String user1, String passwd1, String url2, String user2, String passwd2)
          Perform processing.
 


Written by: J.Hrivnac

Documentation built November 9 2010 on Linux by hrivnac