org.enableit.db.isql.biz
Class Isql

java.lang.Object
  |
  +--org.enableit.db.isql.biz.Isql

public class Isql
extends java.lang.Object

Author:
tim.stephenson

Field Summary
static int QUERY_STATEMENT
           
static int UPDATE_STATEMENT
           
 
Constructor Summary
Isql()
           
 
Method Summary
 org.enableit.db.isql.biz.IsqlModel execute(org.enableit.db.isql.biz.IsqlModel model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY_STATEMENT

public static final int QUERY_STATEMENT
See Also:
Constant Field Values

UPDATE_STATEMENT

public static final int UPDATE_STATEMENT
See Also:
Constant Field Values
Constructor Detail

Isql

public Isql()
Method Detail

execute

public org.enableit.db.isql.biz.IsqlModel execute(org.enableit.db.isql.biz.IsqlModel model)
                                           throws DBException
DBException


Copyright © 1999-2004 enableIT.org. All Rights Reserved.