net.xineo.xml.xil.sql
Class SQLSource

java.lang.Object
  |
  +--net.xineo.xml.xil.sql.SQLSource
All Implemented Interfaces:
Source

public class SQLSource
extends java.lang.Object
implements Source


Constructor Summary
SQLSource()
           
 
Method Summary
 void initialize(java.util.Properties parameters)
           
 boolean nextRecord(SymbolTable symbolTable)
           
 void query(java.lang.String query)
           
 void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLSource

public SQLSource()
Method Detail

initialize

public void initialize(java.util.Properties parameters)
                throws XILException
Specified by:
initialize in interface Source
XILException

release

public void release()
             throws XILException
Specified by:
release in interface Source
XILException

query

public void query(java.lang.String query)
           throws XILException
Specified by:
query in interface Source
XILException

nextRecord

public boolean nextRecord(SymbolTable symbolTable)
                   throws XILException
Specified by:
nextRecord in interface Source
XILException


Copyright © 2002 Frédérik Bilhaut - Xineo.NET