enum O2GTableManagerMode

Brief

The enum specifies 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 IO2GSession.useTableManager method.

Static Public Fields

No

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

Yes

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

back