StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.data
Interface DatabaseIsolationLevel


public interface DatabaseIsolationLevel


Field Summary
static short NONE
           
static short READ_COMMIT
           
static short READ_UNCOMMIT
           
static short REPEAT_READ
           
static short SERIALIZABLE
           
 

Field Detail

NONE

public static final short NONE

READ_COMMIT

public static final short READ_COMMIT

READ_UNCOMMIT

public static final short READ_UNCOMMIT

REPEAT_READ

public static final short REPEAT_READ

SERIALIZABLE

public static final short SERIALIZABLE

StarOffice 5.2 API
reverse engineered by classdoc