Class symantec.itools.db.beans.qbe.QBExlator
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.qbe.QBExlator

Object
   |
   +----symantec.itools.db.beans.qbe.QBExlator

public class QBExlator
extends Object

Class Index

 o symantec.itools.db.beans.qbe.QBExlator. QBExlatException

Variable Index

 o datetype
 o eEngInformix
 o eEngMSAccess
 o eEngMSSQLServer
 o eEngNull
 o eEngOracle
 o eEngSQLAnywhere
 o eEngSybase
 o numbtype
 o texttype
 o timetype

Constructor Index

 o symantec.itools.db.beans.qbe.QBExlator()

Method Index

 o getDateDelim()
 o getDecimalFormatSymbols()
 o getDecimalSeparator()
 o getEngine()
 o getGroupingSeparator()
 o getMinusSign()
 o setEngine(int)
 o xlatField(String, String)
 o xlatForm(Vector, boolean)

Variables

 o datetype
public static final java.lang.String datetype
 o eEngInformix
public static final int eEngInformix
 o eEngMSAccess
public static final int eEngMSAccess
 o eEngMSSQLServer
public static final int eEngMSSQLServer
 o eEngNull
public static final int eEngNull
 o eEngOracle
public static final int eEngOracle
 o eEngSQLAnywhere
public static final int eEngSQLAnywhere
 o eEngSybase
public static final int eEngSybase
 o numbtype
public static final java.lang.String numbtype
 o texttype
public static final java.lang.String texttype
 o timetype
public static final java.lang.String timetype

Constructors

 o QBExlator
public QBExlator()

Methods

 o getDateDelim
public static java.lang.String getDateDelim()
 o getDecimalFormatSymbols
public static java.text.DecimalFormatSymbols getDecimalFormatSymbols()
 o getDecimalSeparator
public static char getDecimalSeparator()
 o getEngine
public static int getEngine()
 o getGroupingSeparator
public static char getGroupingSeparator()
 o getMinusSign
public static char getMinusSign()
 o setEngine
public void setEngine(int engine)
 o xlatField
public static java.lang.String xlatField(String QBEexpr,
                                         String Colname) throws QBExlator.QBExlatException
 o xlatForm
public java.lang.String xlatForm(Vector input,
                                 boolean where)

All Packages  Class Hierarchy  This Package  Previous  Next  Index