com.moyosoft.connector.ms.excel
Class QueryType

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.QueryType

public class QueryType
extends AbstractType

See Also:
Serialized Form

Field Summary
static QueryType ADORECORDSET
           
static QueryType DAORECORDSET
           
static QueryType ODBCQUERY
           
static QueryType OLEDBQUERY
           
static QueryType TEXT_IMPORT
           
static QueryType WEB_QUERY
           
 
Method Summary
static QueryType getById(int pId)
           
 boolean isADORecordset()
           
 boolean isDAORecordset()
           
 boolean isODBCQuery()
           
 boolean isOLEDBQuery()
           
 boolean isTextImport()
           
 boolean isWebQuery()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ODBCQUERY

public static final QueryType ODBCQUERY

DAORECORDSET

public static final QueryType DAORECORDSET

WEB_QUERY

public static final QueryType WEB_QUERY

OLEDBQUERY

public static final QueryType OLEDBQUERY

TEXT_IMPORT

public static final QueryType TEXT_IMPORT

ADORECORDSET

public static final QueryType ADORECORDSET
Method Detail

getById

public static QueryType getById(int pId)

isODBCQuery

public boolean isODBCQuery()

isDAORecordset

public boolean isDAORecordset()

isWebQuery

public boolean isWebQuery()

isOLEDBQuery

public boolean isOLEDBQuery()

isTextImport

public boolean isTextImport()

isADORecordset

public boolean isADORecordset()