com.moesol.bindings.microsoft.dao
Interface QueryDefTypeEnum


public interface QueryDefTypeEnum

IDL: [ helpstring(""), ] enum


Field Summary
static int dbQAction
          dbQAction = 240
static int dbQAppend
          dbQAppend = 64
static int dbQCompound
          dbQCompound = 160
static int dbQCrosstab
          dbQCrosstab = 16
static int dbQDDL
          dbQDDL = 96
static int dbQDelete
          dbQDelete = 32
static int dbQMakeTable
          dbQMakeTable = 80
static int dbQProcedure
          dbQProcedure = 224
static int dbQSelect
          dbQSelect = 0
static int dbQSetOperation
          dbQSetOperation = 128
static int dbQSPTBulk
          dbQSPTBulk = 144
static int dbQSQLPassThrough
          dbQSQLPassThrough = 112
static int dbQUpdate
          dbQUpdate = 48
 

Field Detail

dbQSelect

static final int dbQSelect
dbQSelect = 0

See Also:
Constant Field Values

dbQProcedure

static final int dbQProcedure
dbQProcedure = 224

See Also:
Constant Field Values

dbQAction

static final int dbQAction
dbQAction = 240

See Also:
Constant Field Values

dbQCrosstab

static final int dbQCrosstab
dbQCrosstab = 16

See Also:
Constant Field Values

dbQDelete

static final int dbQDelete
dbQDelete = 32

See Also:
Constant Field Values

dbQUpdate

static final int dbQUpdate
dbQUpdate = 48

See Also:
Constant Field Values

dbQAppend

static final int dbQAppend
dbQAppend = 64

See Also:
Constant Field Values

dbQMakeTable

static final int dbQMakeTable
dbQMakeTable = 80

See Also:
Constant Field Values

dbQDDL

static final int dbQDDL
dbQDDL = 96

See Also:
Constant Field Values

dbQSQLPassThrough

static final int dbQSQLPassThrough
dbQSQLPassThrough = 112

See Also:
Constant Field Values

dbQSetOperation

static final int dbQSetOperation
dbQSetOperation = 128

See Also:
Constant Field Values

dbQSPTBulk

static final int dbQSPTBulk
dbQSPTBulk = 144

See Also:
Constant Field Values

dbQCompound

static final int dbQCompound
dbQCompound = 160

See Also:
Constant Field Values


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.