enum O2GTableManagerMode

Brief

The enum defines a set of constants representing the table manager mode that indicates if a session uses a table manager or not.

Details

The table manager mode is used as an argument in the O2GSession.useTableManager method.

The namespace is com.fxcore2.

Static Public Fields

NO

The constant represents the mode at which a session object does not use a table manager.

YES

The constant represents the mode at which a session object uses a table manager.

back