static Cursor |
Cursor.create(Table table,
CallContext callContext) |
Creates a table specific cursor.
|
static Cursor |
Cursor.create(Table table,
CallContext callContext,
Set<String> fields) |
Creates a table specific cursor.
|
static MaterializedViewCursor |
MaterializedViewCursor.create(MaterializedView view,
CallContext callContext) |
Creates a materialized view specific cursor.
|
static MaterializedViewCursor |
MaterializedViewCursor.create(MaterializedView view,
CallContext callContext,
Set<String> fields) |
Creates a materialized view specific cursor.
|
static ParameterizedViewCursor |
ParameterizedViewCursor.create(ParameterizedView view,
CallContext callContext,
Map<String,Object> parameters) |
Creates a parameterized view specific cursor.
|
static ParameterizedViewCursor |
ParameterizedViewCursor.create(ParameterizedView view,
CallContext callContext,
Set<String> fields,
Map<String,Object> parameters) |
Creates a parameterized view specific cursor.
|
static ReadOnlyTableCursor |
ReadOnlyTableCursor.create(ReadOnlyTable table,
CallContext callContext) |
Creates a read only table specific cursor.
|
static ReadOnlyTableCursor |
ReadOnlyTableCursor.create(ReadOnlyTable table,
CallContext callContext,
Set<String> fields) |
Creates a table specific cursor.
|
static Sequence |
Sequence.create(SequenceElement sequence,
CallContext callContext) |
Creates a sequence for a sequence grain element.
|
static ViewCursor |
ViewCursor.create(View view,
CallContext callContext) |
Creates a view specific cursor.
|
static ViewCursor |
ViewCursor.create(View view,
CallContext callContext,
Set<String> fields) |
Creates a view specific cursor.
|
BasicCursor |
BasicCursor.getBufferCopy(CallContext context,
Collection<? extends ColumnMeta<?>> fetchedFields) |
Clones the current cursor.
|
boolean |
IPermissionManager.isActionAllowed(CallContext c,
GrainElement t,
Action a) |
Whether the action is allowed.
|
boolean |
PermissionManager.isActionAllowed(CallContext c,
GrainElement t,
Action a) |
Returns true if action is allowed on a grain element.
|
void |
IProfiler.logCall(CallContext context) |
|
void |
ProfilingManager.logCall(CallContext context) |
Logs information on the call to the profiler.
|
void |
DbUpdaterImpl.updateSysGrain(CallContext context) |
|