com.moesol.bindings.microsoft.dao
Interface CursorDriverEnum


public interface CursorDriverEnum

IDL: [ helpstring(""), ] enum


Field Summary
static int dbUseClientBatchCursor
          dbUseClientBatchCursor = 3
static int dbUseDefaultCursor
          dbUseDefaultCursor = -1
static int dbUseNoCursor
          dbUseNoCursor = 4
static int dbUseODBCCursor
          dbUseODBCCursor = 1
static int dbUseServerCursor
          dbUseServerCursor = 2
 

Field Detail

dbUseDefaultCursor

static final int dbUseDefaultCursor
dbUseDefaultCursor = -1

See Also:
Constant Field Values

dbUseODBCCursor

static final int dbUseODBCCursor
dbUseODBCCursor = 1

See Also:
Constant Field Values

dbUseServerCursor

static final int dbUseServerCursor
dbUseServerCursor = 2

See Also:
Constant Field Values

dbUseClientBatchCursor

static final int dbUseClientBatchCursor
dbUseClientBatchCursor = 3

See Also:
Constant Field Values

dbUseNoCursor

static final int dbUseNoCursor
dbUseNoCursor = 4

See Also:
Constant Field Values


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