Extended SQL Language Module
Parser Documentation
Version: 1.5.1
This document was generated on 2024/03/20.
Introduction
Documentation
Statements
AddConstraintAlterView Class
Super Classes
Local Features
Name | Type and Description |
---|---|
out_of_line_constraint |
optional
OutOfLineConstraint
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
option |
AlterViewOptions
E
|
tableview_name |
optional
TableviewName
A
|
AddHashIndexPartition Class
Super Classes
Local Features
Name | Type and Description |
---|---|
key_compression |
optional
KeyCompression
|
parallel_clause |
optional
ParallelClause
|
partition_name |
optional
ExtendedSqlId
|
tablespace |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterCluster Class
Super Classes
Local Features
Name | Type and Description |
---|---|
cluster_name |
optional
ElementName
|
options |
list of
AlterClusterOption
|
parallel_clause |
optional
ParallelClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterClusterOption Class
Super Classes
Local Features
Name | Type and Description |
---|---|
allocate_extent_clause |
optional
AllocateExtentClause
|
cache_or_nocache |
optional
CacheOption
E
|
deallocate_unused_clause |
optional
DeallocateUnusedClause
|
physical_attributes_clause |
optional
PhysicalAttributesClause
|
size_clause |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterDatabase Class
Super Classes
Local Features
Name | Type and Description |
---|---|
controlfile_clauses |
optional
ControlfileClauses
A
|
database_file_clauses |
optional
DatabaseFileClauses
A
|
database_name |
optional
ExtendedSqlId
|
default_settings_clause |
optional
DefaultSettingsClause
A
|
instance_clauses |
optional
InstanceClauses
|
logfile_clauses |
optional
LogfileClauses
A
|
recovery_clauses |
optional
RecoveryClauses
A
|
security_clause |
optional
SecurityClause
|
standby_database_clauses |
optional
StandbyDatabaseClauses
|
startup_clauses |
optional
StartupClauses
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
compiler_parameters_clause |
list of
CompilerParametersClause
|
debug | Boolean |
function_name |
optional
ElementName
|
reuse_settings | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterIndex Class
Super Classes
Local Features
Name | Type and Description |
---|---|
index_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
AlterLibrary Class
Super Classes
Local Features
Name | Type and Description |
---|---|
compile | Boolean |
compiler_parameters_clause |
list of
CompilerParametersClause
|
library_debug |
optional
LibraryDebug
|
library_editionable |
optional
LibraryEditionable
E
|
library_name |
optional
LibraryName
|
reuse | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterMaterializedView Class
Super Classes
Local Features
Name | Type and Description |
---|---|
allocate_extent_clause |
optional
AllocateExtentClause
|
alter_iot_clauses |
optional
AlterIotClauses
A
|
alter_mv_option1 |
optional
AlterMvOption
|
alter_table_partitioning |
optional
AlterTablePartitioning
|
cache_or_nocache |
optional
CacheOption
E
|
deallocate_unused_clause |
optional
DeallocateUnusedClause
|
lob_storage_clause |
list of
LobStorageClause
|
logging_clause |
optional
LoggingClauseValue
E
|
modify_lob_storage_clause |
list of
ModifyLobStorageClause
|
modify_mv_column_clause |
optional
ModifyMvColumnClause
|
modify_scoped_table_ref_constraint |
optional
ScopeOutOfLineRefConstraint
|
option |
optional
AlterMaterializedViewOptions
E
|
parallel_clause |
optional
ParallelClause
|
physical_attributes_clause |
list of
PhysicalAttributesClause
|
shrink_clause |
optional
ShrinkClause
|
table_compression |
optional
TableCompression
E
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterMaterializedViewLog Class
Super Classes
Local Features
Name | Type and Description |
---|---|
add_mv_log_column_clause |
optional
AddMvLogColumnClause
|
allocate_extent_clause |
optional
AllocateExtentClause
|
alter_table_partitioning |
optional
AlterTablePartitioning
|
cache_or_nocache |
optional
CacheOption
E
|
force | Boolean |
logging_clause |
optional
LoggingClauseValue
E
|
move_mv_log_clause |
optional
MoveMvLogClause
|
mv_log_augmentation |
optional
MvLogAugmentation
|
mv_log_purge_clause |
optional
MvLogPurgeClause
|
parallel_clause |
optional
ParallelClause
|
physical_attributes_clause |
optional
PhysicalAttributesClause
|
shrink_clause |
optional
ShrinkClause
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterPackage Class
Super Classes
Local Features
Name | Type and Description |
---|---|
compiler_parameters_clause |
list of
CompilerParametersClause
|
debug | Boolean |
package_name |
optional
ElementName
|
reuse_settings | Boolean |
scope |
optional
ConstructScope
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterProcedure Class
Super Classes
Local Features
Name | Type and Description |
---|---|
compiler_parameters_clause |
list of
CompilerParametersClause
|
debug | Boolean |
procedure_name |
optional
ElementName
|
reuse | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterSequence Class
Super Classes
Local Features
Name | Type and Description |
---|---|
sequence_name |
optional
ElementName
|
sequence_spec |
list of
SequenceSpec
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterSession Class (Abstract) A
Super Classes
Local Features
Name | Type and Description |
---|---|
value |
AlterSessionValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
AlterTable Class
Super Classes
Local Features
Name | Type and Description |
---|---|
alter_external_table |
optional
AlterExternalTable
|
alter_table_partitioning |
optional
AlterTablePartitioning
|
alter_table_properties |
optional
AlterTableProperties
|
column_clauses |
optional
ColumnClauses
A
|
constraint_clauses |
optional
ConstraintClauses
A
|
enable_disable_clause |
list of
EnableDisableClause
|
move_table_clause |
optional
MoveTableClause
|
options |
list of
AlterTableOptionsWrapper
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterTablespace Class
Super Classes
Local Features
Name | Type and Description |
---|---|
autoextend_clause |
optional
AutoextendClause
|
backup_clause |
optional
AlterTablespaceBackup
|
change_size_clause |
optional
AlterTablespaceChangeSize
|
coalesce_clause |
optional
AlterTablespaceCoalesce
|
datafile_tempfile_clauses |
optional
DatafileTempfileClauses
A
|
default_clause |
optional
AlterTablespaceDefault
|
flashback_mode_clause |
optional
FlashbackModeClause
|
rename_clause |
optional
AlterTablespaceRename
|
tablespace |
optional
ExtendedSqlId
|
tablespace_group_clause |
optional
TablespaceGroupClause
|
tablespace_logging_clauses |
optional
TablespaceLoggingClauses
|
tablespace_retention_clause |
optional
TablespaceRetentionClause
E
|
tablespace_state_clauses |
optional
TablespaceStateClauses
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterTrigger Class
Super Classes
Local Features
Name | Type and Description |
---|---|
alter_trigger_name |
optional
ElementName
|
compiler_parameters_clauses |
list of
CompilerParametersClause
|
debug | Boolean? |
enable_or_disable |
optional
EnableOrDisable
E
|
rename_trigger_name |
optional
ElementName
|
reuse | Boolean? |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterType Class
Super Classes
Local Features
Name | Type and Description |
---|---|
alter_attribute |
optional
AlterAttribute
|
alter_collection_clauses |
optional
AlterCollectionClauses
|
alter_method_spec |
optional
AlterMethodSpec
|
compile_type_clause |
optional
CompileTypeClause
|
dependent_handling_clause |
optional
DependentHandlingClause
|
modifier_clause |
optional
ModifierClause
E
|
overriding_subprogram_spec |
optional
OverridingSubprogramSpec
|
replace_type_clause |
optional
ReplaceTypeClause
|
type_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterUser Class
Super Classes
Local Features
Name | Type and Description |
---|---|
alter_identified_by |
list of
AlterIdentifiedBy
|
alter_user_editions_clause |
list of
AlterUserEditionsClause
|
container_clause |
list of
ContainerClauseWrapper
|
container_data_clause |
list of
ContainerDataClause
|
identified_other_clause |
list of
IdentifiedOtherClause
|
password_expire_clause |
list of
PasswordExpireClause
|
profile_clause |
list of
ProfileClause
|
proxy_clause |
optional
ProxyClause
|
quota_clause |
list of
QuotaClause
|
user_default_role_clause |
list of
UserDefaultRoleClause
|
user_lock_clause |
list of
UserLockClauseWrapper
|
user_object_name |
list of
ExtendedSqlId
|
user_tablespace_clause |
list of
UserTablespaceClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterView Class (Abstract) A
Super Classes
Local Features
Name | Type and Description |
---|---|
option |
AlterViewOptions
E
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Analyze Class
Super Classes
Local Features
Name | Type and Description |
---|---|
delete_statistics |
optional
DeleteStatistics
|
list_rows |
optional
ListRows
|
statistics_clauses |
optional
StatisticsClauses
A
|
validation_clauses |
optional
ValidationClause
A
|
what |
optional
AnalyzeObject
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AnonymousBlock Class
Super Classes
Local Features
Name | Type and Description |
---|---|
exception_handler |
list of
ExceptionHandler
|
seq_of_declare_specs |
list of
DeclareSpec
A
|
seq_of_statements |
list of
ExecutableElement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AssignmentStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
value |
optional
Expression
A
|
variable |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AssociateStatistics Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_association |
optional
ColumnAssociation
|
function_association |
optional
FunctionAssociation
|
storage_table_clause |
optional
StorageTableClause
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AuditTraditional Class (Abstract) A
Super Classes
Local Features
Name | Type and Description |
---|---|
audit_container_clause |
optional
AuditContainerClause
E
|
by |
optional
SessionOrAccess
E
|
whenever |
optional
Whenever
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
AuditTraditionalDirectPath Class
Super Classes
Local Features
Name | Type and Description |
---|---|
audit_direct_path |
optional
AuditDirectPath
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
audit_container_clause |
optional
AuditContainerClause
E
|
by |
optional
SessionOrAccess
E
|
whenever |
optional
Whenever
E
|
AuditTraditionalNetwork Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
audit_container_clause |
optional
AuditContainerClause
E
|
by |
optional
SessionOrAccess
E
|
whenever |
optional
Whenever
E
|
AuditTraditionalOperation Class
Super Classes
Local Features
Name | Type and Description |
---|---|
audit_operation_clause |
optional
AuditOperationClause
|
auditing_by_clause |
optional
AuditingByClause
|
in_session_current | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
audit_container_clause |
optional
AuditContainerClause
E
|
by |
optional
SessionOrAccess
E
|
whenever |
optional
Whenever
E
|
AuditTraditionalSchema Class
Super Classes
Local Features
Name | Type and Description |
---|---|
audit_schema_object_clause |
optional
AuditSchemaObjectClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
audit_container_clause |
optional
AuditContainerClause
E
|
by |
optional
SessionOrAccess
E
|
whenever |
optional
Whenever
E
|
BasicAlterSession Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
value |
AlterSessionValue
E
|
Block Class
Super Classes
Local Features
Name | Type and Description |
---|---|
body |
optional
Body
|
declare | Boolean |
declare_spec |
list of
DeclareSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Body Class
Super Classes
Local Features
Name | Type and Description |
---|---|
exception_handler |
list of
ExceptionHandler
|
label_name |
optional
ExtendedSqlId
|
seq_of_statements |
list of
ExecutableElement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CallStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
calls |
list of
IndividualCall
|
keep_clause |
optional
KeepClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CaseStatement Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
CloseDatabaseAlterSession Class
Super Classes
Local Features
Name | Type and Description |
---|---|
parameter_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
value |
AlterSessionValue
E
|
CloseStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
cursor_name |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CoalesceIndexPartition Class
Super Classes
Local Features
Name | Type and Description |
---|---|
parallel_clause |
optional
ParallelClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CommentOnColumn Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_name |
optional
ElementName
|
is_string |
optional
StringLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CommentOnTable Class
Super Classes
Local Features
Name | Type and Description |
---|---|
is_string |
optional
StringLiteral
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CommitStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expressions |
list of
Expression
A
|
option |
optional
CommitOption
E
|
work | Boolean |
write_clause |
optional
WriteClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ContinueStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
label_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreateCluster Class
Super Classes
Local Features
Name | Type and Description |
---|---|
cache_or_nocache |
optional
CacheOption
E
|
cluster_name |
optional
ElementName
|
elements |
list of
CreateClusterElement
|
options |
list of
CreateClusterOption
A
|
parallel_clause |
optional
ParallelClause
|
row_dependencies |
optional
RowDependencies
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreateContext Class
Super Classes
Local Features
Name | Type and Description |
---|---|
can_replace | Boolean |
option |
optional
CreateContextOption
E
|
oracle_namespace |
optional
ExtendedSqlId
|
package_name |
optional
ElementName
|
using_schema_object_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreateDataSource Class
Super Classes
Local Features
Name | Type and Description |
---|---|
datasource_name |
optional
ElementName
|
options |
list of
ExternalOption
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CreateDirectory Class
Super Classes
Local Features
Name | Type and Description |
---|---|
can_replace | Boolean |
directory_name |
optional
ExtendedSqlId
|
directory_path |
optional
StringLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreateFileFormat Class
Super Classes
Local Features
Name | Type and Description |
---|---|
format_name |
optional
ElementName
|
options |
list of
ExternalOption
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CreateFunctionBody Class (Abstract) A
Super Classes
Local Features
Name | Type and Description |
---|---|
can_replace | Boolean |
deterministic | Boolean? |
function_name |
optional
ElementName
|
invoker_rights_clause |
optional
InvokerRightsClause
E
|
parallel_enable_clause |
optional
ParallelEnableClause
|
parameters |
list of
Parameter
|
result_cache_clause |
optional
ResultCacheClause
|
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
CreateFunctionBodyDirect Class
Super Classes
Local Features
Name | Type and Description |
---|---|
body |
optional
Body
|
call_spec |
optional
CallSpec
A
|
is_or_as |
IsOrAs
E
|
pipelined | Boolean |
seq_of_declare_specs |
list of
DeclareSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
can_replace | Boolean |
deterministic | Boolean? |
function_name |
optional
ElementName
|
invoker_rights_clause |
optional
InvokerRightsClause
E
|
parallel_enable_clause |
optional
ParallelEnableClause
|
parameters |
list of
Parameter
|
result_cache_clause |
optional
ResultCacheClause
|
type_spec |
optional
TypeSpec
A
|
CreateFunctionBodyUsing Class
Super Classes
Local Features
Name | Type and Description |
---|---|
implementation_type_name |
optional
ElementName
|
pipelined_or_aggregate |
PipelinedOrAggregate
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
can_replace | Boolean |
deterministic | Boolean? |
function_name |
optional
ElementName
|
invoker_rights_clause |
optional
InvokerRightsClause
E
|
parallel_enable_clause |
optional
ParallelEnableClause
|
parameters |
list of
Parameter
|
result_cache_clause |
optional
ResultCacheClause
|
type_spec |
optional
TypeSpec
A
|
CreateIndex Class
Super Classes
Local Features
Name | Type and Description |
---|---|
bitmap_join_index_clause |
optional
BitmapJoinIndexClause
|
cluster_index_clause |
optional
ClusterIndexClause
|
index_name |
optional
ElementName
|
table_index_clause |
optional
TableIndexClause
|
unique_or_bitmap |
optional
UniqueOrBitmap
E
|
unusable | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CreateMaterializedView Class
Super Classes
Local Features
Name | Type and Description |
---|---|
build_clause |
optional
BuildClause
|
cache_or_nocache |
optional
CacheOption
E
|
constraints_or_aliases |
list of
ConstraintsOrAliases
A
|
create_materialized_view_using_index_clause |
list of
CreateMaterializedViewUsingIndexClause
|
create_mv_refresh |
optional
CreateMvRefresh
|
for_update | Boolean |
index_or_noindex |
optional
IndexOrNoIndex
E
|
parallel_clause |
optional
ParallelClause
|
physical_properties |
optional
PhysicalProperties
|
prebuilt_table |
optional
PrebuiltTable
E
|
query_rewrite |
optional
QueryRewrite
E
|
select_only_statement |
optional
Query
|
tableview_name |
optional
TableviewName
A
|
type_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreateMaterializedViewLog Class
Super Classes
Local Features
Name | Type and Description |
---|---|
mv_log_purge_clause |
optional
MvLogPurgeClause
|
options |
list of
CreateMaterializedViewLogOption
|
parallel_clause |
optional
ParallelClause
|
table_partitioning_clauses |
optional
TablePartitioningClauses
A
|
tableview_name |
optional
TableviewName
A
|
with_clauses |
optional
WithClauses
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreateOutline Class
Super Classes
Local Features
Name | Type and Description |
---|---|
can_replace | Boolean |
category |
optional
ElementName
|
outline_modifier |
optional
PublicOrPrivate
E
|
outline_name |
optional
ElementName
|
source_modifier |
optional
PublicOrPrivate
E
|
source_outline |
optional
ElementName
|
unit_statement |
optional
UnitStatement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreatePackage Class
Super Classes
Local Features
Name | Type and Description |
---|---|
can_replace | Boolean |
invoker_rights_clause |
optional
InvokerRightsClause
E
|
is_or_as |
IsOrAs
E
|
package_name |
optional
ElementName
|
package_obj_spec |
list of
PackageObj
A
|
schema_object_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreatePackageBody Class
Super Classes
Local Features
Name | Type and Description |
---|---|
can_replace | Boolean |
is_or_as |
IsOrAs
E
|
package_name |
optional
ElementName
|
package_obj_body |
list of
PackageObj
A
|
schema_object_name |
optional
ExtendedSqlId
|
seq_of_statements |
list of
ExecutableElement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreateProcedureBody Class
Super Classes
Local Features
Name | Type and Description |
---|---|
body |
optional
Body
|
call_spec |
optional
CallSpec
A
|
can_replace | Boolean |
declare | Boolean |
external | Boolean |
invoker_rights_clause |
optional
InvokerRightsClause
E
|
parameters |
list of
Parameter
|
procedure_name |
optional
ElementName
|
seq_of_declare_specs |
list of
DeclareSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreateSchema Class
Super Classes
Local Features
Name | Type and Description |
---|---|
schema_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CreateSequence Class
Super Classes
Local Features
Name | Type and Description |
---|---|
sequence_name |
optional
ElementName
|
sequence_spec |
list of
SequenceSpec
|
sequence_start_clause |
list of
SequenceStartClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreateStatisticsStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_names |
list of
ElementName
|
statistics_name |
optional
ElementName
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CreateSynonym Class
Super Classes
Local Features
Name | Type and Description |
---|---|
can_replace | Boolean |
for_schema_name |
optional
ElementName
|
is_public | Boolean |
link_name |
optional
ElementName
|
schema_name |
optional
ElementName
|
schema_object_name |
optional
ExtendedSqlId
|
synonym_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreateTable Class (Abstract) A
Super Classes
Local Features
Name | Type and Description |
---|---|
as_statement |
optional
Query
|
create_table_option |
optional
CreateTableOption
E
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
CreateTableAzure Class
Super Classes
Local Features
Name | Type and Description |
---|---|
relational_properties |
list of
RelationalProperty
A
|
table_options |
list of
ExternalOption
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
as_statement |
optional
Query
|
create_table_option |
optional
CreateTableOption
E
|
tableview_name |
optional
TableviewName
A
|
CreateTableObject Class
Super Classes
Local Features
Name | Type and Description |
---|---|
object_table |
optional
ObjectTable
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
as_statement |
optional
Query
|
create_table_option |
optional
CreateTableOption
E
|
tableview_name |
optional
TableviewName
A
|
CreateTableRelational Class
Super Classes
Local Features
Name | Type and Description |
---|---|
cache |
optional
CacheOption
E
|
column_properties |
optional
ColumnProperties
A
|
enable_disable_clause |
list of
EnableDisableClause
|
flashback_archive_clause |
optional
FlashbackArchiveClause
|
on_commit |
optional
OnCommit
E
|
parallel_clause |
optional
ParallelClause
|
physical_properties |
optional
PhysicalProperties
|
relational_properties |
list of
RelationalProperty
A
|
result_cache |
optional
CacheOption
E
|
row_dependencies |
optional
RowDependencies
E
|
row_movement_clause |
optional
RowMovementClauseValue
E
|
table_partitioning_clauses |
optional
TablePartitioningClauses
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
as_statement |
optional
Query
|
create_table_option |
optional
CreateTableOption
E
|
tableview_name |
optional
TableviewName
A
|
CreateTableXml Class
Super Classes
Local Features
Name | Type and Description |
---|---|
xmltype_table |
optional
XmltypeTable
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
as_statement |
optional
Query
|
create_table_option |
optional
CreateTableOption
E
|
tableview_name |
optional
TableviewName
A
|
CreateTablespace Class
Super Classes
Local Features
Name | Type and Description |
---|---|
file_size |
optional
FileSize
E
|
permanent_tablespace_clause |
optional
PermanentTablespaceClause
|
temporary_tablespace_clause |
optional
TemporaryTablespaceClause
|
undo_tablespace_clause |
optional
UndoTablespaceClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreateTrigger Class
Super Classes
Local Features
Name | Type and Description |
---|---|
can_replace | Boolean |
enable_or_disable |
optional
EnableOrDisable
E
|
trigger |
optional
DmlOrNotTrigger
A
|
trigger_body |
optional
TriggerBody
|
trigger_follows_clause |
optional
TriggerFollowsClause
|
trigger_name |
optional
ElementName
|
trigger_when_clause |
optional
TriggerWhenClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreateType Class
Super Classes
Local Features
Name | Type and Description |
---|---|
can_replace | Boolean |
type_body |
optional
TypeBody
|
type_definition |
optional
TypeDefinition
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreateUser Class
Super Classes
Local Features
Name | Type and Description |
---|---|
container_clause |
list of
ContainerClauseWrapper
|
identified_by |
list of
IdentifiedBy
|
identified_other_clause |
list of
IdentifiedOtherClause
|
password_expire_clause |
list of
PasswordExpireClause
|
profile_clause |
list of
ProfileClause
|
quota_clause |
list of
QuotaClause
|
user_editions_clause |
list of
EnableEditionsClause
|
user_lock_clause |
list of
UserLockClauseWrapper
|
user_object_name |
optional
ExtendedSqlId
|
user_tablespace_clause |
list of
UserTablespaceClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreateView Class
Super Classes
Local Features
Name | Type and Description |
---|---|
can_force | Boolean |
can_replace | Boolean |
editionable | Boolean |
editioning | Boolean |
select_only_statement |
optional
Query
|
subquery_restriction_clause |
optional
SubqueryRestrictionClause
|
tableview_name |
optional
TableviewName
A
|
view_options |
optional
ViewOptions
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DeclareStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
parameters |
list of
DeclareParameter
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DeleteStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
error_logging_clause |
optional
ErrorLoggingClause
|
from | Boolean |
general_table_ref |
optional
GeneralTableRef
|
static_returning_clause |
optional
StaticReturningClause
|
where_clause |
optional
WhereClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DropConstraintAlterView Class
Super Classes
Local Features
Name | Type and Description |
---|---|
constraint_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
option |
AlterViewOptions
E
|
tableview_name |
optional
TableviewName
A
|
DropDatabase Class
Super Classes
Local Features
Name | Type and Description |
---|---|
database_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DropFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
function_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DropIndex Class
Super Classes
Local Features
Name | Type and Description |
---|---|
index_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DropIndexPartition Class
Super Classes
Local Features
Name | Type and Description |
---|---|
partition_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DropPackage Class
Super Classes
Local Features
Name | Type and Description |
---|---|
body | Boolean |
package_name |
optional
ElementName
|
schema_object_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DropProcedure Class
Super Classes
Local Features
Name | Type and Description |
---|---|
procedure_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DropSequence Class
Super Classes
Local Features
Name | Type and Description |
---|---|
sequence_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DropTable Class
Super Classes
Local Features
Name | Type and Description |
---|---|
cascade_constraints | Boolean |
purge | Boolean |
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DropTrigger Class
Super Classes
Local Features
Name | Type and Description |
---|---|
trigger_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DropType Class
Super Classes
Local Features
Name | Type and Description |
---|---|
body | Boolean |
force_or_validate |
optional
ForceOrValidate
E
|
type_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DropUniqueAlterView Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_names |
list of
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
option |
AlterViewOptions
E
|
tableview_name |
optional
TableviewName
A
|
DropView Class
Super Classes
Local Features
Name | Type and Description |
---|---|
cascade_constraint | Boolean |
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ExecuteFunctionStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
parameters |
list of
ExecuteParameter
|
procedure_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ExecuteImmediate Class
Super Classes
Local Features
Name | Type and Description |
---|---|
dynamic_returning_clause |
optional
DynamicReturningClause
|
expression |
optional
Expression
A
|
into_clause |
optional
IntoClause
|
using_clause |
optional
UsingClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ExecuteStatement Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
ExecuteStringStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
strings |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ExitStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
label_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ExplainStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
delete_statement |
optional
DeleteStatement
|
insert_statement |
optional
InsertStatement
A
|
into_tableview |
optional
TableviewName
A
|
merge_statement |
optional
MergeStatement
|
select_statement |
optional
SelectStatement
|
statement_id |
optional
StringLiteral
|
update_statement |
optional
UpdateStatement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FetchStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
bulk_collect | Boolean |
cursor_name |
optional
Expression
A
|
variable_names |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ForallStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
bounds_clause |
optional
BoundsClause
A
|
index_name |
optional
ElementName
|
save_exceptions | Boolean |
sql_statement |
optional
Statement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
GotoStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
label_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
GrantStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
container_clause |
optional
ContainerClause
E
|
grant_option | Boolean |
grant_statement_elements |
list of
GrantStatementElement
|
grantees |
list of
GranteeNameOrPublic
|
hierarchy_option | Boolean |
on_grant_object |
optional
GrantObjectName
A
|
with_option |
optional
AdminOrDelegate
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
IfStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
else_if_part |
list of
ElseIfPart
|
else_part |
optional
ElsePart
|
seq_of_statements |
list of
ExecutableElement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
InsertStatement Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
LockTableStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
lock_mode |
LockMode
E
|
lock_table_elements |
list of
LockTableElement
|
wait_part |
optional
WaitPart
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LoopStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
for_cursor_loop_param |
optional
CursorLoopParam
A
|
label_declaration |
optional
LabelDeclaration
|
label_name |
optional
ExtendedSqlId
|
seq_of_statements |
list of
ExecutableElement
A
|
while_condition |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
MergeStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
error_logging_clause |
optional
ErrorLoggingClause
|
into_tableview |
optional
TableviewName
A
|
merge_insert_clause |
optional
MergeInsertClause
|
merge_update_clause |
optional
MergeUpdateClause
|
on_condition |
optional
Expression
A
|
table_alias |
optional
Expression
A
|
using_selected_tableview |
optional
SelectedTableview
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModifyConstraintAlterView Class
Super Classes
Local Features
Name | Type and Description |
---|---|
constraint_name |
optional
ElementName
|
rely | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
option |
AlterViewOptions
E
|
tableview_name |
optional
TableviewName
A
|
ModifyIndexDefaultAttrs Class
Super Classes
Local Features
Name | Type and Description |
---|---|
for_partition_name |
optional
ExtendedSqlId
|
logging_clause |
optional
LoggingClauseValue
E
|
physical_attributes_clause |
optional
PhysicalAttributesClause
|
tablespace |
optional
TablespaceSetting
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModifyIndexPartition Class
Super Classes
Local Features
Name | Type and Description |
---|---|
options |
list of
ModifyIndexPartitionOption
|
partition_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModifyIndexSubpartition Class
Super Classes
Local Features
Name | Type and Description |
---|---|
allocate_extent_clause |
optional
AllocateExtentClause
|
deallocate_unused_clause |
optional
DeallocateUnusedClause
|
subpartition_name |
optional
ExtendedSqlId
|
unusable | Boolean? |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
MultiTableInsert Class
Super Classes
Local Features
Name | Type and Description |
---|---|
conditional_insert_clause |
optional
ConditionalInsertClause
|
multi_table_elements |
list of
MultiTableElement
|
select_statement |
optional
SelectStatement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
NullStatement Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
OpenForStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
select_statement |
optional
SelectStatement
|
using_clause |
optional
UsingClause
|
variable_name |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OpenStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
cursor_name |
optional
Expression
A
|
expressions |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ParallelAlterSession Class
Super Classes
Local Features
Name | Type and Description |
---|---|
value_parallel |
optional
Expression
A
|
what_parallel |
ParallelSession
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
value |
AlterSessionValue
E
|
PipeRowStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PlSqlAlterIndex Class
Super Classes
Local Features
Name | Type and Description |
---|---|
alter_index_multiple_ops |
list of
AlterIndexMultipleOption
|
alter_index_single_ops |
optional
AlterIndexSingleOption
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
index_name |
optional
ElementName
|
RaiseStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
exception_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
RenameIndexPartition Class
Super Classes
Local Features
Name | Type and Description |
---|---|
partition_name |
optional
ExtendedSqlId
|
subpartition_name |
optional
ExtendedSqlId
|
to_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RenameObject Class
Super Classes
Local Features
Name | Type and Description |
---|---|
from_object_name |
optional
ElementName
|
to_object_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ReturnStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
RollbackStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
force |
optional
StringLiteral
|
savepoint | Boolean |
savepoint_name |
optional
ElementName
|
work | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RoutineCall Class
Super Classes
Local Features
Name | Type and Description |
---|---|
calls |
list of
IndividualCall
|
keep_clause |
optional
KeepClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SavepointStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
savepoint_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SearchedCaseStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
case_else_part |
optional
CaseElsePart
|
case_when_part |
list of
CaseWhenPart
|
label_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SelectStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
fetch_clause |
optional
FetchClause
|
for_update_clause |
optional
ForUpdateClause
|
offset_clause |
optional
OffsetClause
|
order_by_clause |
optional
OrderByClause
|
query |
optional
Query
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SetAlterSession Class
Super Classes
Local Features
Name | Type and Description |
---|---|
parameter_name |
optional
ElementName
|
parameter_value |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
value |
AlterSessionValue
E
|
SetConstraintStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
all | Boolean |
constraint_names |
list of
ElementName
|
target |
SetTarget
E
|
timing |
TimingCreation
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SetStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
value |
optional
Expression
A
|
variable |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SetTransactionStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
isolation_level |
optional
IsolationLevel
E
|
name |
optional
StringLiteral
|
read |
optional
OpenStatus
E
|
rollback_segment |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SimpleAlterView Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
option |
AlterViewOptions
E
|
tableview_name |
optional
TableviewName
A
|
SimpleCaseStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
case_else_part |
optional
CaseElsePart
|
case_when_part |
list of
CaseWhenPart
|
expression |
optional
Expression
A
|
label_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SingleTableInsert Class
Super Classes
Local Features
Name | Type and Description |
---|---|
error_logging_clause |
optional
ErrorLoggingClause
|
insert_into_clause |
optional
InsertIntoClause
|
select_statement |
optional
SelectStatement
|
static_returning_clause |
optional
StaticReturningClause
|
values_clause |
optional
ValuesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SplitIndexPartition Class
Super Classes
Local Features
Name | Type and Description |
---|---|
index_partition_description |
list of
IndexPartitionDescription
|
literal |
list of
Expression
A
|
parallel_clause |
optional
ParallelClause
|
partition_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
Statement Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
AddConstraintAlterView
AddHashIndexPartition
AlterCluster
AlterClusterOption
AlterDatabase
AlterFunction
AlterIndex
AlterLibrary
AlterMaterializedView
AlterMaterializedViewLog
AlterPackage
AlterProcedure
AlterSequence
AlterSession
AlterTable
AlterTablespace
AlterTrigger
AlterType
AlterUser
AlterView
Analyze
AnonymousBlock
AssignmentStatement
AssociateStatistics
AuditTraditional
AuditTraditionalDirectPath
AuditTraditionalNetwork
AuditTraditionalOperation
AuditTraditionalSchema
BasicAlterSession
Block
Body
CallStatement
CaseStatement
CloseDatabaseAlterSession
CloseStatement
CoalesceIndexPartition
CommentOnColumn
CommentOnTable
CommitStatement
ContinueStatement
CreateCluster
CreateContext
CreateDataSource
CreateDirectory
CreateFileFormat
CreateFunctionBody
CreateFunctionBodyDirect
CreateFunctionBodyUsing
CreateIndex
CreateMaterializedView
CreateMaterializedViewLog
CreateOutline
CreatePackage
CreatePackageBody
CreateProcedureBody
CreateSchema
CreateSequence
CreateStatisticsStatement
CreateSynonym
CreateTable
CreateTableAzure
CreateTableObject
CreateTableRelational
CreateTableXml
CreateTablespace
CreateTrigger
CreateType
CreateUser
CreateView
DeclareStatement
DeleteStatement
DropConstraintAlterView
DropDatabase
DropFunction
DropIndex
DropIndexPartition
DropPackage
DropProcedure
DropSequence
DropTable
DropTrigger
DropType
DropUniqueAlterView
DropView
ExecuteFunctionStatement
ExecuteImmediate
ExecuteStatement
ExecuteStringStatement
ExitStatement
ExplainStatement
FetchStatement
ForallStatement
GotoStatement
GrantStatement
IfStatement
InsertStatement
LockTableStatement
LoopStatement
MergeStatement
ModifyConstraintAlterView
ModifyIndexDefaultAttrs
ModifyIndexPartition
ModifyIndexSubpartition
MultiTableInsert
NullStatement
OpenForStatement
OpenStatement
ParallelAlterSession
PipeRowStatement
PlSqlAlterIndex
RaiseStatement
RenameIndexPartition
RenameObject
ReturnStatement
RollbackStatement
RoutineCall
SavepointStatement
SearchedCaseStatement
SelectStatement
SetAlterSession
SetConstraintStatement
SetStatement
SetTransactionStatement
SimpleAlterView
SimpleCaseStatement
SingleTableInsert
SplitIndexPartition
TSqlAlterIndex
TryCatchBlock
UnifiedAuditing
UnitStatement
UpdateStatement
Used In
TSqlAlterIndex Class
Super Classes
Local Features
Name | Type and Description |
---|---|
alter_index_option |
TSqlAlterIndexOption
E
|
on |
optional
ElementName
|
target |
AlterIndexTarget
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
index_name |
optional
ElementName
|
TryCatchBlock Class
Super Classes
Local Features
Name | Type and Description |
---|---|
catch_statements |
list of
ExecutableElement
A
|
try_statements |
list of
ExecutableElement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
UnifiedAuditing Class
Super Classes
Local Features
Name | Type and Description |
---|---|
attribute_names |
list of
ElementName
|
audit_users |
list of
AuditUser
|
by_or_except |
optional
ByOrExcept
E
|
context_namespace |
optional
ExtendedSqlId
|
policy_name |
optional
ElementName
|
whenever |
optional
Whenever
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
UnitStatement Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
AddConstraintAlterView
AlterCluster
AlterClusterOption
AlterDatabase
AlterFunction
AlterIndex
AlterLibrary
AlterMaterializedView
AlterMaterializedViewLog
AlterPackage
AlterProcedure
AlterSequence
AlterSession
AlterTable
AlterTablespace
AlterTrigger
AlterType
AlterUser
AlterView
Analyze
AnonymousBlock
AssociateStatistics
AuditTraditional
AuditTraditionalDirectPath
AuditTraditionalNetwork
AuditTraditionalOperation
AuditTraditionalSchema
BasicAlterSession
CallStatement
CloseDatabaseAlterSession
CommentOnColumn
CommentOnTable
CommitStatement
CreateCluster
CreateContext
CreateDataSource
CreateDirectory
CreateFileFormat
CreateFunctionBody
CreateFunctionBodyDirect
CreateFunctionBodyUsing
CreateIndex
CreateMaterializedView
CreateMaterializedViewLog
CreateOutline
CreatePackage
CreatePackageBody
CreateProcedureBody
CreateSchema
CreateSequence
CreateStatisticsStatement
CreateSynonym
CreateTable
CreateTableAzure
CreateTableObject
CreateTableRelational
CreateTableXml
CreateTablespace
CreateTrigger
CreateType
CreateUser
CreateView
DeleteStatement
DropConstraintAlterView
DropDatabase
DropFunction
DropIndex
DropPackage
DropProcedure
DropSequence
DropTable
DropTrigger
DropType
DropUniqueAlterView
DropView
ExplainStatement
GrantStatement
IfStatement
InsertStatement
LockTableStatement
MergeStatement
ModifyConstraintAlterView
ModifyIndexDefaultAttrs
MultiTableInsert
NullStatement
ParallelAlterSession
PlSqlAlterIndex
RenameObject
RollbackStatement
SavepointStatement
SelectStatement
SetAlterSession
SetConstraintStatement
SetTransactionStatement
SimpleAlterView
SingleTableInsert
TSqlAlterIndex
UnifiedAuditing
UpdateStatement
Used In
UpdateStatement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
error_logging_clause |
optional
ErrorLoggingClause
|
from_clause |
optional
FromClause
|
general_table_ref |
optional
GeneralTableRef
|
static_returning_clause |
optional
StaticReturningClause
|
update_set_clause |
optional
UpdateSetClause
|
where_clause |
optional
WhereClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
Expressions
AllElementExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
name | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AndExpression Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
left |
optional
Expression
A
|
right |
optional
Expression
A
|
Argument Class
Super Classes
Local Features
Name | Type and Description |
---|---|
argument |
optional
Expression
A
|
identifier |
optional
ElementName
|
modifier |
optional
ArgumentModifiers
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AtInterval Class
Super Classes
Local Features
Name | Type and Description |
---|---|
at |
optional
Expression
A
|
time |
TimeType
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
BinaryExpression Class (Abstract) A
Super Classes
Local Features
Name | Type and Description |
---|---|
left |
optional
Expression
A
|
right |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
BindVariable Class
Super Classes
Local Features
Name | Type and Description |
---|---|
bind | String |
indexing |
optional
Expression
A
|
indicator | String? |
isInt | Boolean |
parts |
list of
ExtendedSqlId
|
preInt | EBigInteger? |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
BooleanLiteral Class
Super Classes
Local Features
Name | Type and Description |
---|---|
value | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CaseExpression Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
CaseExpressionSearched Class
Super Classes
Local Features
Name | Type and Description |
---|---|
searched_case_statement |
optional
SearchedCaseStatement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CaseExpressionSimple Class
Super Classes
Local Features
Name | Type and Description |
---|---|
simple_case_statement |
optional
SimpleCaseStatement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CastFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
concatenation |
optional
Expression
A
|
multiset_subquery |
optional
Subquery
|
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
CollectFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
modifier |
optional
ArgumentModifiers
E
|
order_by_clause |
optional
OrderByClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
CompoundExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
between_elements |
optional
BetweenElements
|
escape_concatenation |
optional
Expression
A
|
in_elements |
optional
Expression
A
|
like_concatenation |
optional
Expression
A
|
like_type | String? |
main_concatenation |
optional
Expression
A
|
negated | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ConcatenationExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
op |
ConcatenationOperatorType
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
left |
optional
Expression
A
|
right |
optional
Expression
A
|
ConstantExpr Class
Super Classes
Local Features
Name | Type and Description |
---|---|
constant |
Constant
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ConstantInterval Class
Super Classes
Local Features
Name | Type and Description |
---|---|
first_value |
optional
Expression
A
|
from_time |
TimeType
E
|
interval_time |
optional
Expression
A
|
second_value |
optional
Expression
A
|
to_second_value |
optional
Expression
A
|
to_time |
optional
TimeType
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CursorExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
query |
optional
Subquery
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CursorFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
cursor_name |
optional
Expression
A
|
status |
CursorStatus
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
DateLiteral Class
Super Classes
Local Features
Name | Type and Description |
---|---|
value | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DatetimeExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DecLiteral Class
Super Classes
Local Features
Name | Type and Description |
---|---|
m_modifier | Boolean |
value | EBigDecimal |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ElementId Class
Super Classes
Local Features
Name | Type and Description |
---|---|
arguments |
optional
Arguments
|
charset |
list of
ExtendedSqlId
|
link |
optional
ElementName
|
names |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ElementName Class
Super Classes
Local Features
Name | Type and Description |
---|---|
charset |
list of
ExtendedSqlId
|
names |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
NameTypeSpec
DataTypeSpec
ElementId
Argument
ElementNames
MainModel
ReferenceModel
TableviewNameSimple
PivotForClause
UnpivotInElements
UnpivotClause
PivotElement
XmltypeColumnProperties
SubstitutableColumnClauseType
ColumnIndicator
GlobalPartitionedIndex
A
DomainIndexClause
ClusterIndexClause
CreateIndex
UsingIndexClause
InlineConstraint
A
ReferencesClause
VirtualColumnDefinition
ForeignKeyOutOfLineRefConstraint
OutOfLineConstraint
A
UniqueOutOfLineConstraint
PrimaryOutOfLineConstraint
ForeignKeyOutOfLineConstraint
InlineRefConstraintReferences
InlineConstraints
ColumnDefinition
IndividualCall
RaiseStatement
ForUpdateClause
FactoringElement
CycleClause
SearchClause
SearchClauseElement
CursorLoopParamIndex
BoundsClauseValues
ForallStatement
DeclareParameter
ExceptionHandler
VariableDeclaration
TypeDeclaration
A
FieldSpec
SubtypeDeclaration
Parameter
ProcedureSpec
CSpec
ProcedureBody
PragmaDeclarationRestrictReferences
PragmaDeclarationInline
PragmaDeclarationException
FunctionSpec
StreamingClause
PartitionByClause
FunctionBody
A
FunctionBodyUsing
ExceptionDeclaration
ParameterSpec
CursorDeclaration
ColumnBasedUpdateSetClauseSubquery
ColumnBasedUpdateSetClauseExpression
UpdateSetClause
UnifiedAuditing
SetTransactionStatement
SetConstraintStatement
SavepointStatement
RollbackStatement
RenameObject
MergeInsertClause
MergeElement
InsertIntoClause
GrantStatementElement
DropType
DropTrigger
DropSequence
DropProcedure
DropPackage
DropIndex
DropFunction
DropDatabase
SubqueryRestrictionClause
ObjectViewClause
TypeElementsParameter
FuncDeclInType
ProcDeclInType
OverridingFunctionSpec
TypeBody
TypeFunctionSpec
TypeProcedureSpec
PragmaElements
ObjectMemberSpec
TypeDefinition
DmlEventElement
NonDmlTrigger
TriggerBody
TriggerFollowsClause
CreateTrigger
RegisterLogfileClause
TargetElementUnique
TargetElementConstraint
OidIndexClause
RangePartitions
ListPartitions
HashPartitions
SubpartitionByHash
SubpartitionByList
SubpartitionByRange
CompositeRangePartitions
CompositeListPartitions
CompositeHashPartitions
XmltypeVirtualColumnsElement
ObjectTable
CreateSynonym
CreateStatisticsStatement
CreateSequence
CreateSchema
CreateProcedureBody
CreatePackageBody
CreatePackage
CreateOutline
CreateMaterializedView
CreateFunctionBody
A
CreateFunctionBodyUsing
CreateFileFormat
CreateDataSource
CreateContext
CreateClusterElement
CreateCluster
CommentOnColumn
AuditingOnClause
ColumnAssociation
FunctionAssociationElementTypes
FunctionAssociationElementPackages
FunctionAssociationElementIndexes
FunctionAssociationElementFunctions
ColumnsDesc
AnalyzeIndex
AnalyzeCluster
ModifyConstraintAlterView
DropUniqueAlterView
DropConstraintAlterView
ContainerDataClause
AttributeDefinition
CompilerParametersClause
AlterType
AlterTrigger
DropColumnClause
ModifyColProperties
ModifyColSubstitutable
IndexOrgOverflowClause
RenameColumnClause
RenameConstraintClause
SetAlterSession
CloseDatabaseAlterSession
AlterSequence
AlterProcedure
AlterPackage
AddMvLogColumnClause
MvLogAugmentation
ModifyMvColumnClause
AlterIndex
AlterFunction
AlterCluster
OuterJoin
SingleColumnForLoop
MultiColumnForLoop
XmlPiFunction
CostMatrixClause
ForeignKeyClause
AlterIndexSingleOption
TSqlAlterIndex
OptionValue
ExecuteFunctionStatement
PlsqlProcedureBody
TSqlProcedureBody
RoutineClause
CompoundTriggerBlock
IndexExpr
AlterIndexOpsSet2
PlsqlElementName
FunctionArgumentModeling
StringFunction
DatatypeNullEnable
PeriodDefinition
TSqlColumnDefinition
AddConstraint
DropConstraint
EnableConstraint
DisableConstraint
ColumnList
Atom
Expression Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
AllElementExpression
AndExpression
Argument
AtInterval
BinaryExpression
BindVariable
BooleanLiteral
CaseExpression
CaseExpressionSearched
CaseExpressionSimple
CastFunction
CollectFunction
CompoundExpression
ConcatenationExpression
ConstantExpr
ConstantInterval
CursorExpression
CursorFunction
DateLiteral
DatetimeExpression
DecLiteral
ElementId
ElementName
ExtendedSqlId
ExtractFunction
FromToInterval
FunctionCallExpression
GeneralElement
GenericFunctionExpression
InquiryDirective
IntLiteral
Interval
LogicalExpression
ModExpression
ModelExpression
ModelExpressionElement
ModelExpressionElementExpression
ModelExpressionElementMultiForLoop
ModelExpressionElementSingleForLoop
ModelingFunction
MultisetExpression
Negated
NumericFunction
NumericNegative
OrExpression
OuterJoin
ParenExpression
PredictionFunction
RelationalExpression
SelectElement
StringLiteral
Subquery
TableCollectionExpression
TableElementExpression
TempExpression
Timestamp
TreatFunction
TrimFunctionExpression
UnaryExpression
UnaryLogicalExpression
UsingElement
VarrayItem
WithinOverFunction
XmlAggFunction
XmlElementFunction
XmlExistsFunction
XmlMultiuseFunction
XmlParseFunction
XmlPiFunction
XmlQueryFunction
XmlRootFunction
XmlSerializeFunction
XmlTableFunction
Used In
UsingElement
IntervalTypeSpec
DataTypeSpec
UnaryLogicalExpression
UnaryExpression
Timestamp
XmlTableColumn
XmlElementArgument
XmlNamespacesClause
XmlTableFunction
Argument
OrderByElements
QueryPartitionClause
JoinClause
TableRefAux
FlashbackQueryClause
HavingClause
HierarchicalQueryClause
IntoClause
ModelColumn
ModelIterateClause
ModelRulesElement
ModelExpression
SelectElement
WhereClause
WindowingElements
PartitionExtensionClause
TableElementExpression
TableCollectionExpression
UnpivotInElements
PivotElement
PivotInClauseElement
PivotClause
SampleClause
SelectionDirectiveElseifPart
SelectionDirective
ErrorDirective
ExpressionStorageValue
TableIndicator
IndexPartitioningClause
TableIndexClauseElement
TableIndexClause
CheckConstraint
VirtualColumnDefinition
CheckOutOfLineConstraint
InlineConstraints
ColumnDefinition
SplitIndexPartition
SetStatement
ReturnStatement
PipeRowStatement
OpenStatement
UsingClause
OpenForStatement
FetchClause
ForUpdateOptions
OffsetClause
CycleClause
CursorLoopParamRecord
CursorLoopParamIndex
LoopStatement
BetweenBound
BoundsClauseIndices
BoundsClauseBetween
FetchStatement
ExitStatement
ExecuteImmediate
DeclareParameter
ContinueStatement
CloseStatement
CaseElsePart
CaseWhenPart
SimpleCaseStatement
DefaultValuePart
TypeDeclarationVararray
SubtypeDeclaration
CAgentInClause
CParametersClause
PragmaDeclarationInline
NumericNegative
StreamingClause
PartitionByClause
AssignmentStatement
ErrorLoggingRejectPart
ErrorLoggingClause
GeneralTableRef
StaticReturningClause
ColumnBasedUpdateSetClauseExpression
UpdateSetClause
MergeInsertClause
MergeElement
SelectedTableview
MergeStatement
WaitPart
ValuesClause
ConditionalInsertWhenPart
ElseIfPart
IfStatement
XmltypeViewClause
ViewAliasConstraintElement
ViewAliasConstraint
VarrayTypeDef
TypeFunctionSpec
SqljObjectTypeAttr
SqljObjectType
ReferencingElement
TriggerWhenClause
LogFilenameReuse
AddLogfileClauses
RangeValuesClause
RangePartitions
ListValuesClause
CompositeRangePartitions
XmltypeVirtualColumnsElement
MvLogPurgeClauseElement
ConstraintsOrAliasesAlias
RefreshCondition
CreateClusterOptionHashkeys
CommitStatement
UsingStatisticsType
AlterCollectionClauses
CompilerParametersClause
ModifyColProperties
ActionValues
SetAlterSession
ParallelAlterSession
ExpressionRefreshValue
GroupingSetsElementsExpressions
GroupByElementsExpression
ParenExpression
Negated
MultisetExpression
SingleColumnForLoop
MultiColumnForLoop
ModelExpressionElementExpression
FromToInterval
ConstantInterval
AtInterval
FunctionCallExpression
A
XmlSerializeFunction
XmlRootFunction
XmlQueryFunction
XmlPiFunction
XmlParseFunction
XmlMultiuseElement
XmlExistsFunction
XmlElementFunction
XmlAggFunction
WithinOverFunction
TrimFunctionExpression
TreatFunction
PredictionFunction
NumericFunction
ModelingFunction
GenericFunctionExpression
ExtractFunction
CursorFunction
CollectFunction
CastFunction
DatetimeExpression
BetweenElements
CompoundExpression
BindVariable
BinaryExpression
A
PrecisionPart
XmlGeneralDefaultPart
AlterIntervalPartitioning
OptionValue
SingleValueExternalOption
AzureLocationTableOption
ExecuteParameter
ExecuteStringStatement
IndexExpr
Expressions
XmlMultiuseExpressionElement
XmlrootParamVersionPart
OtherFunction
StringFunction
AlterMvRefreshOption
DatetimeExpr
TSqlTableOption
Datatype
DatatypeNullEnable
TSqlColumnDefinition
ElsifPart
PlsqlIfStatement
TSqlIfStatement
SelectListElements
JoinOnPart
PivotInClauseElements
StartPart
WaitNowaitPart
SeedPart
ExtendedSqlId Class
Super Classes
Local Features
Name | Type and Description |
---|---|
id | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
VarrayItem
ElementName
GrantObjectNameUser
GrantObjectNameSqlTranslation
GrantObjectNameMiningModel
GrantObjectNameJava
GrantObjectNameEdition
GrantObjectNameDirectory
ElementId
PartitionExtensionClause
LabelDeclaration
XmltypeStorage
LobStorageParameters
VarrayStorageClause
ObjectTypeColProperties
LocalXmlIndexClauseElement
IndexSubpartitionSubclause
IndexSubpartitionClauseStore
OnCompPartitionedClause
SegmentAttributesClause
OnCompPartitionedTable
OnHashPartitionedTableStore
OnHashPartitionedClause
PartitionedTable
IndexPartitioningClause
HashPartitionsByQuantity
LobPartitioningStorage
PartitioningStorageClauseOption
IndividualHashPartitionsClause
LocalDomainIndexClauseElement
TablespaceAttribute
SupplementalLogGrpClauseElement
ScopeOutOfLineRefConstraint
RefOutOfLineRefConstraint
ForeignKeyOutOfLineRefConstraint
NestedTableColProperties
LobStorageClause
IndexPartitionDescription
SplitIndexPartition
RenameIndexPartition
ModifyIndexSubpartition
ModifyIndexPartition
LoopStatement
GotoStatement
ExitStatement
DropIndexPartition
ContinueStatement
SimpleCaseStatement
SearchedCaseStatement
Body
AddHashIndexPartition
AuditUser
UnifiedAuditing
TablespaceSetting
ModifyIndexDefaultAttrs
RoleName
IdentifiedBy
GranteeName
DropPackage
ObjectViewClauseConstraint
ObjectViewClause
ProfileClause
QuotaClause
UserTablespaceClause
CreateUser
StartStandbyClause
ManagedStandbyRecoveryLogical
PartialDatabaseRecoveryElementTablespace
DefaultSettingsClauseTablespace
DefaultSettingsClauseGlobalName
DefaultSettingsClauseEdition
PermanentTablespaceClause
TablespaceGroupClause
TemporaryTablespaceClause
UndoTablespaceClause
OidIndexClause
ReferencePartitionDesc
ReferencePartitioning
RangePartitionsClause
RangePartitions
ListPartitionsClause
HashSubpartsByQuantity
IndividualHashSubparts
ListSubpartitionDesc
RangeSubpartitionDesc
RangePartitionDesc
SubpartitionByHash
CompositeRangePartitions
ListPartitionDesc
CreateSynonym
CreatePackageBody
CreatePackage
CreateMaterializedViewLogOption
WithClauses
CreateMaterializedViewUsingIndexClause
CreateDirectory
CreateContext
CreateClusterOptionTablespace
AuditingOnClause
FunctionAssociationElementIndexTypes
AlterIdentifiedBy
AlterUserEditionsClause
ContainerData
ProxyClause
AlterUser
AlterTablespaceRename
AlterTablespace
OutOfLinePartitionStorageSubpartition
OutOfLinePartitionStorage
ExternalTableDataPropsElement
AlterAutomaticPartitioning
CoalesceTableSubpartition
ModifyTablePartitionRange
ModifyTablePartitionList
ModifyTablePartitionHash
ModifyTableSubpartitionLobElement
ModifyTableSubpartition
ModifyLobStorageClause
RollbackSegmentRefreshValue
LibraryName
AlterDatabase
XmlMultiuseElement
BindVariable
RebuildClauseOption
AlterIntervalPartitioning
AzureColumnTableOption
IndexColumn
ExtractFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
argument | String |
from |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
FromToInterval Class
Super Classes
Local Features
Name | Type and Description |
---|---|
from |
optional
Expression
A
|
time_from |
TimeType
E
|
time_to |
TimeType
E
|
to |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
FunctionCallExpression Class (Abstract) A
Super Classes
Local Features
Name | Type and Description |
---|---|
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
CastFunction
CollectFunction
CursorFunction
ExtractFunction
GenericFunctionExpression
ModelingFunction
NumericFunction
PredictionFunction
TreatFunction
TrimFunctionExpression
WithinOverFunction
XmlAggFunction
XmlElementFunction
XmlExistsFunction
XmlMultiuseFunction
XmlParseFunction
XmlPiFunction
XmlQueryFunction
XmlRootFunction
XmlSerializeFunction
XmlTableFunction
GeneralElement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
elements |
list of
ElementId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
GenericFunctionExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
arguments |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
InquiryDirective Class
Super Classes
Local Features
Name | Type and Description |
---|---|
text | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IntLiteral Class
Super Classes
Local Features
Name | Type and Description |
---|---|
value | EBigInteger |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
KeyCompression
Chunk
Freepools
LobRetentionClause
Pctversion
SizeClause
ParallelClause
PhysicalAttributesClause
HashPartitionsByQuantity
SupplementalLogGrpClause
SupplementalTableLoggingDropElement
AllocateExtentClauseOption
StartStandbyClause
ManagedStandbyRecoveryClause
GeneralRecoveryDatabaseOption
FullDatabaseRecoveryElement
Filenumber
SwitchLogfileClause
LogfileDescriptor
LogGroupSpec
SystemPartitioning
HashSubpartsByQuantity
SubpartitionTemplate
SubpartitionByHash
SequenceSpec
SequenceStartClause
CreateClusterOptionHashkeys
DefaultCostClause
DefaultSelectivityClause
ColumnsDesc
ForClause
EstimateStatisticsClauses
DatafileTempfileClausesShrink
DatafileTempfileClausesDrop
DropColumnClause
IndexOrgTableClause
PctversionOrFreepools
Interval Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
LogicalExpression Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
left |
optional
Expression
A
|
right |
optional
Expression
A
|
Subclasses
ModExpression Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
left |
optional
Expression
A
|
right |
optional
Expression
A
|
ModelExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
element |
optional
Expression
A
|
expression |
optional
Expression
A
|
interval_expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModelExpressionElement Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
ModelExpressionElementExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expressions |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ModelExpressionElementMultiForLoop Class
Super Classes
Local Features
Name | Type and Description |
---|---|
multi_column_for_loop |
optional
MultiColumnForLoop
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ModelExpressionElementSingleForLoop Class
Super Classes
Local Features
Name | Type and Description |
---|---|
single_column_for_loops |
list of
SingleColumnForLoop
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ModelingFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
arguments |
list of
Expression
A
|
external_using_clause |
optional
UsingClause
|
internal_using_clause |
optional
UsingClause
|
keep_clause |
optional
KeepClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
MultisetExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
concatenation |
optional
Expression
A
|
expression |
optional
Expression
A
|
multiset_type |
optional
MultisetType
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Negated Class
Super Classes
Local Features
Name | Type and Description |
---|---|
value |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
NumericFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
arguments |
list of
Expression
A
|
modifier |
optional
NumericArgumentModifier
E
|
multi_column_for_loop |
optional
MultiColumnForLoop
|
over_clause |
optional
OverClause
|
single_column_for_loop |
optional
SingleColumnForLoop
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
Used In
NumericNegative Class
Super Classes
Local Features
Name | Type and Description |
---|---|
numeric |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OrExpression Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
left |
optional
Expression
A
|
right |
optional
Expression
A
|
OuterJoin Class
Super Classes
Local Features
Name | Type and Description |
---|---|
table |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ParenExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expressions |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PredictionFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
arguments |
list of
Expression
A
|
cost_matrix_clause |
optional
CostMatrixClause
|
using_clause |
optional
UsingClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
RelationalExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
operator |
RelationalOperatorType
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
left |
optional
Expression
A
|
right |
optional
Expression
A
|
SelectElement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
element |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
StringLiteral Class
Super Classes
Local Features
Name | Type and Description |
---|---|
format |
StringFormat
E
|
value | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
EncryptionSpec
SizeClause
XmlIndexParametersClause
LocalDomainIndexClauseElement
DomainIndexClause
AllocateExtentClauseOption
IndexPartitionDescriptionOption
ModifyIndexPartitionOption
JavaSpec
CSpec
SetTransactionStatement
RollbackStatement
ExplainStatement
IdentifiedOtherClause
TypeDefinition
RedoLogFileSpec
DatafileTempfileSpec
GeneralRecovery
A
FullDatabaseRecoveryElement
PartialDatabaseRecoveryElementFilenumber
PartialDatabaseRecoveryElementDatafile
GeneralRecoveryDatabase
RenameLogfileClause
LogfileDescriptor
DropLogfileClauses
InstanceClauses
RenameFileClause
CreateDatafileClause
AlterFileClause
ControlfileClausesStandby
TraceFileClause
ControlfileClausesBackup
SetTimeZoneClause
DefaultSettingsClauseChangeTracking
TablespaceEncryptionSpec
TablespaceGroupClause
CreateDirectory
CommentOnTable
CommentOnColumn
DatafileTempfileClausesShrink
DatafileTempfileClausesRename
DatafileTempfileClausesDrop
ExternalTableDataPropsElement
AlterTableProperties
RebuildClauseOption
AlterIndexSingleOption
Subquery Class
Super Classes
Local Features
Name | Type and Description |
---|---|
elements |
list of
SubqueryElements
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
QueryPartitionClause
SubqueryElements
ReferenceModel
TableCollectionExpression
PivotInClause
SubqueryBasicElements
Query
FactoringElement
ColumnBasedUpdateSetClauseSubquery
ExternalTableDataPropsElement
MultiColumnForLoop
CastFunction
CursorExpression
OtherFunction
SelectOnlyStatement
InElements
Atom
TableCollectionExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
outer_join_sign | Boolean |
subquery |
optional
Subquery
|
table | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TableElementExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
alias |
optional
Expression
A
|
container |
optional
TableviewName
A
|
name |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TempExpression Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Timestamp Class
Super Classes
Local Features
Name | Type and Description |
---|---|
at_time_zone |
optional
Expression
A
|
time |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TreatFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
ref | Boolean |
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
TrimFunctionExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
arguments |
list of
Expression
A
|
from |
optional
Expression
A
|
modifier |
optional
TrimModifier
E
|
what |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
UnaryExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
operator |
UnaryOperatorType
E
|
value |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
UnaryLogicalExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
negated | Boolean |
operations |
list of
LogicalOperation
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
UsingElement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
element |
optional
Expression
A
|
modifier |
optional
UsingModifier
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
VarrayItem Class
Super Classes
Local Features
Name | Type and Description |
---|---|
id_expression |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
WithinOverFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
arguments |
list of
Expression
A
|
keep_clause |
optional
KeepClause
|
over_clause |
optional
OverClause
|
within_clause |
optional
WithinClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
XmlAggFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
element |
optional
ElementId
|
expression |
optional
Expression
A
|
order_by_clause |
optional
OrderByClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
XmlElementFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
arguments |
list of
XmlElementArgument
|
element |
optional
ElementId
|
first |
optional
Expression
A
|
modifiers |
list of
ArgumentModifiersWrapper
|
xml_attributes_clause |
optional
XmlAttributesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
XmlExistsFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
xml_passing_clause |
optional
XmlPassingClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
XmlMultiuseFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
element |
optional
ElementId
|
elements |
list of
XmlMultiuseElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
XmlParseFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
argument |
optional
Expression
A
|
element |
optional
ElementId
|
modifier |
ArgumentModifiers
E
|
wellformed | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
XmlPiFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
element |
optional
ElementId
|
expression_eval_name |
optional
Expression
A
|
identifier_name |
optional
ElementName
|
second |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
XmlQueryFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
element |
optional
ElementId
|
expression |
optional
Expression
A
|
null_on_empty | Boolean |
xml_passing_clause |
optional
XmlPassingClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
XmlRootFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
element |
optional
ElementId
|
expression |
optional
Expression
A
|
standalone |
optional
XmlRootValue
E
|
version |
optional
XmlRootValue
E
|
version_value |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
XmlSerializeFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
argument |
optional
Expression
A
|
defaults |
XmlSerializeValue
E
|
element |
optional
ElementId
|
encoding |
optional
Expression
A
|
indent |
XmlSerializeValue
E
|
indent_size |
optional
Expression
A
|
modifier |
ArgumentModifiers
E
|
type_spec |
optional
TypeSpec
A
|
version |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
XmlTableFunction Class
Super Classes
Local Features
Name | Type and Description |
---|---|
columns |
list of
XmlTableColumn
|
element |
optional
ElementId
|
expression |
optional
Expression
A
|
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
xml_namespaces_clause |
optional
XmlNamespacesClause
|
xml_passing_clause |
optional
XmlPassingClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
following_expressions |
list of
Expression
A
|
name |
optional
Expression
A
|
Used In
Classes
ActionValues Class
Super Classes
Local Features
Name | Type and Description |
---|---|
action |
Actions
E
|
values |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ActivateStandbyDbClause Class
Local Features
Name | Type and Description |
---|---|
finish_apply | Boolean |
logical_or_physical |
optional
Replication
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AddColumnClause Class
Local Features
Name | Type and Description |
---|---|
column_definitions |
list of
RelationalProperty
A
|
column_properties |
optional
ColumnProperties
A
|
out_of_line_partition_storage |
list of
OutOfLinePartitionStorage
|
virtual_column_definition |
list of
VirtualColumnDefinition
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AddColumnClauseColumn Class
Local Features
Name | Type and Description |
---|---|
columnDefinition |
optional
ColumnDefinition
|
virtualColumnDefinition |
optional
VirtualColumnDefinition
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AddConstraint Class
Local Features
Name | Type and Description |
---|---|
addConstraintClause |
list of
AddConstraintClause
|
constraintName |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AddConstraintClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
out_of_line_constraint |
list of
OutOfLineConstraint
A
|
out_of_line_ref_constraint |
optional
OutOfLineRefConstraint
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AddHashSubpartition Class
Local Features
Name | Type and Description |
---|---|
individual_hash_subparts |
optional
IndividualHashSubparts
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AddListSubpartition Class
Local Features
Name | Type and Description |
---|---|
list_subpartition_desc |
list of
ListSubpartitionDesc
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AddLogfileClauses Class
Super Classes
Local Features
Name | Type and Description |
---|---|
descriptors |
list of
LogfileDescriptor
|
filenames |
list of
LogFilenameReuse
|
group_specs |
list of
LogGroupSpec
|
instance |
optional
Expression
A
|
isStandby | Boolean |
thread_number |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AddModifyDropColumnClauses Class
Super Classes
Local Features
Name | Type and Description |
---|---|
add_column_clause |
list of
AddColumnClause
|
drop_column_clause |
list of
DropColumnClause
|
modify_column_clauses |
list of
ModifyColumnClauses
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AddMvLogColumnClause Class
Local Features
Name | Type and Description |
---|---|
column_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AddOrDrop Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AddOverflowClause Class
Local Features
Name | Type and Description |
---|---|
overflow_clause |
optional
SegmentAttributesClause
|
partition_clauses |
list of
SegmentAttributesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AddRangeSubpartition Class
Local Features
Name | Type and Description |
---|---|
range_subpartition_desc |
list of
RangeSubpartitionDesc
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AddRemContainerData Class
Local Features
Name | Type and Description |
---|---|
containerNames |
optional
ContainerNames
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AllocateExtentClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
options |
list of
AllocateExtentClauseOption
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AllocateExtentClauseOption Class
Super Classes
Local Features
Name | Type and Description |
---|---|
datafile |
optional
StringLiteral
|
inst_num |
optional
IntLiteral
|
size_clause |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterAttribute Class
Local Features
Name | Type and Description |
---|---|
action |
Actions
E
|
attributes |
list of
AttributeDefinition
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterAutomaticPartitioning Class
Local Features
Name | Type and Description |
---|---|
partitioning_setting |
optional
PartitioningSetting
E
|
store_in |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterCollectionClauses Class
Local Features
Name | Type and Description |
---|---|
element_type |
optional
TypeSpec
A
|
limit |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterDatabaseOption Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
AddLogfileClauses
AlterFileClause
ArchiveLogfileClause
ClearLogfileClause
ControlfileClauses
ControlfileClausesBackup
ControlfileClausesStandby
CreateDatafileClause
DatabaseFileClauses
DefaultSettingsClause
DefaultSettingsClauseChangeTracking
DefaultSettingsClauseEdition
DefaultSettingsClauseFile
DefaultSettingsClauseGlobalName
DefaultSettingsClauseTablespace
DropLogfileClauses
FlashbackModeClause
ForceLoggingLogfileClause
GeneralRecovery
GeneralRecoveryDatabase
GeneralRecoveryDatabaseOption
GeneralRecoveryValue
InstanceClauses
LogfileClauses
ManagedStandbyRecovery
ManagedStandbyRecoveryDatabase
ManagedStandbyRecoveryLogical
RecoveryClauses
RecoveryClausesBackup
RenameFileClause
RenameLogfileClause
SecurityClause
SetTimeZoneClause
StandbyDatabaseClauses
StartupClauseMount
StartupClauseOpen
StartupClauses
SupplementalDbLogging
SwitchLogfileClause
AlterDatafileClause Class
Local Features
Name | Type and Description |
---|---|
autoextendClause |
optional
AutoextendClause
|
filename |
list of
QuotedString
|
filenumber |
list of
Filenumber
|
sizeClause |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterExternalTable Class
Local Features
Name | Type and Description |
---|---|
elements |
list of
AlterExternalTableElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterExternalTableElement Class
Local Features
Name | Type and Description |
---|---|
add_column_clause |
optional
AddColumnClause
|
drop_column_clause |
optional
DropColumnClause
|
error_logging_reject_part |
optional
ErrorLoggingRejectPart
|
external_table_data_props |
optional
ExternalTableDataProps
|
modify_column_clauses |
optional
ModifyColumnClauses
|
parallel_clause |
optional
ParallelClause
|
project_column |
optional
ProjectColumn
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterFileClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
alterType |
AlterFileType
E
|
autoextend_clause |
optional
AutoextendClause
|
filenames |
list of
StringLiteral
|
filenumbers |
list of
Filenumber
|
option |
AlterFileOption
E
|
size_clause |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterIdentifiedBy Class
Local Features
Name | Type and Description |
---|---|
identified_by |
optional
IdentifiedBy
|
replace |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterIndexMultipleOption Class
Local Features
Name | Type and Description |
---|---|
allocate_extent_clause |
optional
AllocateExtentClause
|
deallocate_unused_clause |
optional
DeallocateUnusedClause
|
logging_clause |
optional
LoggingClauseValue
E
|
parallel_clause |
optional
ParallelClause
|
physical_attributes_clause |
optional
PhysicalAttributesClause
|
shrink_clause |
optional
ShrinkClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterIndexOpsSet1 Class
Local Features
Name | Type and Description |
---|---|
allocateExtentClause |
optional
AllocateExtentClause
|
deallocateUnusedClause |
optional
DeallocateUnusedClause
|
loggingClause |
optional
LoggingClause
|
parallelClause |
optional
ParallelClause
|
physicalAttributesClause |
optional
PhysicalAttributesClause
|
shrinkClause |
optional
ShrinkClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterIndexOpsSet2 Class
Local Features
Name | Type and Description |
---|---|
alterIndexPartitioning |
optional
AlterIndexPartitioning
|
enableOrDisable |
optional
EnableOrDisable
E
|
indexName |
optional
ElementName
|
odciParameters |
optional
QuotedString
|
parallelClause |
optional
ParallelClause
|
rebuildClause |
optional
RebuildClause
|
visibleOrInvisible |
optional
VisibleOrInvisible
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterIndexOptionsWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
AlterIndexOptions
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterIndexPartitioning Class
Local Features
Name | Type and Description |
---|---|
addHashIndexPartition |
optional
AddHashIndexPartition
|
coalesceIndexPartition |
optional
CoalesceIndexPartition
|
dropIndexPartition |
optional
DropIndexPartition
|
modifyIndexDefaultAttrs |
optional
ModifyIndexDefaultAttrs
|
modifyIndexPartition |
optional
ModifyIndexPartition
|
modifyIndexSubpartition |
optional
ModifyIndexSubpartition
|
renameIndexPartition |
optional
RenameIndexPartition
|
splitIndexPartition |
optional
SplitIndexPartition
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterIndexSingleOption Class
Local Features
Name | Type and Description |
---|---|
alter_index_partitioning |
optional
Statement
A
|
index_name |
optional
ElementName
|
odci_parameters |
optional
StringLiteral
|
options |
list of
AlterIndexOptionsWrapper
|
parallel_clause |
optional
ParallelClause
|
rebuild_clause |
optional
RebuildClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterIntervalPartitioning Class
Local Features
Name | Type and Description |
---|---|
interval | Boolean |
interval_expression |
optional
Expression
A
|
store_in |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterIotClauses Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
AlterMappingTableClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
allocate_extent_clause |
optional
AllocateExtentClause
|
deallocate_unused_clause |
optional
DeallocateUnusedClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterMethodElement Class
Local Features
Name | Type and Description |
---|---|
action |
Actions
E
|
map_order_function_spec |
optional
MapOrderFunctionSpec
|
subprogram_spec |
optional
SubprogramSpec
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterMethodSpec Class
Local Features
Name | Type and Description |
---|---|
alter_method_elements |
list of
AlterMethodElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterMvOption Class
Local Features
Name | Type and Description |
---|---|
alter_mv_refresh |
optional
AlterMvRefresh
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterMvOption1 Class
Local Features
Name | Type and Description |
---|---|
alterMvRefresh |
optional
AlterMvRefresh
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterMvRefresh Class
Local Features
Name | Type and Description |
---|---|
options |
list of
RefreshValue
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterMvRefreshOption Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
rollbackSegment |
optional
RegularId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterOverflowClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
add_overflow_clause |
optional
AddOverflowClause
|
allocate_extent_clause |
list of
AllocateExtentClause
|
deallocate_unused_clause |
list of
DeallocateUnusedClause
|
segment_attributes_clause |
list of
SegmentAttributesClause
|
shrink_clause |
list of
ShrinkClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterSessionSetClause Class
Local Features
Name | Type and Description |
---|---|
parameterName |
optional
Identifier
|
parameterValue |
optional
ParameterValue
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterTableOptionsWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
AlterTableOptions
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterTablePartitioning Class
Local Features
Name | Type and Description |
---|---|
alter_automatic_partitioning |
optional
AlterAutomaticPartitioning
|
modify_index_default_attrs |
optional
ModifyIndexDefaultAttrs
|
modify_table_partition |
optional
ModifyTablePartition
A
|
modify_table_subpartition |
optional
ModifyTableSubpartition
|
subpartition_template |
optional
SubpartitionTemplate
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterTableProperties Class
Local Features
Name | Type and Description |
---|---|
alter_table_properties_clauses |
optional
AlterTablePropertiesClauses
|
option |
optional
AlterTablePropertiesOptions
E
|
rekey_name |
optional
StringLiteral
|
shrink_clause |
optional
ShrinkClause
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterTablePropertiesClause Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
AllocateExtentClause
AllocateExtentClauseOption
CacheOptionClause
DeallocateUnusedClause
FlashbackArchiveClause
LoggingClause
ParallelClause
PhysicalAttributesClause
RecordsPerBlockClause
RowMovementClause
SupplementalTableLogging
SupplementalTableLoggingAdd
SupplementalTableLoggingDrop
TableCompressionClause
UpgradeTableClause
Used In
AlterTablePropertiesClauses Class
Local Features
Name | Type and Description |
---|---|
alter_iot_clauses |
optional
AlterIotClauses
A
|
clauses |
list of
AlterTablePropertiesClause
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterTablespaceBackup Class
Local Features
Name | Type and Description |
---|---|
value |
BeginOrEnd
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterTablespaceChangeSize Class
Local Features
Name | Type and Description |
---|---|
change_type |
ChangeType
E
|
keep_size |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterTablespaceCoalesce Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterTablespaceDefault Class
Local Features
Name | Type and Description |
---|---|
storage_clause |
optional
StorageClause
|
table_compression |
optional
TableCompression
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterTablespaceRename Class
Local Features
Name | Type and Description |
---|---|
tablespace |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterTempfileClause Class
Local Features
Name | Type and Description |
---|---|
autoextendClause |
optional
AutoextendClause
|
filename |
list of
QuotedString
|
filenumber |
list of
Filenumber
|
sizeClause |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterUserEditionsClause Class
Local Features
Name | Type and Description |
---|---|
for_which |
list of
ExtendedSqlId
|
force | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AlterVarrayColProperties Class
Local Features
Name | Type and Description |
---|---|
modifyLobParameters |
optional
ModifyLobParameters
|
varrayItem |
optional
VarrayItem
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AlterViewEditionable Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AnalyzeCluster Class
Super Classes
Local Features
Name | Type and Description |
---|---|
cluster_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AnalyzeIndex Class
Super Classes
Local Features
Name | Type and Description |
---|---|
index_name |
optional
ElementName
|
partition_extention_clause |
optional
PartitionExtensionClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AnalyzeObject Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
AnalyzeTable Class
Super Classes
Local Features
Name | Type and Description |
---|---|
partition_extention_clause |
optional
PartitionExtensionClause
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ArchiveLogfileClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
manual | Boolean |
option |
ArchiveOption
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ArgumentModifiersWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
ArgumentModifiers
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ArgumentWithNull Class
Local Features
Name | Type and Description |
---|---|
argument |
optional
Argument
|
respectOrIgnoreNulls |
optional
RespectOrIgnoreNulls
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
Arguments Class
Local Features
Name | Type and Description |
---|---|
argument |
list of
Argument
|
keep_clause |
optional
KeepClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
Atom Class
Local Features
Name | Type and Description |
---|---|
bindVariable |
optional
BindVariable
|
constant |
optional
Constant
E
|
expressions |
optional
Expressions
|
generalElement |
optional
GeneralElement
|
inquiryDirective |
optional
InquiryDirective
|
outerJoinSign |
optional
OuterJoinSign
|
subquery |
optional
Subquery
|
subqueryOperationPart |
list of
SubqueryOperationPart
|
tableElement |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
AttributeDefinition Class
Local Features
Name | Type and Description |
---|---|
name |
optional
ElementName
|
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AuditDirectPath Class
Local Features
Name | Type and Description |
---|---|
auditing_by_clause |
optional
AuditingByClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AuditOperationClause Class
Local Features
Name | Type and Description |
---|---|
operations |
list of
Operation
|
statementsOrPrivileges |
StatementsOrPrivileges
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AuditSchemaObjectClause Class
Local Features
Name | Type and Description |
---|---|
auditing_on_clause |
optional
AuditingOnClause
|
sql_operation |
list of
SqlOperationWrapper
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AuditUser Class
Local Features
Name | Type and Description |
---|---|
regular_id |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AuditingByClause Class
Local Features
Name | Type and Description |
---|---|
audit_user |
list of
AuditUser
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AuditingOnClause Class
Local Features
Name | Type and Description |
---|---|
auditing_target |
AuditingTarget
E
|
id |
optional
ExtendedSqlId
|
name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AutoextendClause Class
Local Features
Name | Type and Description |
---|---|
maxsize_clause |
optional
MaxsizeClause
|
off | Boolean |
size_clause |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
AzureColumnTableOption Class
Super Classes
Local Features
Name | Type and Description |
---|---|
columns |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
option |
ExternalOptionValue
E
|
AzureIndexColumnTableOption Class
Super Classes
Local Features
Name | Type and Description |
---|---|
columns |
list of
IndexColumn
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
option |
ExternalOptionValue
E
|
AzureLocationTableOption Class
Super Classes
Local Features
Name | Type and Description |
---|---|
location |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
option |
ExternalOptionValue
E
|
AzureRelationalTable Class
Local Features
Name | Type and Description |
---|---|
relationalProperty |
list of
RelationalProperty
A
|
tableOptions |
list of
ExternalOption
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
BasicRefreshValue Class
Super Classes
Local Features
Name | Type and Description |
---|---|
option |
RefreshOptions
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
BasicStorageValue Class
Super Classes
Local Features
Name | Type and Description |
---|---|
option |
StorageOptions
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
BetweenBound Class
Local Features
Name | Type and Description |
---|---|
lower_bound |
optional
Expression
A
|
upper_bound |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
BetweenElements Class
Local Features
Name | Type and Description |
---|---|
left |
optional
Expression
A
|
right |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
BitmapJoinIndexClause Class
Local Features
Name | Type and Description |
---|---|
columns |
list of
ColumnIndicator
|
from_tables |
list of
TableIndicator
|
index_attributes |
optional
IndexAttributes
|
local_partitioned_index |
optional
LocalPartitionedIndex
|
tableview_name |
optional
TableviewName
A
|
where_clause |
optional
WhereClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
BoundsClause Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
BoundsClauseBetween Class
Super Classes
Local Features
Name | Type and Description |
---|---|
lower_bound |
optional
Expression
A
|
upper_bound |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
BoundsClauseIndices Class
Super Classes
Local Features
Name | Type and Description |
---|---|
between_bound |
optional
BetweenBound
|
collection_name |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
BoundsClauseValues Class
Super Classes
Local Features
Name | Type and Description |
---|---|
index_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
BuildClause Class
Local Features
Name | Type and Description |
---|---|
timing |
TimingCreation
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CAgentInClause Class
Local Features
Name | Type and Description |
---|---|
expressions |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CParametersClause Class
Local Features
Name | Type and Description |
---|---|
expressions |
list of
Expression
A
|
variadic | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CSpec Class
Super Classes
Local Features
Name | Type and Description |
---|---|
c_agent_in_clause |
optional
CAgentInClause
|
c_name |
optional
StringLiteral
|
c_parameters_clause |
optional
CParametersClause
|
identifier |
optional
ElementName
|
with_context | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CacheOptionClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
option |
CacheOption
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CacheOrNocache Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CallSpec Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
CascadeClauseWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
CascadeClause
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CaseElsePart Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
seq_of_statements |
list of
ExecutableElement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CaseWhenPart Class
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
expression |
optional
Expression
A
|
seq_of_statements |
list of
ExecutableElement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CellReferenceOptionsWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
CellReferenceOptions
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CheckConstraint Class
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
disable | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CheckOutOfLineConstraint Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
constraint_name |
optional
ElementName
|
constraint_state |
optional
ConstraintState
|
Chunk Class
Local Features
Name | Type and Description |
---|---|
number |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ClearLogfileClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
logfile_descriptor |
list of
LogfileDescriptor
|
unarchived | Boolean |
unrecoverable | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ClusterIndexClause Class
Local Features
Name | Type and Description |
---|---|
cluster_name |
optional
ElementName
|
index_attributes |
optional
IndexAttributes
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CoalesceIotClause Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CoalesceTableSubpartition Class
Local Features
Name | Type and Description |
---|---|
clustering |
optional
AllowOrDisallow
E
|
parallel_clause |
optional
ParallelClause
|
subpartition_name |
optional
ExtendedSqlId
|
update_index_clause |
optional
GlobalIndexClause
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ColumnAlias Class
Local Features
Name | Type and Description |
---|---|
identifier |
optional
Identifier
|
quotedString |
optional
QuotedString
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ColumnAssociation Class
Local Features
Name | Type and Description |
---|---|
column_name |
list of
ElementName
|
tableview_name |
list of
TableviewName
A
|
using_statistics_type |
optional
UsingStatisticsType
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ColumnBasedUpdateSetClause Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
ColumnBasedUpdateSetClauseExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_name |
optional
ElementName
|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ColumnBasedUpdateSetClauseSubquery Class
Super Classes
Local Features
Name | Type and Description |
---|---|
paren_column_list |
list of
ElementName
|
subquery |
optional
Subquery
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ColumnClauses Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
ColumnDefinition Class
Super Classes
Local Features
Name | Type and Description |
---|---|
collation |
optional
ElementName
|
column_name |
optional
ElementName
|
datatype |
optional
TypeSpec
A
|
default_expression |
optional
Expression
A
|
encryption |
optional
EncryptionSpec
|
inline_constraint |
list of
InlineConstraint
A
|
inline_ref_constraint |
optional
InlineRefConstraint
A
|
sort | Boolean |
type_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ColumnIndicator Class
Local Features
Name | Type and Description |
---|---|
asc_or_desc |
optional
AscOrDesc
E
|
column_name |
optional
ElementName
|
table |
optional
TableIndicator
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ColumnList Class
Local Features
Name | Type and Description |
---|---|
columnName |
list of
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ColumnProperties Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
LobStorageClause
NestedTableColProperties
ObjectTypeColProperties
VarrayColProperties
XmltypeColumnProperties
Used In
ColumnsDesc Class
Local Features
Name | Type and Description |
---|---|
attribute_name |
optional
ElementName
|
column_name |
optional
ElementName
|
size |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
Command Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Comment Class
Local Features
Name | Type and Description |
---|---|
text | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CommitSwitchoverClause Class
Local Features
Name | Type and Description |
---|---|
logical_or_physical |
optional
Replication
E
|
option |
CommitSwitchoverOption
E
|
session_shutdown_wait_or_nowait |
optional
WaitOrNoWait
E
|
session_shutdown_with_or_without |
optional
WithOrWithout
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CompilationUnit Class
Local Features
Name | Type and Description |
---|---|
script | List<ASTNode> |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CompileTypeClause Class
Local Features
Name | Type and Description |
---|---|
compiler_parameters_clause |
list of
CompilerParametersClause
|
debug | Boolean |
reuse_settings | Boolean |
scope |
optional
ConstructScope
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CompilerParametersClause Class
Local Features
Name | Type and Description |
---|---|
parameter_name |
optional
ElementName
|
parameter_value |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CompositeHashPartitions Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_name |
list of
ElementName
|
hash_partitions_by_quantity |
optional
HashPartitionsByQuantity
|
individual_hash_partitions |
optional
IndividualHashPartitions
|
subpartition_by_hash |
optional
SubpartitionByHash
|
subpartition_by_list |
optional
SubpartitionByList
|
subpartition_by_range |
optional
SubpartitionByRange
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CompositeListPartitions Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_name |
optional
ElementName
|
list_partition_desc |
list of
ListPartitionDesc
|
subpartition_by_hash |
optional
SubpartitionByHash
|
subpartition_by_list |
optional
SubpartitionByList
|
subpartition_by_range |
optional
SubpartitionByRange
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CompositeRangePartitions Class
Super Classes
Local Features
Name | Type and Description |
---|---|
interval_expression |
optional
Expression
A
|
range |
list of
ElementName
|
range_partition_desc |
list of
RangePartitionDesc
|
store_in |
list of
ExtendedSqlId
|
subpartition_by_hash |
optional
SubpartitionByHash
|
subpartition_by_list |
optional
SubpartitionByList
|
subpartition_by_range |
optional
SubpartitionByRange
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CompoundDmlTrigger Class
Super Classes
Local Features
Name | Type and Description |
---|---|
dml_event_clause |
optional
DmlEventClause
|
referencing_clause |
optional
ReferencingClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CompoundTriggerBlock Class
Local Features
Name | Type and Description |
---|---|
seqOfDeclareSpecs |
optional
SeqOfDeclareSpecs
|
timingPointSection |
list of
TimingPointSection
|
triggerName |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ComputeStatisticsClauses Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
for_clause |
optional
ForClause
|
system | Boolean |
Concatenation Class
Local Features
Name | Type and Description |
---|---|
intervalExpression |
optional
IntervalExpression
|
left |
optional
Concatenation
|
modelExpression |
optional
ModelExpression
|
op | String? |
right |
optional
Concatenation
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ConditionalInsertClause Class
Local Features
Name | Type and Description |
---|---|
else_part |
optional
ConditionalInsertElsePart
|
target |
optional
PositionTarget
E
|
when_parts |
list of
ConditionalInsertWhenPart
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ConditionalInsertElsePart Class
Local Features
Name | Type and Description |
---|---|
multi_table_element |
list of
MultiTableElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ConditionalInsertWhenPart Class
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
multi_table_element |
list of
MultiTableElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ConstraintClauses Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
AddConstraintClause
DropConstraintClause
DropConstraintClauses
ModifyConstraintClause
RenameConstraintClause
Used In
ConstraintState Class
Local Features
Name | Type and Description |
---|---|
options |
list of
ConstraintStateOption
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ConstraintStateOption Class (Abstract) A
Local Features
Name | Type and Description |
---|---|
option |
ConstraintStateOptionValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
ConstraintStateOptionBasic Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
option |
ConstraintStateOptionValue
E
|
ConstraintStateOptionIndexClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
using_index_clause |
optional
UsingIndexClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
option |
ConstraintStateOptionValue
E
|
ConstraintsOrAliases Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
ConstraintsOrAliasesAlias Class
Super Classes
Local Features
Name | Type and Description |
---|---|
alias |
optional
Expression
A
|
encryption |
optional
EncryptionSpec
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ConstraintsOrAliasesScopedConstraint Class
Super Classes
Local Features
Name | Type and Description |
---|---|
scoped_constraint |
optional
ScopeOutOfLineRefConstraint
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ConstructorDeclaration Class
Local Features
Name | Type and Description |
---|---|
body |
optional
Body
|
call_spec |
optional
CallSpec
A
|
final | Boolean |
function_type |
optional
TypeSpec
A
|
instantiable | Boolean |
is_or_as |
IsOrAs
E
|
self_in_out_type |
optional
TypeSpec
A
|
seq_of_declare_specs |
list of
DeclareSpec
A
|
type_elements_parameter |
list of
TypeElementsParameter
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ConstructorSpec Class
Super Classes
Local Features
Name | Type and Description |
---|---|
call_spec |
optional
CallSpec
A
|
final | Boolean |
function_type |
optional
TypeSpec
A
|
instantiable | Boolean |
is_or_as |
optional
IsOrAs
E
|
self_in_out_type |
optional
TypeSpec
A
|
type_elements_parameter |
list of
TypeElementsParameter
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ContainerClauseWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
ContainerClause
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ContainerData Class
Local Features
Name | Type and Description |
---|---|
action |
Actions
E
|
container_names |
list of
ExtendedSqlId
|
scope |
optional
ContainerScope
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ContainerDataClause Class
Local Features
Name | Type and Description |
---|---|
add_rem_container_data |
optional
ContainerData
|
container_tableview_name |
optional
ElementName
|
set_container_data |
optional
ContainerData
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ContainerNames Class
Local Features
Name | Type and Description |
---|---|
idExpression |
list of
IdExpression
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ControlfileClauses Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
ControlfileClausesBackup Class
Super Classes
Local Features
Name | Type and Description |
---|---|
filename |
optional
StringLiteral
|
reuse | Boolean |
trace_file_clause |
optional
TraceFileClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ControlfileClausesStandby Class
Super Classes
Local Features
Name | Type and Description |
---|---|
filename |
optional
StringLiteral
|
logical_or_physical |
optional
Replication
E
|
reuse | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ConvertDatabaseClause Class
Local Features
Name | Type and Description |
---|---|
replication |
Replication
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CostMatrixClause Class
Local Features
Name | Type and Description |
---|---|
model_type |
optional
ModelType
E
|
names |
list of
ElementName
|
valuesClause |
optional
ValuesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CreateClusterElement Class
Local Features
Name | Type and Description |
---|---|
column_name |
optional
ElementName
|
datatype |
optional
TypeSpec
A
|
sort | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CreateClusterOption Class (Abstract) A
Local Features
Name | Type and Description |
---|---|
value |
CreateClusterOptionValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
CreateClusterOptionHashkeys
CreateClusterOptionIndex
CreateClusterOptionPhysicalAttributes
CreateClusterOptionSize
CreateClusterOptionTablespace
Used In
CreateClusterOptionHashkeys Class
Super Classes
Local Features
Name | Type and Description |
---|---|
hash_is |
optional
Expression
A
|
key |
optional
IntLiteral
|
single_table | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
value |
CreateClusterOptionValue
E
|
CreateClusterOptionIndex Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
value |
CreateClusterOptionValue
E
|
CreateClusterOptionPhysicalAttributes Class
Super Classes
Local Features
Name | Type and Description |
---|---|
physical_attributes_clause |
optional
PhysicalAttributesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
value |
CreateClusterOptionValue
E
|
CreateClusterOptionSize Class
Super Classes
Local Features
Name | Type and Description |
---|---|
size_clause |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
value |
CreateClusterOptionValue
E
|
CreateClusterOptionTablespace Class
Super Classes
Local Features
Name | Type and Description |
---|---|
tablespace |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
value |
CreateClusterOptionValue
E
|
CreateDatafileClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
asNew | Boolean |
file_specifications |
list of
FileSpecification
A
|
filenames |
list of
StringLiteral
|
filenumbers |
list of
Filenumber
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CreateMaterializedViewLogOption Class
Local Features
Name | Type and Description |
---|---|
cache_option |
optional
CacheOption
E
|
logging_clause |
optional
LoggingClauseValue
E
|
physical_attributes_clause |
optional
PhysicalAttributesClause
|
tablespace_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CreateMaterializedViewUsingIndexClause Class
Local Features
Name | Type and Description |
---|---|
mv_tablespace |
optional
ExtendedSqlId
|
physical_attributes_clause |
optional
PhysicalAttributesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CreateMvRefresh Class
Local Features
Name | Type and Description |
---|---|
conditions |
list of
RefreshCondition
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CursorDeclaration Class
Super Classes
Local Features
Name | Type and Description |
---|---|
identifier |
optional
ElementName
|
is_statement |
optional
SelectStatement
|
parameters |
list of
ParameterSpec
|
return_type |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CursorLoopParam Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
CursorLoopParamIndex Class
Super Classes
Local Features
Name | Type and Description |
---|---|
index_name |
optional
ElementName
|
lower_bound |
optional
Expression
A
|
reverse | Boolean |
upper_bound |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CursorLoopParamRecord Class
Super Classes
Local Features
Name | Type and Description |
---|---|
cursor_name |
optional
Expression
A
|
expressions |
list of
Expression
A
|
record_name |
optional
Expression
A
|
select_statement |
optional
SelectStatement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
CursorManipulationStatements Class
Local Features
Name | Type and Description |
---|---|
closeStatement |
optional
CloseStatement
|
fetchStatement |
optional
FetchStatement
|
openForStatement |
optional
OpenForStatement
|
openStatement |
optional
OpenStatement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
CycleClause Class
Local Features
Name | Type and Description |
---|---|
column_list |
list of
ElementName
|
column_name |
optional
ElementName
|
default_expression |
optional
Expression
A
|
to_expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DataManipulationLanguageStatements Class
Local Features
Name | Type and Description |
---|---|
deleteStatement |
optional
DeleteStatement
|
explainStatement |
optional
ExplainStatement
|
insertStatement |
optional
InsertStatement
A
|
lockTableStatement |
optional
LockTableStatement
|
mergeStatement |
optional
MergeStatement
|
selectStatement |
optional
SelectStatement
|
updateStatement |
optional
UpdateStatement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DataTypeSpec Class
Super Classes
Local Features
Name | Type and Description |
---|---|
char_set_name |
optional
ElementName
|
fractional_precision |
optional
Expression
A
|
leading_precision |
optional
Expression
A
|
native_type | String |
precision_type | String? |
time_type |
optional
TimeType
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DatabaseFileClauses Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
DatafileSpecification Class
Local Features
Name | Type and Description |
---|---|
datafile_tempfile_spec |
optional
DatafileTempfileSpec
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DatafileTempfileClauses Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
DatafileTempfileClausesAdd
DatafileTempfileClausesDrop
DatafileTempfileClausesOnlineOrOffline
DatafileTempfileClausesRename
DatafileTempfileClausesShrink
Used In
DatafileTempfileClausesAdd Class
Super Classes
Local Features
Name | Type and Description |
---|---|
datafile_specification |
optional
DatafileSpecification
|
tempfile_specification |
optional
TempfileSpecification
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DatafileTempfileClausesDrop Class
Super Classes
Local Features
Name | Type and Description |
---|---|
file_type |
AlterFileType
E
|
filename |
optional
StringLiteral
|
number_file |
optional
IntLiteral
|
size_clause |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DatafileTempfileClausesOnlineOrOffline Class
Super Classes
Local Features
Name | Type and Description |
---|---|
file_type |
AlterFileType
E
|
online_or_offline |
OnlineOrOffline
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DatafileTempfileClausesRename Class
Super Classes
Local Features
Name | Type and Description |
---|---|
rename_filenames |
list of
StringLiteral
|
to_filenames |
list of
StringLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DatafileTempfileClausesShrink Class
Super Classes
Local Features
Name | Type and Description |
---|---|
filename |
optional
StringLiteral
|
number_file |
optional
IntLiteral
|
size_clause |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DatafileTempfileSpec Class
Super Classes
Local Features
Name | Type and Description |
---|---|
autoextend_clause |
optional
AutoextendClause
|
filename |
optional
StringLiteral
|
reuse | Boolean |
size_clause |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
Datatype Class
Local Features
Name | Type and Description |
---|---|
charSetName |
optional
SimpleElementName
|
from | String? |
fromExpr |
optional
Expression
A
|
nativeDatatypeElement |
optional
NativeDatatypeElement
|
precisionPart |
optional
PrecisionPart
|
to | String? |
toExpr |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DatatypeNullEnable Class
Local Features
Name | Type and Description |
---|---|
columnName |
optional
ElementName
|
datatype |
optional
Datatype
|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DatetimeExpr Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DeallocateUnusedClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
size_clause |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DeclareParameter Class
Local Features
Name | Type and Description |
---|---|
assigned_value |
optional
Expression
A
|
collation |
optional
ElementName
|
datatype |
optional
TypeSpec
A
|
type_name |
optional
ElementName
|
variable_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DeclareSpec Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
CursorDeclaration
ExceptionDeclaration
FunctionBody
FunctionBodyDirect
FunctionBodyUsing
FunctionSpec
PackageObj
PragmaDeclaration
PragmaDeclarationException
PragmaDeclarationInline
PragmaDeclarationRestrictReferences
PragmaDeclarationSimple
ProcedureBody
ProcedureSpec
SubtypeDeclaration
TypeDeclaration
TypeDeclarationRecord
TypeDeclarationRefCursor
TypeDeclarationTable
TypeDeclarationVararray
VariableDeclaration
Used In
DefaultCostClause Class
Local Features
Name | Type and Description |
---|---|
cpu_cost |
optional
IntLiteral
|
io_cost |
optional
IntLiteral
|
network_cost |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DefaultSelectivityClause Class
Local Features
Name | Type and Description |
---|---|
default_selectivity |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DefaultSettingsClause Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
DefaultSettingsClauseChangeTracking
DefaultSettingsClauseEdition
DefaultSettingsClauseFile
DefaultSettingsClauseGlobalName
DefaultSettingsClauseTablespace
FlashbackModeClause
SetTimeZoneClause
Used In
DefaultSettingsClauseChangeTracking Class
Super Classes
Local Features
Name | Type and Description |
---|---|
enable_or_disable |
EnableOrDisable
E
|
filename |
optional
StringLiteral
|
reuse | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DefaultSettingsClauseEdition Class
Super Classes
Local Features
Name | Type and Description |
---|---|
edition_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DefaultSettingsClauseFile Class
Super Classes
Local Features
Name | Type and Description |
---|---|
filesize |
FileSize
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DefaultSettingsClauseGlobalName Class
Super Classes
Local Features
Name | Type and Description |
---|---|
database |
optional
ExtendedSqlId
|
domain |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DefaultSettingsClauseTablespace Class
Super Classes
Local Features
Name | Type and Description |
---|---|
tablespace |
optional
ExtendedSqlId
|
tablespace_group_name |
optional
ExtendedSqlId
|
temporary | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DefaultValuePart Class
Local Features
Name | Type and Description |
---|---|
assign |
optional
Expression
A
|
default |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DeferredSegmentCreation Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DeleteStatistics Class
Local Features
Name | Type and Description |
---|---|
system | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DependentExceptionsPart Class
Local Features
Name | Type and Description |
---|---|
force | Boolean |
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DependentHandlingClause Class
Local Features
Name | Type and Description |
---|---|
dependent_exceptions_part |
optional
DependentExceptionsPart
|
options |
list of
DependentHandlingClauseOptionWrapper
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DependentHandlingClauseOptionWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
DependentHandlingClauseOption
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
Directive Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Directives Class
Local Features
Name | Type and Description |
---|---|
errorDirective |
optional
ErrorDirective
|
selectionDirective |
optional
SelectionDirective
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DisableConstraint Class
Local Features
Name | Type and Description |
---|---|
constraintName |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DmlEventClause Class
Local Features
Name | Type and Description |
---|---|
dml_event_elements |
list of
DmlEventElement
|
dml_event_nested_clause |
optional
DmlEventNestedClause
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DmlEventElement Class
Local Features
Name | Type and Description |
---|---|
column_list |
list of
ElementName
|
operation |
SqlOperation
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DmlEventNestedClause Class
Local Features
Name | Type and Description |
---|---|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DmlOrNotTrigger Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
DmlTableExpressionClause Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
DmlTableExpressionClauseCollection Class
Super Classes
Local Features
Name | Type and Description |
---|---|
table_collection_expression |
optional
TableCollectionExpression
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DmlTableExpressionClauseSelect Class
Super Classes
Local Features
Name | Type and Description |
---|---|
select_statement |
optional
SelectStatement
|
subquery_restriction_clause |
optional
SubqueryRestrictionClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DmlTableExpressionClauseTableview Class
Super Classes
Local Features
Name | Type and Description |
---|---|
sample_clause |
optional
SampleClause
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DomainIndexClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
indextype |
optional
ElementName
|
local_domain_index_clause |
optional
LocalDomainIndexClause
|
odci_parameters |
optional
StringLiteral
|
parallel_clause |
optional
ParallelClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DropColumnClause Class
Local Features
Name | Type and Description |
---|---|
cascade_clauses |
list of
CascadeClauseWrapper
|
checkpoint |
optional
IntLiteral
|
column_names |
list of
ElementName
|
drop_type |
DropColumnClauseType
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DropColumnClauseCascadeClause Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DropConstraint Class
Local Features
Name | Type and Description |
---|---|
constraintName |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DropConstraintClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
cascade | Boolean? |
drop_what |
optional
TargetElement
A
|
keep_or_drop |
optional
KeepOrDrop
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
DropConstraintClauses Class
Super Classes
Local Features
Name | Type and Description |
---|---|
drop_clauses |
list of
DropConstraintClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DropElement Class (Abstract) A
Local Features
Name | Type and Description |
---|---|
cascade | Boolean? |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DropLogfileClauses Class
Super Classes
Local Features
Name | Type and Description |
---|---|
filename |
list of
StringLiteral
|
logfile_descriptor |
list of
LogfileDescriptor
|
standby | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
DynamicReturningClause Class
Local Features
Name | Type and Description |
---|---|
into_clause |
optional
IntoClause
|
return_or_returning |
ReturnOrReturning
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ElementNames Class
Local Features
Name | Type and Description |
---|---|
elements |
list of
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ElementSpec Class
Local Features
Name | Type and Description |
---|---|
element_spec_options |
list of
ElementSpecOptions
A
|
modifier_clause |
optional
ModifierClause
E
|
pragma_clause |
optional
PragmaClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ElementSpecOptions Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
ElseIfPart Class
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
seq_of_statements |
list of
ExecutableElement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ElsePart Class
Local Features
Name | Type and Description |
---|---|
seq_of_statements |
list of
ExecutableElement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ElsifPart Class
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
seqOfStatements |
optional
SeqOfStatements
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
EmptyNode Class
Local Features
Name | Type and Description |
---|---|
message | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
EnableConstraint Class
Local Features
Name | Type and Description |
---|---|
constraintName |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
EnableDisableClause Class
Local Features
Name | Type and Description |
---|---|
cascade | Boolean? |
element |
optional
TargetElement
A
|
enable_or_disable |
EnableOrDisable
E
|
exceptions_clause |
optional
ExceptionsClause
|
index |
optional
KeepOrDrop
E
|
using_index_clause |
optional
UsingIndexClause
|
validate_or_novalidate |
optional
ValidateOrNoValidate
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
EnableDisableLockTrigger Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
EnableEditionsClause Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
Encryption Class
Local Features
Name | Type and Description |
---|---|
action |
EncryptOrDecrypt
E
|
encryption_spec |
optional
EncryptionSpec
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
EncryptionSpec Class
Local Features
Name | Type and Description |
---|---|
encrypt_algorithm |
optional
StringLiteral
|
integrity_algorithm |
optional
StringLiteral
|
password |
optional
StringLiteral
|
salt | Boolean? |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ErrorDirective Class
Super Classes
Local Features
Name | Type and Description |
---|---|
literal |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ErrorLoggingClause Class
Local Features
Name | Type and Description |
---|---|
error_logging_reject_part |
optional
ErrorLoggingRejectPart
|
expression |
optional
Expression
A
|
into_tableview |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ErrorLoggingIntoPart Class
Local Features
Name | Type and Description |
---|---|
tableviewName |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ErrorLoggingRejectPart Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
reject_limit |
RejectLimit
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ErrorNode Class
Local Features
Name | Type and Description |
---|---|
message | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
EstimateStatisticsClauses Class
Super Classes
Local Features
Name | Type and Description |
---|---|
sample_unit |
optional
RowsOrPercent
E
|
sample_value |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
for_clause |
optional
ForClause
|
system | Boolean |
ExceptionDeclaration Class
Super Classes
Local Features
Name | Type and Description |
---|---|
identifier |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ExceptionHandler Class
Local Features
Name | Type and Description |
---|---|
exception_name |
list of
ElementName
|
seq_of_statements |
list of
ExecutableElement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ExceptionsClause Class
Local Features
Name | Type and Description |
---|---|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ExecutableElement Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
AddConstraintAlterView
AddHashIndexPartition
AlterCluster
AlterClusterOption
AlterDatabase
AlterFunction
AlterIndex
AlterLibrary
AlterMaterializedView
AlterMaterializedViewLog
AlterPackage
AlterProcedure
AlterSequence
AlterSession
AlterTable
AlterTablespace
AlterTrigger
AlterType
AlterUser
AlterView
Analyze
AnonymousBlock
AssignmentStatement
AssociateStatistics
AuditTraditional
AuditTraditionalDirectPath
AuditTraditionalNetwork
AuditTraditionalOperation
AuditTraditionalSchema
BasicAlterSession
Block
Body
CallStatement
CaseStatement
CloseDatabaseAlterSession
CloseStatement
CoalesceIndexPartition
CommentOnColumn
CommentOnTable
CommitStatement
ContinueStatement
CreateCluster
CreateContext
CreateDataSource
CreateDirectory
CreateFileFormat
CreateFunctionBody
CreateFunctionBodyDirect
CreateFunctionBodyUsing
CreateIndex
CreateMaterializedView
CreateMaterializedViewLog
CreateOutline
CreatePackage
CreatePackageBody
CreateProcedureBody
CreateSchema
CreateSequence
CreateStatisticsStatement
CreateSynonym
CreateTable
CreateTableAzure
CreateTableObject
CreateTableRelational
CreateTableXml
CreateTablespace
CreateTrigger
CreateType
CreateUser
CreateView
DeclareStatement
DeleteStatement
Directive
DropConstraintAlterView
DropDatabase
DropFunction
DropIndex
DropIndexPartition
DropPackage
DropProcedure
DropSequence
DropTable
DropTrigger
DropType
DropUniqueAlterView
DropView
ErrorDirective
ExecuteFunctionStatement
ExecuteImmediate
ExecuteStatement
ExecuteStringStatement
ExitStatement
ExplainStatement
FetchStatement
ForallStatement
GotoStatement
GrantStatement
IfStatement
InsertStatement
LabelDeclaration
LockTableStatement
LoopStatement
MergeStatement
ModifyConstraintAlterView
ModifyIndexDefaultAttrs
ModifyIndexPartition
ModifyIndexSubpartition
MultiTableInsert
NullStatement
OpenForStatement
OpenStatement
ParallelAlterSession
PipeRowStatement
PlSqlAlterIndex
RaiseStatement
RenameIndexPartition
RenameObject
ReturnStatement
RollbackStatement
RoutineCall
SavepointStatement
SearchedCaseStatement
SelectStatement
SelectionDirective
SetAlterSession
SetCommand
SetConstraintStatement
SetStatement
SetTransactionStatement
SimpleAlterView
SimpleCaseStatement
SingleTableInsert
SplitIndexPartition
Statement
TSqlAlterIndex
TryCatchBlock
UnifiedAuditing
UnitStatement
UpdateStatement
Used In
ExecuteElement Class
Local Features
Name | Type and Description |
---|---|
identifier |
optional
Identifier
|
quotedString |
optional
QuotedString
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ExecuteParameter Class
Local Features
Name | Type and Description |
---|---|
out | Boolean |
value |
optional
Expression
A
|
variable |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ExpressionRefreshValue Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
option |
RefreshOptions
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ExpressionStorageValue Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
option |
StorageOptions
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Expressions Class
Local Features
Name | Type and Description |
---|---|
expression |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ExtentManagementClause Class
Local Features
Name | Type and Description |
---|---|
option |
optional
ExtentManagementClauseOption
E
|
size_clause |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ExternalOption Class
Local Features
Name | Type and Description |
---|---|
option |
ExternalOptionValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
AzureColumnTableOption
AzureIndexColumnTableOption
AzureLocationTableOption
MultipleValuesExternalOption
SingleValueExternalOption
Used In
ExternalTableDataProps Class
Local Features
Name | Type and Description |
---|---|
elements |
list of
ExternalTableDataPropsElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ExternalTableDataPropsElement Class
Local Features
Name | Type and Description |
---|---|
directory_name |
optional
ExtendedSqlId
|
location |
list of
StringLiteral
|
parameter_string |
optional
StringLiteral
|
parameter_subquery |
optional
Subquery
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FactoringClause Class
Local Features
Name | Type and Description |
---|---|
factoring_elements |
list of
FactoringElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FactoringElement Class
Local Features
Name | Type and Description |
---|---|
cycle_clause |
optional
CycleClause
|
order_by_clause |
optional
OrderByClause
|
paren_column_list |
list of
ElementName
|
query_name |
optional
ElementName
|
search_clause |
optional
SearchClause
|
subquery |
optional
Subquery
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FetchClause Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
first_or_next |
FirstOrNext
E
|
only_or_with_ties |
OnlyOrWithTies
E
|
percent_keyword | Boolean |
row_or_rows |
RowOrRows
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FieldSpec Class
Local Features
Name | Type and Description |
---|---|
column_name |
optional
ElementName
|
default_value_part |
optional
DefaultValuePart
|
not_null | Boolean |
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FileSpecification Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
FileTypeWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
FileType
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FileTypesValue Class
Local Features
Name | Type and Description |
---|---|
value | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Filenumber Class
Local Features
Name | Type and Description |
---|---|
number |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FlashbackArchiveClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
flashback_archive | String? |
option |
FlashbackArchiveClauseOption
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FlashbackModeClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
option |
OnOrOff
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FlashbackQueryClause Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
option |
FlashbackQueryClauseOption
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ForClause Class
Local Features
Name | Type and Description |
---|---|
columns_desc |
list of
ColumnsDesc
|
option |
ForClauseOption
E
|
size |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ForEachRow Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ForUpdateClause Class
Local Features
Name | Type and Description |
---|---|
column_list |
list of
ElementName
|
for_update_options |
optional
ForUpdateOptions
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ForUpdateOfPart Class
Local Features
Name | Type and Description |
---|---|
columnList |
optional
ColumnList
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ForUpdateOptions Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
option |
ForUpdateOptionValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ForceLoggingLogfileClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
no_force | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ForeignKeyClause Class
Local Features
Name | Type and Description |
---|---|
on_delete_clause |
optional
OnDelete
E
|
paren_column_list |
list of
ElementName
|
references_clause |
optional
ReferencesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ForeignKeyOutOfLineConstraint Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_names |
list of
ElementName
|
on_delete_clause |
optional
OnDelete
E
|
references_clause |
optional
ReferencesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
constraint_name |
optional
ElementName
|
constraint_state |
optional
ConstraintState
|
ForeignKeyOutOfLineRefConstraint Class
Super Classes
Local Features
Name | Type and Description |
---|---|
constraint_name |
optional
ElementName
|
constraint_state |
optional
ConstraintState
|
ref_col_or_attr |
list of
ExtendedSqlId
|
references_clause |
optional
ReferencesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Freepools Class
Local Features
Name | Type and Description |
---|---|
number |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FromClause Class
Local Features
Name | Type and Description |
---|---|
tablerefs |
list of
TableRef
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FullDatabaseRecovery Class
Local Features
Name | Type and Description |
---|---|
elements |
list of
FullDatabaseRecoveryElement
|
standby | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FullDatabaseRecoveryElement Class
Local Features
Name | Type and Description |
---|---|
change |
optional
IntLiteral
|
option |
FullDatabaseRecoveryElementOption
E
|
time |
optional
StringLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FuncDeclInType Class
Local Features
Name | Type and Description |
---|---|
body |
optional
Body
|
call_spec |
optional
CallSpec
A
|
declare | Boolean |
function_name |
optional
ElementName
|
is_or_as |
IsOrAs
E
|
return_type |
optional
TypeSpec
A
|
seq_of_declare_specs |
list of
DeclareSpec
A
|
type_elements_parameters |
list of
TypeElementsParameter
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FunctionArgumentAnalytic Class
Local Features
Name | Type and Description |
---|---|
argumentWithNull |
list of
ArgumentWithNull
|
keepClause |
optional
KeepClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FunctionArgumentModeling Class
Local Features
Name | Type and Description |
---|---|
columnName |
optional
ElementName
|
keepClause |
optional
KeepClause
|
numericOrNull |
list of
NumericOrNull
|
usingClause |
optional
UsingClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FunctionAssociation Class
Local Features
Name | Type and Description |
---|---|
default_cost_clause |
optional
DefaultCostClause
|
default_selectivity_clause |
optional
DefaultSelectivityClause
|
function_association_element |
optional
FunctionAssociationElement
A
|
using_statistics_type |
optional
UsingStatisticsType
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
FunctionAssociationElement Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
FunctionAssociationElementFunctions
FunctionAssociationElementIndexTypes
FunctionAssociationElementIndexes
FunctionAssociationElementPackages
FunctionAssociationElementTypes
Used In
FunctionAssociationElementFunctions Class
Super Classes
Local Features
Name | Type and Description |
---|---|
functions_names |
list of
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
FunctionAssociationElementIndexTypes Class
Super Classes
Local Features
Name | Type and Description |
---|---|
indextypes_names |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
FunctionAssociationElementIndexes Class
Super Classes
Local Features
Name | Type and Description |
---|---|
indexes_names |
list of
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
FunctionAssociationElementPackages Class
Super Classes
Local Features
Name | Type and Description |
---|---|
packages_names |
list of
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
FunctionAssociationElementTypes Class
Super Classes
Local Features
Name | Type and Description |
---|---|
types_names |
list of
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
FunctionBody Class (Abstract) A
Super Classes
Local Features
Name | Type and Description |
---|---|
deterministic | Boolean? |
function_name |
optional
ElementName
|
invoker_rights_clause |
optional
InvokerRightsClause
E
|
parallel_enable_clause |
optional
ParallelEnableClause
|
parameters |
list of
Parameter
|
result_cache_clause |
optional
ResultCacheClause
|
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
FunctionBodyDirect Class
Super Classes
Local Features
Name | Type and Description |
---|---|
body |
optional
Body
|
call_spec |
optional
CallSpec
A
|
is_or_as |
IsOrAs
E
|
pipelined | Boolean |
seq_of_declare_specs |
list of
DeclareSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
deterministic | Boolean? |
function_name |
optional
ElementName
|
invoker_rights_clause |
optional
InvokerRightsClause
E
|
parallel_enable_clause |
optional
ParallelEnableClause
|
parameters |
list of
Parameter
|
result_cache_clause |
optional
ResultCacheClause
|
type_spec |
optional
TypeSpec
A
|
FunctionBodyUsing Class
Super Classes
Local Features
Name | Type and Description |
---|---|
implementation_type_name |
optional
ElementName
|
pipelined_or_aggregate |
PipelinedOrAggregate
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
deterministic | Boolean? |
function_name |
optional
ElementName
|
invoker_rights_clause |
optional
InvokerRightsClause
E
|
parallel_enable_clause |
optional
ParallelEnableClause
|
parameters |
list of
Parameter
|
result_cache_clause |
optional
ResultCacheClause
|
type_spec |
optional
TypeSpec
A
|
FunctionSpec Class
Super Classes
Local Features
Name | Type and Description |
---|---|
deterministic | Boolean |
identifier |
optional
ElementName
|
parameters |
list of
Parameter
|
pipelined | Boolean |
result_cache | Boolean |
return_type |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
GeneralElementPart Class
Local Features
Name | Type and Description |
---|---|
arguments |
optional
Arguments
|
charSetName |
optional
SimpleElementName
|
idExpression |
optional
IdExpression
|
joinClauseClashingNames |
optional
JoinClauseClashingNames
|
linkName |
optional
SimpleElementName
|
secondLevelIdExpression |
list of
SecondLevelIdExpression
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
GeneralRecovery Class (Abstract) A
Super Classes
Local Features
Name | Type and Description |
---|---|
automatic | Boolean |
from |
optional
StringLiteral
|
option |
GeneralRecoveryOption
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
GeneralRecoveryDatabase Class
Super Classes
Local Features
Name | Type and Description |
---|---|
database_option |
list of
GeneralRecoveryDatabaseOption
|
full_database_recovery |
optional
FullDatabaseRecovery
|
logfile |
optional
StringLiteral
|
partial_database_recovery |
optional
PartialDatabaseRecovery
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
automatic | Boolean |
from |
optional
StringLiteral
|
option |
GeneralRecoveryOption
E
|
GeneralRecoveryDatabaseOption Class
Super Classes
Local Features
Name | Type and Description |
---|---|
corruption |
optional
IntLiteral
|
parallel_clause |
optional
ParallelClause
|
value |
GeneralRecoveryDatabaseOptionValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
GeneralRecoveryValue Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
automatic | Boolean |
from |
optional
StringLiteral
|
option |
GeneralRecoveryOption
E
|
GeneralTableRef Class
Local Features
Name | Type and Description |
---|---|
dml_table_expression_clause |
optional
DmlTableExpressionClause
A
|
only | Boolean |
table_alias |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
GlobalPartitionedIndex Class (Abstract) A
Super Classes
Local Features
Name | Type and Description |
---|---|
column_names |
list of
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
GlobalPartitionedIndexHash Class
Super Classes
Local Features
Name | Type and Description |
---|---|
hash_partitions_by_quantity |
optional
HashPartitionsByQuantity
|
individual_hash_partitions |
optional
IndividualHashPartitions
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
column_names |
list of
ElementName
|
GlobalPartitionedIndexRange Class
Super Classes
Local Features
Name | Type and Description |
---|---|
index_partitioning_clause |
optional
IndexPartitioningClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
column_names |
list of
ElementName
|
GrantObjectName Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
GrantObjectNameDirectory
GrantObjectNameEdition
GrantObjectNameJava
GrantObjectNameMiningModel
GrantObjectNameSqlTranslation
GrantObjectNameUser
TableviewName
TableviewNameSimple
TableviewNameXmlTable
Used In
GrantObjectNameDirectory Class
Super Classes
Local Features
Name | Type and Description |
---|---|
dir_object_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
GrantObjectNameEdition Class
Super Classes
Local Features
Name | Type and Description |
---|---|
schema_object_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
GrantObjectNameJava Class
Super Classes
Local Features
Name | Type and Description |
---|---|
schema_object_name |
optional
ExtendedSqlId
|
source_or_resource |
SourceOrResource
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
GrantObjectNameMiningModel Class
Super Classes
Local Features
Name | Type and Description |
---|---|
schema_object_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
GrantObjectNameSqlTranslation Class
Super Classes
Local Features
Name | Type and Description |
---|---|
schema_object_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
GrantObjectNameUser Class
Super Classes
Local Features
Name | Type and Description |
---|---|
user_object_name |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
GrantStatementElement Class
Local Features
Name | Type and Description |
---|---|
object_privilege |
optional
ObjectPrivilege
|
paren_column_list |
list of
ElementName
|
role_name |
optional
RoleName
|
system_privilege |
optional
SystemPrivilege
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
GranteeName Class
Local Features
Name | Type and Description |
---|---|
id_expression |
optional
ExtendedSqlId
|
identified_by |
optional
IdentifiedBy
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
GranteeNameOrPublic Class
Local Features
Name | Type and Description |
---|---|
grantee |
Grantee
E
|
grantee_name |
optional
GranteeName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
GroupByClause Class
Local Features
Name | Type and Description |
---|---|
group_by_elements |
list of
GroupByElements
A
|
having_clause |
optional
HavingClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
GroupByElements Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
GroupByElementsExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
GroupByElementsGroupingSets Class
Super Classes
Local Features
Name | Type and Description |
---|---|
grouping_sets_clause |
optional
GroupingSetsClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
GroupByElementsRollup Class
Super Classes
Local Features
Name | Type and Description |
---|---|
rollup_cube_clause |
optional
RollupCubeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
GroupingSetsClause Class
Local Features
Name | Type and Description |
---|---|
grouping_sets_elements |
list of
GroupingSetsElements
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
GroupingSetsElements Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
GroupingSetsElementsExpressions Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expressions |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
GroupingSetsElementsRollup Class
Super Classes
Local Features
Name | Type and Description |
---|---|
rollup_cube_clause |
optional
RollupCubeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
HashPartitions Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_name |
list of
ElementName
|
hash_partitions_by_quantity |
optional
HashPartitionsByQuantity
|
individual_hash_partitions |
optional
IndividualHashPartitions
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
HashPartitionsByQuantity Class
Local Features
Name | Type and Description |
---|---|
hash_partition_quantity |
optional
IntLiteral
|
key_compression |
optional
KeyCompression
|
overflow_store_in |
list of
ExtendedSqlId
|
store_in |
list of
ExtendedSqlId
|
table_compression |
optional
TableCompression
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
HashSubpartsByQuantity Class
Local Features
Name | Type and Description |
---|---|
store_in |
list of
ExtendedSqlId
|
value |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
HavingClause Class
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
HierarchicalQueryClause Class
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
no_cycle | Boolean |
start_condition |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IdExpression Class
Local Features
Name | Type and Description |
---|---|
regularId |
optional
RegularId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IdentifiedBy Class
Local Features
Name | Type and Description |
---|---|
id_expression |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IdentifiedOtherClause Class
Local Features
Name | Type and Description |
---|---|
identified |
Identified
E
|
identified_as |
optional
StringLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
Identifier Class
Local Features
Name | Type and Description |
---|---|
charSetName |
optional
SimpleElementName
|
idExpression |
optional
IdExpression
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IdentifierElementName Class
Local Features
Name | Type and Description |
---|---|
identifier |
optional
Identifier
|
secondLevelIdExpression |
list of
SecondLevelIdExpression
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
InElements Class
Local Features
Name | Type and Description |
---|---|
bindVariable |
optional
BindVariable
|
concatenation |
list of
Concatenation
|
constant |
optional
Constant
E
|
generalElement |
optional
GeneralElement
|
subquery |
optional
Subquery
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
IndexAttributes Class
Super Classes
Local Features
Name | Type and Description |
---|---|
key_compression |
list of
KeyCompression
|
logging_clause |
list of
LoggingClauseValueWrapper
|
parallel_clause |
list of
ParallelClause
|
physical_attributes_clause |
list of
PhysicalAttributesClause
|
reverse |
list of
ReverseAttribute
|
sort_or_nosort |
list of
SortOrNoSortWrapper
|
tablespace |
list of
TablespaceAttribute
|
visible_or_invisible |
list of
VisibleOrInvisibleWrapper
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IndexColumn Class
Local Features
Name | Type and Description |
---|---|
asc_or_desc |
optional
AscOrDesc
E
|
column_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IndexExpr Class
Local Features
Name | Type and Description |
---|---|
columnName |
optional
ElementName
|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
IndexOrgOverflowClause Class
Local Features
Name | Type and Description |
---|---|
including_column_name |
optional
ElementName
|
overflow_segment_attributes_clause |
optional
SegmentAttributesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IndexOrgTableClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
index_org_overflow_clause |
optional
IndexOrgOverflowClause
|
key_compression |
optional
KeyCompression
|
mapping_table_clause |
optional
MappingTableClause
E
|
pct_threshold |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IndexPartitionDescription Class
Local Features
Name | Type and Description |
---|---|
options |
list of
IndexPartitionDescriptionOption
|
partition_name |
optional
ExtendedSqlId
|
unusable | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IndexPartitionDescriptionOption Class
Local Features
Name | Type and Description |
---|---|
key_compression |
optional
KeyCompression
|
odci_parameters |
optional
StringLiteral
|
segment_attributes_clause |
optional
SegmentAttributesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IndexPartitioningClause Class
Local Features
Name | Type and Description |
---|---|
less_than |
list of
Expression
A
|
partition_name |
optional
ExtendedSqlId
|
segment_attributes_clause |
optional
SegmentAttributesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IndexProperties Class
Local Features
Name | Type and Description |
---|---|
index_properties |
list of
IndexProperty
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IndexProperty Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
DomainIndexClause
GlobalPartitionedIndex
GlobalPartitionedIndexHash
GlobalPartitionedIndexRange
IndexAttributes
LocalPartitionedIndex
XmlIndexClause
Used In
IndexSubpartitionClause Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
IndexSubpartitionClauseStore Class
Super Classes
Local Features
Name | Type and Description |
---|---|
tablespace |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
IndexSubpartitionClauseSubclause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
index_subpartition_subclause |
list of
IndexSubpartitionSubclause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
IndexSubpartitionSubclause Class
Local Features
Name | Type and Description |
---|---|
key_compression |
optional
KeyCompression
|
subpartition_name |
optional
ExtendedSqlId
|
tablespace |
optional
ExtendedSqlId
|
unusable | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IndexingClause Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IndividualCall Class
Local Features
Name | Type and Description |
---|---|
arguments |
optional
Arguments
|
routine_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IndividualHashPartitions Class
Local Features
Name | Type and Description |
---|---|
individual_hash_partitions_clause |
list of
IndividualHashPartitionsClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IndividualHashPartitionsClause Class
Local Features
Name | Type and Description |
---|---|
partition_name |
optional
ExtendedSqlId
|
partitioning_storage_clause |
optional
PartitioningStorageClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IndividualHashSubparts Class
Local Features
Name | Type and Description |
---|---|
partitioning_storage_clause |
optional
PartitioningStorageClause
|
subpartition_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
InittransValue Class
Local Features
Name | Type and Description |
---|---|
value | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
InlineConstraint Class (Abstract) A
Local Features
Name | Type and Description |
---|---|
constraint_name |
optional
ElementName
|
constraint_state |
optional
ConstraintState
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
InlineConstraintCheck Class
Super Classes
Local Features
Name | Type and Description |
---|---|
check_constraint |
optional
CheckConstraint
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
constraint_name |
optional
ElementName
|
constraint_state |
optional
ConstraintState
|
InlineConstraintConstant Class
Super Classes
Local Features
Name | Type and Description |
---|---|
option |
ConstraintOption
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
constraint_name |
optional
ElementName
|
constraint_state |
optional
ConstraintState
|
InlineConstraintReferences Class
Super Classes
Local Features
Name | Type and Description |
---|---|
references_clause |
optional
ReferencesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
constraint_name |
optional
ElementName
|
constraint_state |
optional
ConstraintState
|
InlineConstraints Class
Super Classes
Local Features
Name | Type and Description |
---|---|
attribute_name |
optional
ElementName
|
column_name |
optional
ElementName
|
default_expression |
optional
Expression
A
|
inline_constraints |
list of
InlineConstraint
A
|
inline_ref_constraint |
optional
InlineRefConstraint
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
InlineRefConstraint Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
InlineRefConstraintReferences Class
Super Classes
Local Features
Name | Type and Description |
---|---|
constraint_name |
optional
ElementName
|
constraint_state |
optional
ConstraintState
|
references_clause |
optional
ReferencesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
InlineRefConstraintRowId Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
InlineRefConstraintScope Class
Super Classes
Local Features
Name | Type and Description |
---|---|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
InsertIntoClause Class
Local Features
Name | Type and Description |
---|---|
general_table_ref |
optional
GeneralTableRef
|
paren_column_list |
list of
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
InstanceClauses Class
Super Classes
Local Features
Name | Type and Description |
---|---|
enable_or_disable |
EnableOrDisable
E
|
instance |
optional
StringLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IntervalConstant Class
Local Features
Name | Type and Description |
---|---|
firstValue | String? |
firstVariable |
optional
BindVariable
|
fromTime | String |
intervalTime |
optional
IntervalTime
|
secondValue | String? |
secondVariable |
optional
BindVariable
|
toSecond | String? |
toSecondValue | String? |
toSecondVariable |
optional
BindVariable
|
toTime | String? |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
IntervalExpression Class
Local Features
Name | Type and Description |
---|---|
concatenation |
optional
Concatenation
|
from |
optional
Concatenation
|
to |
optional
Concatenation
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IntervalTime Class
Local Features
Name | Type and Description |
---|---|
bindVariable |
optional
BindVariable
|
generalElementPart |
optional
GeneralElementPart
|
quotedString |
optional
QuotedString
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IntervalTypeSpec Class
Super Classes
Local Features
Name | Type and Description |
---|---|
from_time |
optional
Expression
A
|
from_type |
TimeType
E
|
to_time |
optional
Expression
A
|
to_type |
TimeType
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
IntoClause Class
Local Features
Name | Type and Description |
---|---|
bulk_collect | Boolean |
into_elements |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IntoClause1 Class
Local Features
Name | Type and Description |
---|---|
tableviewName |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
JavaSpec Class
Super Classes
Local Features
Name | Type and Description |
---|---|
java_name |
optional
StringLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
JoinClause Class
Local Features
Name | Type and Description |
---|---|
cross_or_natural |
optional
CrossOrNatural
E
|
inner_or_outer |
optional
InnerOrOuter
E
|
join_on |
list of
Expression
A
|
join_or_apply |
JoinOrApply
E
|
join_using |
list of
ElementNames
|
outer_join_type |
optional
OuterJoinType
|
query_partition_clause |
list of
QueryPartitionClause
|
table_ref_aux |
optional
TableRefAux
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
JoinClauseClashingNames Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
JoinOnPart Class
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
JoinUsingPart Class
Local Features
Name | Type and Description |
---|---|
parenColumnList |
optional
ParenColumnList
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
KeepClause Class
Local Features
Name | Type and Description |
---|---|
dense_rank |
DenseRank
E
|
order_by_clause |
optional
OrderByClause
|
over_clause |
optional
OverClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
KeyCompression Class
Local Features
Name | Type and Description |
---|---|
compression |
optional
IntLiteral
|
status |
CompressionStatus
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
IndexSubpartitionSubclause
OnCompPartitionedClause
OnHashPartitionedClause
PartitionedTable
HashPartitionsByQuantity
PartitioningStorageClauseOption
IndexAttributes
IndexPartitionDescriptionOption
ModifyIndexPartitionOption
AddHashIndexPartition
TablePartitionDescription
IndexOrgTableClause
RebuildClauseOption
ModifyIndexPartitionsOps
PartitioningStorageClauseOptions
LabelDeclaration Class
Super Classes
Local Features
Name | Type and Description |
---|---|
label_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LibraryDebug Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LibraryName Class
Local Features
Name | Type and Description |
---|---|
regular_id |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ListPartitionDesc Class
Local Features
Name | Type and Description |
---|---|
list_values_clause |
optional
ListValuesClause
|
partition_desc_clause |
optional
PartitionDescClause
|
partition_name |
optional
ExtendedSqlId
|
table_partition_description |
optional
TablePartitionDescription
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ListPartitions Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_name |
optional
ElementName
|
list_partitions_clauses |
list of
ListPartitionsClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ListPartitionsClause Class
Local Features
Name | Type and Description |
---|---|
list_values_clause |
optional
ListValuesClause
|
partition_name |
optional
ExtendedSqlId
|
table_partition_description |
optional
TablePartitionDescription
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ListRows Class
Local Features
Name | Type and Description |
---|---|
into | Boolean |
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ListSubpartitionDesc Class
Local Features
Name | Type and Description |
---|---|
list_values_clause |
optional
ListValuesClause
|
partitioning_storage_clause |
optional
PartitioningStorageClause
|
subpartition_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ListValue Class
Local Features
Name | Type and Description |
---|---|
literal |
optional
Literal
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ListValues Class
Local Features
Name | Type and Description |
---|---|
listValue |
list of
ListValue
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ListValuesClause Class
Local Features
Name | Type and Description |
---|---|
values |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
Literal Class
Local Features
Name | Type and Description |
---|---|
numeric |
optional
Numeric
|
stringFunction |
optional
StringFunction
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LobParameter Class
Local Features
Name | Type and Description |
---|---|
chunk |
optional
Chunk
|
encryption |
optional
Encryption
|
freepools |
optional
Freepools
|
lob_compression_clause |
optional
LobCompressionClause
E
|
lob_deduplicate_clause |
optional
LobDeduplicateClause
E
|
lob_parameter_cache |
optional
LobParameterCache
|
lob_retention_clause |
optional
LobRetentionClause
|
pctversion |
optional
Pctversion
|
storage_in_row |
optional
StorageInRow
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LobParameterCache Class
Local Features
Name | Type and Description |
---|---|
cache_option |
CacheOption
E
|
logging_clause |
optional
LoggingClauseValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LobParameters Class
Local Features
Name | Type and Description |
---|---|
parameters |
list of
LobParameter
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LobPartitioningStorage Class
Local Features
Name | Type and Description |
---|---|
file_type |
optional
FileType
E
|
lob_item |
optional
ExtendedSqlId
|
lob_segname |
optional
ExtendedSqlId
|
tablespace |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LobRetentionClause Class
Local Features
Name | Type and Description |
---|---|
option |
LobRetentionClauseOption
E
|
value |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LobStorageClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
file_types |
list of
FileTypeWrapper
|
lob_item |
list of
ExtendedSqlId
|
lob_segname |
list of
ExtendedSqlId
|
lob_storage_parameters |
list of
LobStorageParameters
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LobStorageParameters Class
Local Features
Name | Type and Description |
---|---|
lob_parameters |
optional
LobParameters
|
storage_clause |
optional
StorageClause
|
tablespace |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LocalDomainIndexClause Class
Local Features
Name | Type and Description |
---|---|
local_domain_index_clause_elements |
list of
LocalDomainIndexClauseElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LocalDomainIndexClauseElement Class
Local Features
Name | Type and Description |
---|---|
odci_parameters |
optional
StringLiteral
|
partition_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LocalPartitionedIndex Class
Super Classes
Local Features
Name | Type and Description |
---|---|
on_comp_partitioned_table |
optional
OnCompPartitionedTable
|
on_hash_partitioned_table |
optional
OnHashPartitionedTable
A
|
on_list_partitioned_table |
optional
OnListPartitionedTable
|
on_range_partitioned_table |
optional
OnRangePartitionedTable
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LocalXmlIndexClause Class
Local Features
Name | Type and Description |
---|---|
elements |
list of
LocalXmlIndexClauseElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LocalXmlIndexClauseElement Class
Local Features
Name | Type and Description |
---|---|
partition_name |
optional
ExtendedSqlId
|
xmlindex_parameters_clause |
optional
XmlIndexParametersClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LockTableElement Class
Local Features
Name | Type and Description |
---|---|
partition_extension_clause |
optional
PartitionExtensionClause
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LogFilenameReuse Class
Local Features
Name | Type and Description |
---|---|
filename |
optional
Expression
A
|
reuse | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LogGroupSpec Class
Local Features
Name | Type and Description |
---|---|
group |
optional
IntLiteral
|
redo_log_file_spec |
optional
RedoLogFileSpec
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LogfileClauses Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
AddLogfileClauses
ArchiveLogfileClause
ClearLogfileClause
DropLogfileClauses
ForceLoggingLogfileClause
RenameLogfileClause
SupplementalDbLogging
SwitchLogfileClause
Used In
LogfileDescriptor Class
Local Features
Name | Type and Description |
---|---|
filenames |
list of
StringLiteral
|
group |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LoggingClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
value |
LoggingClauseValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LoggingClauseValueWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
LoggingClauseValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
LogicalOperation Class
Local Features
Name | Type and Description |
---|---|
negated | Boolean |
only | Boolean |
operation |
LogicalOperationType
E
|
type_spec |
list of
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
MainModel Class
Local Features
Name | Type and Description |
---|---|
cell_reference_options |
list of
CellReferenceOptionsWrapper
|
main_model_name |
optional
ElementName
|
model_column_clauses |
optional
ModelColumnClauses
|
model_rules_clause |
optional
ModelRulesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ManagedStandbyRecovery Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
ManagedStandbyRecoveryClause Class
Local Features
Name | Type and Description |
---|---|
change |
optional
IntLiteral
|
parallel_clause |
optional
ParallelClause
|
value |
ManagedStandbyRecoveryClauseValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ManagedStandbyRecoveryDatabase Class
Super Classes
Local Features
Name | Type and Description |
---|---|
option |
ManagedStandbyRecoveryDatabaseOption
E
|
recovery_clauses |
list of
ManagedStandbyRecoveryClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ManagedStandbyRecoveryLogical Class
Super Classes
Local Features
Name | Type and Description |
---|---|
db_name |
optional
ExtendedSqlId
|
option |
ManagedStandbyRecoveryLogicalOption
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
MapOrderFuncDeclaration Class
Super Classes
Local Features
Name | Type and Description |
---|---|
func_decl_in_type |
optional
FuncDeclInType
|
map_or_order |
MapOrOrder
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
MapOrderFunctionSpec Class
Super Classes
Local Features
Name | Type and Description |
---|---|
map_or_order |
MapOrOrder
E
|
type_function_spec |
optional
TypeFunctionSpec
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
MaximizeStandbyDbClause Class
Local Features
Name | Type and Description |
---|---|
option |
MaximizeOption
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
MaxsizeClause Class
Local Features
Name | Type and Description |
---|---|
size_clause |
optional
SizeClause
|
unlimited | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
MergeElement Class
Local Features
Name | Type and Description |
---|---|
column_name |
optional
ElementName
|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
MergeInsertClause Class
Local Features
Name | Type and Description |
---|---|
values |
list of
Expression
A
|
when_not_matched |
list of
ElementName
|
where_clause |
optional
WhereClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
MergeUpdateClause Class
Local Features
Name | Type and Description |
---|---|
merge_element |
list of
MergeElement
|
merge_update_delete_clause |
optional
WhereClause
|
where_clause |
optional
WhereClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
MergeUpdateDeletePart Class
Local Features
Name | Type and Description |
---|---|
whereClause |
optional
WhereClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ModelClause Class
Local Features
Name | Type and Description |
---|---|
cell_reference_options |
list of
CellReferenceOptionsWrapper
|
main_model |
optional
MainModel
|
reference_model |
list of
ReferenceModel
|
return_rows_clause |
optional
ReturnRowsClause
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModelColumn Class
Local Features
Name | Type and Description |
---|---|
column_alias |
optional
Expression
A
|
expression |
optional
Expression
A
|
query_block |
optional
QueryBlock
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModelColumnClauses Class
Local Features
Name | Type and Description |
---|---|
dimensions_columns |
list of
ModelColumn
|
measures_columns |
list of
ModelColumn
|
partition_columns |
list of
ModelColumn
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModelColumnList Class
Local Features
Name | Type and Description |
---|---|
modelColumn |
list of
ModelColumn
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ModelIterateClause Class
Local Features
Name | Type and Description |
---|---|
iterate |
optional
Expression
A
|
until |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModelRulesClause Class
Local Features
Name | Type and Description |
---|---|
model_iterate_clause |
optional
ModelIterateClause
|
model_rules_element |
list of
ModelRulesElement
|
order |
optional
Order
E
|
rules_option |
optional
UpdateOrUpsert
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModelRulesElement Class
Local Features
Name | Type and Description |
---|---|
cell_assignment |
optional
ModelExpression
|
expression |
optional
Expression
A
|
option |
optional
UpdateOrUpsert
E
|
order_by_clause |
optional
OrderByClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModelRulesPart Class
Local Features
Name | Type and Description |
---|---|
modelIterateClause |
optional
ModelIterateClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ModifierClauseWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
ModifierClause
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModifyColProperties Class
Local Features
Name | Type and Description |
---|---|
alter_xmlschema_clause |
optional
AlterXmlschemaClause
E
|
column_name |
optional
ElementName
|
datatype |
optional
TypeSpec
A
|
default_expression |
optional
Expression
A
|
encryption |
optional
Encryption
|
inline_constraint |
list of
InlineConstraint
A
|
lob_storage_clause |
optional
LobStorageClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModifyColSubstitutable Class
Local Features
Name | Type and Description |
---|---|
column_name |
optional
ElementName
|
force | Boolean |
not_substitutable | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModifyCollectionRetrieval Class
Super Classes
Local Features
Name | Type and Description |
---|---|
collection_item |
optional
TableviewName
A
|
return_as |
LocatorOrValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ModifyColumnClauses Class
Local Features
Name | Type and Description |
---|---|
modify_col_properties |
list of
ModifyColProperties
|
modify_col_substitutable |
optional
ModifyColSubstitutable
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModifyConstraintClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
cascade | Boolean? |
constraint_state |
optional
ConstraintState
|
element |
optional
TargetElement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ModifyHashPartition Class
Local Features
Name | Type and Description |
---|---|
alterMappingTableClause |
optional
AlterMappingTableClause
|
coalesceTableSubpartition |
optional
CoalesceTableSubpartition
|
indexingClause |
optional
IndexingClause
|
partitionAttributes |
optional
PartitionAttributes
|
partitionName |
optional
RegularId
|
readClause |
optional
ReadClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ModifyIndexPartitionOption Class
Local Features
Name | Type and Description |
---|---|
allocate_extent_clause |
optional
AllocateExtentClause
|
deallocate_unused_clause |
optional
DeallocateUnusedClause
|
key_compression |
optional
KeyCompression
|
logging_clause |
optional
LoggingClauseValue
E
|
odci_parameters |
optional
StringLiteral
|
option |
optional
ModifyIndexPartitionOptionValue
E
|
physical_attributes_clause |
optional
PhysicalAttributesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModifyIndexPartitionsOps Class
Local Features
Name | Type and Description |
---|---|
allocateExtentClause |
optional
AllocateExtentClause
|
deallocateUnusedClause |
optional
DeallocateUnusedClause
|
keyCompression |
optional
KeyCompression
|
loggingClause |
optional
LoggingClause
|
physicalAttributesClause |
optional
PhysicalAttributesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ModifyListPartition Class
Local Features
Name | Type and Description |
---|---|
addHashSubpartition |
optional
AddHashSubpartition
|
addListSubpartition |
optional
AddListSubpartition
|
addRangeSubpartition |
optional
AddRangeSubpartition
|
coalesceTableSubpartition |
optional
CoalesceTableSubpartition
|
indexingClause |
optional
IndexingClause
|
listValues |
optional
ListValues
|
partitionAttributes |
optional
PartitionAttributes
|
partitionName |
optional
RegularId
|
readClause |
optional
ReadClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ModifyLobParameter Class
Local Features
Name | Type and Description |
---|---|
allocate_extent_clause |
optional
AllocateExtentClause
|
deallocate_unused_clause |
optional
DeallocateUnusedClause
|
encryption |
optional
Encryption
|
freepools |
optional
Freepools
|
lob_compression_clause |
optional
LobCompressionClause
E
|
lob_deduplicate_clause |
optional
LobDeduplicateClause
E
|
lob_retention_clause |
optional
LobRetentionClause
|
modify_lob_parameter_cache |
optional
LobParameterCache
|
pctversion |
optional
Pctversion
|
rebuild_freepools |
optional
RebuildFreepools
|
shrink_clause |
optional
ShrinkClause
|
storage_clause |
optional
StorageClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModifyLobParameters Class
Local Features
Name | Type and Description |
---|---|
parameters |
list of
ModifyLobParameter
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModifyLobStorageClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
lob_item |
optional
ExtendedSqlId
|
modify_lob_parameters |
optional
ModifyLobParameters
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModifyMvColumnClause Class
Local Features
Name | Type and Description |
---|---|
column_name |
optional
ElementName
|
encryption |
optional
Encryption
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModifyRangePartition Class
Local Features
Name | Type and Description |
---|---|
addHashSubpartition |
optional
AddHashSubpartition
|
addListSubpartition |
optional
AddListSubpartition
|
addRangeSubpartition |
optional
AddRangeSubpartition
|
alterMappingTableClause |
optional
AlterMappingTableClause
|
coalesceTableSubpartition |
optional
CoalesceTableSubpartition
|
indexingClause |
optional
IndexingClause
|
partitionAttributes |
optional
PartitionAttributes
|
partitionName |
optional
RegularId
|
readClause |
optional
ReadClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ModifyTablePartition Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
ModifyTablePartitionHash Class
Super Classes
Local Features
Name | Type and Description |
---|---|
alter_mapping_table_clause |
optional
AlterMappingTableClause
|
coalesce_table_subpartition |
optional
CoalesceTableSubpartition
|
indexing_clause |
optional
OnOrOff
E
|
local_indexes |
optional
LocalIndexes
E
|
partition_attributes |
optional
PartitionAttributes
|
partition_name |
optional
ExtendedSqlId
|
read_clause |
optional
OpenStatus
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ModifyTablePartitionList Class
Super Classes
Local Features
Name | Type and Description |
---|---|
add_hash_subpartition |
optional
AddHashSubpartition
|
add_list_subpartition |
optional
AddListSubpartition
|
add_range_subpartition |
optional
AddRangeSubpartition
|
coalesce_table_subpartition |
optional
CoalesceTableSubpartition
|
indexing_clause |
optional
OnOrOff
E
|
local_indexes |
optional
LocalIndexes
E
|
partition_attributes |
optional
PartitionAttributes
|
partition_name |
optional
ExtendedSqlId
|
read_clause |
optional
OpenStatus
E
|
values |
optional
ActionValues
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ModifyTablePartitionRange Class
Super Classes
Local Features
Name | Type and Description |
---|---|
add_hash_subpartition |
optional
AddHashSubpartition
|
add_list_subpartition |
optional
AddListSubpartition
|
add_range_subpartition |
optional
AddRangeSubpartition
|
alter_mapping_table_clause |
optional
AlterMappingTableClause
|
coalesce_table_subpartition |
optional
CoalesceTableSubpartition
|
indexing_clause |
optional
OnOrOff
E
|
local_indexes |
optional
LocalIndexes
E
|
partition_attributes |
optional
PartitionAttributes
|
partition_name |
optional
ExtendedSqlId
|
read_clause |
optional
OpenStatus
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ModifyTableSubpartition Class
Local Features
Name | Type and Description |
---|---|
allocate_extent_clause |
optional
AllocateExtentClause
|
deallocate_unused_clause |
optional
DeallocateUnusedClause
|
indexing_clause |
optional
OnOrOff
E
|
local_indexes |
optional
LocalIndexes
E
|
modify_table_subpartition_lob |
optional
ModifyTableSubpartitionLob
|
read_clause |
optional
OpenStatus
E
|
shrink_clause |
optional
ShrinkClause
|
subpartition_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModifyTableSubpartitionLob Class
Local Features
Name | Type and Description |
---|---|
elements |
list of
ModifyTableSubpartitionLobElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ModifyTableSubpartitionLobElement Class
Local Features
Name | Type and Description |
---|---|
lob_item |
optional
ExtendedSqlId
|
modify_lob_parameters |
optional
ModifyLobParameters
|
varray_item |
optional
VarrayItem
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
MoveMvLogClause Class
Local Features
Name | Type and Description |
---|---|
parallel_clause |
optional
ParallelClause
|
segment_attributes_clause |
optional
SegmentAttributesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
MoveTableClause Class
Local Features
Name | Type and Description |
---|---|
index_org_table_clause |
optional
IndexOrgTableClause
|
lob_storage_clause |
list of
LobStorageClause
|
online | Boolean |
parallel_clause |
optional
ParallelClause
|
segment_attributes_clause |
optional
SegmentAttributesClause
|
table_compression |
optional
TableCompression
E
|
varray_col_properties |
list of
VarrayColProperties
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
MultiColumnForLoop Class
Local Features
Name | Type and Description |
---|---|
expressions |
list of
Expression
A
|
paren_column_list |
list of
ElementName
|
subquery |
optional
Subquery
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
MultiTableElement Class
Local Features
Name | Type and Description |
---|---|
error_logging_clause |
optional
ErrorLoggingClause
|
insert_into_clause |
optional
InsertIntoClause
|
values_clause |
optional
ValuesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
MultipleValuesExternalOption Class
Super Classes
Local Features
Name | Type and Description |
---|---|
option_values |
list of
OptionValue
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
option |
ExternalOptionValue
E
|
MultisetType Class
MvLogAugmentation Class
Local Features
Name | Type and Description |
---|---|
column_name |
list of
ElementName
|
mv_log_element |
optional
WithClausesElement
E
|
new_values_clause |
optional
NewValuesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
MvLogPurgeClause Class
Local Features
Name | Type and Description |
---|---|
elements |
list of
MvLogPurgeClauseElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
MvLogPurgeClauseElement Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
value |
MvLogPurgeClauseValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
NameTypeSpec Class
Super Classes
Local Features
Name | Type and Description |
---|---|
isRef | Boolean |
name |
optional
ElementName
|
typeSpecType |
optional
TypeSpecType
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
NativeDatatypeElement Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
NestedTableColProperties Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_properties |
list of
ColumnProperties
A
|
nested_item |
optional
ExtendedSqlId
|
nested_item_type |
NestedItemType
E
|
object_properties |
list of
ObjectProperties
A
|
physical_properties |
list of
PhysicalProperties
|
return_as | Boolean? |
return_what |
optional
LocatorOrValue
E
|
scope |
optional
LocalOrGlobal
E
|
substitutable_column_clause |
optional
SubstitutableColumnClause
A
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
NestedTableTypeDef Class
Local Features
Name | Type and Description |
---|---|
not_null | Boolean |
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
NewValuesClause Class
Local Features
Name | Type and Description |
---|---|
value |
IncludingOrExcluding
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
NonDmlEvent Class
Local Features
Name | Type and Description |
---|---|
text | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
NonDmlTrigger Class
Super Classes
Local Features
Name | Type and Description |
---|---|
activation |
Activation
E
|
non_dml_events |
list of
NonDmlEvent
|
on_what |
DatabaseOrSchema
E
|
schema_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
NonReservedKeywordsIn12c Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
NonReservedKeywordsPre12c Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
Numeric Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
NumericFunctionWrapper Class
Local Features
Name | Type and Description |
---|---|
multiColumnForLoop |
optional
MultiColumnForLoop
|
numericFunction |
optional
NumericFunction
|
singleColumnForLoop |
optional
SingleColumnForLoop
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
NumericOrNull Class
Local Features
Name | Type and Description |
---|---|
numeric |
optional
Numeric
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ObjectAsPart Class
Local Features
Name | Type and Description |
---|---|
is_or_as |
IsOrAs
E
|
nested_table_type_def |
optional
NestedTableTypeDef
|
target_is_object | Boolean? |
varray_type_def |
optional
VarrayTypeDef
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ObjectMemberSpec Class
Local Features
Name | Type and Description |
---|---|
element_spec |
optional
ElementSpec
|
identifier |
optional
ElementName
|
sqlj_object_type_attr |
optional
SqljObjectTypeAttr
|
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ObjectPrivilege Class
Local Features
Name | Type and Description |
---|---|
text | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ObjectProperties Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
CheckOutOfLineConstraint
ColumnDefinition
ForeignKeyOutOfLineConstraint
ForeignKeyOutOfLineRefConstraint
InlineConstraints
OutOfLineConstraint
OutOfLineRefConstraint
PrimaryOutOfLineConstraint
RefOutOfLineRefConstraint
RelationalProperty
ScopeOutOfLineRefConstraint
SupplementalLoggingProps
UniqueOutOfLineConstraint
VirtualColumnDefinition
Used In
ObjectTable Class
Local Features
Name | Type and Description |
---|---|
cache_or_no_cache |
optional
CacheOption
E
|
column_properties |
optional
ColumnProperties
A
|
enable_disable_clauses |
list of
EnableDisableClause
|
flashback_archive_clause |
optional
FlashbackArchiveClause
|
object_properties |
list of
ObjectProperties
A
|
object_table_substitution |
optional
ObjectTableSubstitution
E
|
of_type |
optional
ElementName
|
oid_clause |
optional
OidClause
E
|
oid_index_clause |
optional
OidIndexClause
|
on_commit |
optional
OnCommit
E
|
parallel_clause |
optional
ParallelClause
|
physical_properties |
optional
PhysicalProperties
|
result_cache |
optional
CacheOption
E
|
row_dependencies |
optional
RowDependencies
E
|
row_movement_clause |
optional
RowMovementClauseValue
E
|
table_partitioning_clauses |
optional
TablePartitioningClauses
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ObjectTypeColProperties Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column |
optional
ExtendedSqlId
|
substitutable_column_clause |
optional
SubstitutableColumnClause
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ObjectTypeDef Class
Local Features
Name | Type and Description |
---|---|
invoker_rights_clause |
optional
InvokerRightsClause
E
|
modifier_clause |
list of
ModifierClauseWrapper
|
object_as_part |
optional
ObjectAsPart
|
object_member_spec |
list of
ObjectMemberSpec
|
object_under_part |
optional
ObjectUnderPart
|
sqlj_object_type |
optional
SqljObjectType
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ObjectUnderPart Class
Local Features
Name | Type and Description |
---|---|
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ObjectViewClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
ids |
list of
ExtendedSqlId
|
object_view_clause_constraint |
list of
ObjectViewClauseConstraint
|
tableview_name |
optional
TableviewName
A
|
type_name |
optional
ElementName
|
with_object_target |
optional
WithObject
E
|
with_object_value |
optional
SettingTarget
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ObjectViewClauseConstraint Class
Local Features
Name | Type and Description |
---|---|
id |
optional
ExtendedSqlId
|
inline_constraint |
optional
InlineConstraint
A
|
out_of_line_constraint |
optional
OutOfLineConstraint
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OffsetClause Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
row_or_rows |
RowOrRows
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OidIndexClause Class
Local Features
Name | Type and Description |
---|---|
index_name |
optional
ElementName
|
physical_attributes_clause |
list of
PhysicalAttributesClause
|
tablespace |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OnCompPartitionedClause Class
Local Features
Name | Type and Description |
---|---|
index_subpartition_clause |
optional
IndexSubpartitionClause
A
|
key_compression |
list of
KeyCompression
|
partition_name |
optional
ExtendedSqlId
|
segment_attributes_clause |
list of
SegmentAttributesClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OnCompPartitionedTable Class
Local Features
Name | Type and Description |
---|---|
on_comp_partitioned_clause |
list of
OnCompPartitionedClause
|
tablespace |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OnDeleteClause Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
OnHashPartitionedClause Class
Local Features
Name | Type and Description |
---|---|
key_compression |
optional
KeyCompression
|
partition_name |
optional
ExtendedSqlId
|
tablespace |
optional
ExtendedSqlId
|
unusable | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OnHashPartitionedTable Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
OnHashPartitionedTableClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
on_hash_partitioned_clause |
list of
OnHashPartitionedClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
OnHashPartitionedTableStore Class
Super Classes
Local Features
Name | Type and Description |
---|---|
tablespace |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
OnListPartitionedTable Class
Local Features
Name | Type and Description |
---|---|
partitioned_table |
list of
PartitionedTable
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OnRangePartitionedTable Class
Local Features
Name | Type and Description |
---|---|
partitioned_table |
list of
PartitionedTable
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
Operation Class
Local Features
Name | Type and Description |
---|---|
value | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OptionValue Class
Local Features
Name | Type and Description |
---|---|
name |
optional
ElementName
|
value |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OrderByClause Class
Local Features
Name | Type and Description |
---|---|
order_by_elements |
list of
OrderByElements
|
siblings | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OrderByElements Class
Local Features
Name | Type and Description |
---|---|
asc_or_desc |
optional
AscOrDesc
E
|
expression |
optional
Expression
A
|
nulls |
optional
PositionTarget
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OtherFunction Class
Local Features
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OutOfLineConstraint Class (Abstract) A
Super Classes
Local Features
Name | Type and Description |
---|---|
constraint_name |
optional
ElementName
|
constraint_state |
optional
ConstraintState
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
CheckOutOfLineConstraint
ForeignKeyOutOfLineConstraint
PrimaryOutOfLineConstraint
UniqueOutOfLineConstraint
Used In
OutOfLinePartitionStorage Class
Local Features
Name | Type and Description |
---|---|
elements |
list of
OutOfLinePartitionStorageElement
|
partition_name |
optional
ExtendedSqlId
|
subpartitions |
list of
OutOfLinePartitionStorageSubpartition
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OutOfLinePartitionStorageElement Class
Local Features
Name | Type and Description |
---|---|
lob_storage_clause |
optional
LobStorageClause
|
nested_table_col_properties |
optional
NestedTableColProperties
|
varray_col_properties |
optional
VarrayColProperties
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OutOfLinePartitionStorageSubpartition Class
Local Features
Name | Type and Description |
---|---|
elements |
list of
OutOfLinePartitionStorageElement
|
subpartition_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OutOfLineRefConstraint Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
OuterJoinSign Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OuterJoinType Class
Local Features
Name | Type and Description |
---|---|
outer | Boolean |
value |
OuterJoinTypeValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OutlineModifierValue Class
Local Features
Name | Type and Description |
---|---|
value | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
OverClause Class
Local Features
Name | Type and Description |
---|---|
order_by_clause |
optional
OrderByClause
|
query_partition_clause |
optional
QueryPartitionClause
|
windowing_clause |
optional
WindowingClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OverClauseKeyword Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OverridingFunctionSpec Class
Local Features
Name | Type and Description |
---|---|
body |
optional
Body
|
function_name |
optional
ElementName
|
is_or_as |
optional
IsOrAs
E
|
pipelined | Boolean? |
return_result |
ReturnResult
E
|
seq_of_declare_specs |
list of
DeclareSpec
A
|
type_elements_parameters |
list of
TypeElementsParameter
|
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
OverridingSubprogramSpec Class
Super Classes
Local Features
Name | Type and Description |
---|---|
overriding_function_spec |
optional
OverridingFunctionSpec
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PackageObj Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
CursorDeclaration
ExceptionDeclaration
FunctionBody
FunctionBodyDirect
FunctionBodyUsing
FunctionSpec
PragmaDeclaration
PragmaDeclarationException
PragmaDeclarationInline
PragmaDeclarationRestrictReferences
PragmaDeclarationSimple
ProcedureBody
ProcedureSpec
SubtypeDeclaration
TypeDeclaration
TypeDeclarationRecord
TypeDeclarationRefCursor
TypeDeclarationTable
TypeDeclarationVararray
VariableDeclaration
Used In
PackageObjBody Class
Local Features
Name | Type and Description |
---|---|
cursorDeclaration |
optional
CursorDeclaration
|
exceptionDeclaration |
optional
ExceptionDeclaration
|
functionBody |
optional
FunctionBody
A
|
functionSpec |
optional
FunctionSpec
|
procedureBody |
optional
ProcedureBody
|
procedureSpec |
optional
ProcedureSpec
|
subtypeDeclaration |
optional
SubtypeDeclaration
|
typeDeclaration |
optional
TypeDeclaration
A
|
variableDeclaration |
optional
VariableDeclaration
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PackageObjSpec Class
Local Features
Name | Type and Description |
---|---|
cursorDeclaration |
optional
CursorDeclaration
|
exceptionDeclaration |
optional
ExceptionDeclaration
|
functionSpec |
optional
FunctionSpec
|
pragmaDeclaration |
optional
PragmaDeclaration
A
|
procedureSpec |
optional
ProcedureSpec
|
subtypeDeclaration |
optional
SubtypeDeclaration
|
typeDeclaration |
optional
TypeDeclaration
A
|
variableDeclaration |
optional
VariableDeclaration
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ParallelClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
parallel |
Parallel
E
|
parallel_count |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmlIndexClause
DomainIndexClause
IndexAttributes
SplitIndexPartition
CoalesceIndexPartition
AddHashIndexPartition
StandbyDatabaseClauses
ManagedStandbyRecoveryClause
GeneralRecoveryDatabaseOption
XmltypeTable
CreateTableRelational
ObjectTable
CreateMaterializedViewLog
CreateMaterializedView
CreateCluster
AlterExternalTableElement
CoalesceTableSubpartition
MoveTableClause
MoveMvLogClause
AlterMaterializedViewLog
AlterMaterializedView
AlterCluster
RebuildClauseOption
AlterIndexSingleOption
AlterIndexMultipleOption
AlterIndexOpsSet1
AlterIndexOpsSet2
RelationalTable
ParallelEnableClause Class
Local Features
Name | Type and Description |
---|---|
partition_by_clause |
optional
PartitionByClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
Parameter Class
Local Features
Name | Type and Description |
---|---|
default_value_part |
optional
DefaultValuePart
|
modes |
list of
ParameterModeWrapper
|
parameter_name |
optional
ElementName
|
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ParameterModeWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
ParameterMode
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ParameterSpec Class
Local Features
Name | Type and Description |
---|---|
default_value_part |
optional
DefaultValuePart
|
in_value | Boolean |
parameter_name |
optional
ElementName
|
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ParameterValue Class
Local Features
Name | Type and Description |
---|---|
constant |
optional
Constant
E
|
regularId |
optional
RegularId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ParenColumnList Class
Local Features
Name | Type and Description |
---|---|
columnList |
optional
ColumnList
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PartialDatabaseRecovery Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
PartialDatabaseRecovery10g
PartialDatabaseRecoveryElement
PartialDatabaseRecoveryElementDatafile
PartialDatabaseRecoveryElementFilenumber
PartialDatabaseRecoveryElementTablespace
Used In
PartialDatabaseRecovery10g Class
Super Classes
Local Features
Name | Type and Description |
---|---|
element |
optional
PartialDatabaseRecoveryElement
A
|
standby | Boolean |
until_consistent | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PartialDatabaseRecoveryElement Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
PartialDatabaseRecoveryElementDatafile
PartialDatabaseRecoveryElementFilenumber
PartialDatabaseRecoveryElementTablespace
Used In
PartialDatabaseRecoveryElementDatafile Class
Super Classes
Local Features
Name | Type and Description |
---|---|
datafile |
optional
StringLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PartialDatabaseRecoveryElementFilenumber Class
Super Classes
Local Features
Name | Type and Description |
---|---|
filenumbers |
list of
Filenumber
|
strings |
list of
StringLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PartialDatabaseRecoveryElementTablespace Class
Super Classes
Local Features
Name | Type and Description |
---|---|
tablespace |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PartitionAttributes Class
Local Features
Name | Type and Description |
---|---|
elements |
list of
PartitionAttributesElement
|
table_compression |
optional
TableCompression
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PartitionAttributesElement Class
Local Features
Name | Type and Description |
---|---|
allocate_extent_clause |
optional
AllocateExtentClause
|
deallocate_unused_clause |
optional
DeallocateUnusedClause
|
logging_clause |
optional
LoggingClauseValue
E
|
overflow | Boolean |
physical_attributes_clause |
optional
PhysicalAttributesClause
|
shrink_clause |
optional
ShrinkClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PartitionByClause Class
Local Features
Name | Type and Description |
---|---|
by_target |
ByTarget
E
|
expression |
optional
Expression
A
|
paren_column_list |
list of
ElementName
|
streaming_clause |
optional
StreamingClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PartitionDescClause Class
Local Features
Name | Type and Description |
---|---|
hash_subparts_by_quantity |
optional
HashSubpartsByQuantity
|
individual_hash_subparts |
list of
IndividualHashSubparts
|
list_subpartition_desc |
list of
ListSubpartitionDesc
|
range_subpartition_desc |
list of
RangeSubpartitionDesc
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PartitionExtensionClause Class
Local Features
Name | Type and Description |
---|---|
keys |
list of
Expression
A
|
name |
optional
ExtendedSqlId
|
partition |
PartitionOrSubpartition
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PartitionKeyValue Class
Local Features
Name | Type and Description |
---|---|
literal |
optional
Literal
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PartitionedTable Class
Local Features
Name | Type and Description |
---|---|
key_compression |
list of
KeyCompression
|
partition_name |
optional
ExtendedSqlId
|
segment_attributes_clause |
list of
SegmentAttributesClause
|
unusable | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PartitioningStorageClause Class
Local Features
Name | Type and Description |
---|---|
options |
list of
PartitioningStorageClauseOption
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PartitioningStorageClauseOption Class
Local Features
Name | Type and Description |
---|---|
file_type |
optional
FileType
E
|
key_compression |
optional
KeyCompression
|
lob_partitioning_storage |
optional
LobPartitioningStorage
|
lob_segname |
optional
ExtendedSqlId
|
overflow_tablespace |
optional
ExtendedSqlId
|
table_compression |
optional
TableCompression
E
|
tablespace |
optional
ExtendedSqlId
|
varray_item |
optional
VarrayItem
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PartitioningStorageClauseOptions Class
Local Features
Name | Type and Description |
---|---|
keyCompression |
optional
KeyCompression
|
lobPartitioningStorage |
optional
LobPartitioningStorage
|
lobSegname |
optional
RegularId
|
overflowTablespace |
optional
RegularId
|
tableCompression |
optional
TableCompression
E
|
tablespace |
optional
RegularId
|
varrayItem |
optional
VarrayItem
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PasswordExpireClause Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PctfreeValue Class
Local Features
Name | Type and Description |
---|---|
value | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PctusedValue Class
Local Features
Name | Type and Description |
---|---|
value | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Pctversion Class
Local Features
Name | Type and Description |
---|---|
number |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PctversionOrFreepools Class
Local Features
Name | Type and Description |
---|---|
number |
optional
IntLiteral
|
value |
PctversionOrFreepoolsValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PeriodDefinition Class
Local Features
Name | Type and Description |
---|---|
columnName |
optional
ElementName
|
endTimeColumn |
optional
ElementName
|
startTimeColumn |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PermanentTablespaceClause Class
Local Features
Name | Type and Description |
---|---|
datafile_specification |
optional
DatafileSpecification
|
id_expression |
optional
ExtendedSqlId
|
permanent_tablespace_clause_options |
list of
PermanentTablespaceClauseOption
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PermanentTablespaceClauseOption Class
Local Features
Name | Type and Description |
---|---|
extent_management_clause |
optional
ExtentManagementClause
|
flashback_mode_clause |
optional
FlashbackModeClause
|
logging_clause |
optional
LoggingClauseValue
E
|
option |
PermanentTablespaceClauseOptionValue
E
|
segment_management_clause |
optional
SegmentManagementClause
E
|
size_clause |
optional
SizeClause
|
storage_clause |
optional
StorageClause
|
table_compression |
optional
TableCompression
E
|
tablespace_encryption_spec |
optional
TablespaceEncryptionSpec
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PhysicalAttributesClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
inittrans |
list of
IntLiteral
|
pctfree |
list of
IntLiteral
|
pctused |
list of
IntLiteral
|
storage_clause |
list of
StorageClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SegmentAttributesClause
IndexAttributes
ModifyIndexPartitionOption
ModifyIndexDefaultAttrs
OidIndexClause
CreateMaterializedViewLogOption
CreateMaterializedViewUsingIndexClause
CreateClusterOptionPhysicalAttributes
PartitionAttributesElement
AlterMaterializedViewLog
AlterMaterializedView
AlterClusterOption
RebuildClauseOption
AlterIndexMultipleOption
AlterIndexOpsSet1
ModifyIndexPartitionsOps
PhysicalProperties Class
Local Features
Name | Type and Description |
---|---|
deferred_segment_creation |
optional
TimingCreation
E
|
segment_attributes_clause |
optional
SegmentAttributesClause
|
table_compression |
optional
TableCompression
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PivotClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
alias |
optional
Expression
A
|
pivot_element |
list of
PivotElement
|
pivot_for_clause |
optional
PivotForClause
|
pivot_in_clause |
optional
PivotInClause
|
xml | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PivotElement Class
Local Features
Name | Type and Description |
---|---|
aggregate_function_name |
optional
ElementName
|
column_alias |
optional
Expression
A
|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PivotForClause Class
Local Features
Name | Type and Description |
---|---|
column_names |
list of
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PivotInClause Class
Local Features
Name | Type and Description |
---|---|
any | Integer? |
pivot_in_clause_elements |
list of
PivotInClauseElement
|
subquery |
optional
Subquery
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PivotInClauseElement Class
Local Features
Name | Type and Description |
---|---|
column_alias |
optional
Expression
A
|
elements |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PivotInClauseElements Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
expressions |
optional
Expressions
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PivotOrUnpivotClause Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
PlsqlCreateTable Class
Local Features
Name | Type and Description |
---|---|
objectTable |
optional
ObjectTable
|
relationalTable |
optional
RelationalTable
|
selectOnlyStatement |
optional
SelectOnlyStatement
|
tableviewName |
optional
TableviewName
A
|
xmltypeTable |
optional
XmltypeTable
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PlsqlDropTable Class
Local Features
Name | Type and Description |
---|---|
tableviewName |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PlsqlElement Class
Local Features
Name | Type and Description |
---|---|
bindVariable |
optional
BindVariable
|
generalElement |
optional
GeneralElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PlsqlElementName Class
Local Features
Name | Type and Description |
---|---|
bindVariable |
optional
BindVariable
|
elementName |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PlsqlExecutableElement Class
Local Features
Name | Type and Description |
---|---|
directives |
optional
Directives
|
labelDeclaration |
optional
LabelDeclaration
|
statement |
optional
Statement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PlsqlIdExpression Class
Local Features
Name | Type and Description |
---|---|
regularId |
optional
RegularId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PlsqlIfStatement Class
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
elsePart |
optional
ElsePart
|
elsifPart |
list of
ElsifPart
|
seqOfStatements |
optional
SeqOfStatements
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PlsqlParameter Class
Local Features
Name | Type and Description |
---|---|
defaultValuePart |
optional
DefaultValuePart
|
parameterName |
optional
Identifier
|
typeSpec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PlsqlProcedureBody Class
Local Features
Name | Type and Description |
---|---|
body |
optional
Body
|
callSpec |
optional
CallSpec
A
|
invokerRightsClause |
optional
InvokerRightsClause
E
|
plsqlParameter |
list of
PlsqlParameter
|
procedureName |
optional
ElementName
|
seqOfDeclareSpecs |
optional
SeqOfDeclareSpecs
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PlsqlScript Class
Local Features
Name | Type and Description |
---|---|
plsqlScriptStatements |
list of
PlsqlScriptStatements
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PlsqlScriptStatements Class
Local Features
Name | Type and Description |
---|---|
directives |
optional
Directives
|
labelDeclaration |
optional
LabelDeclaration
|
setCommand |
optional
SetCommand
|
sqlPlusCommand |
optional
SqlPlusCommand
|
statement |
optional
Statement
A
|
unitStatement |
optional
UnitStatement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PlsqlSnippets Class
Local Features
Name | Type and Description |
---|---|
plsqlExecutableElement |
list of
PlsqlExecutableElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PragmaClause Class
Local Features
Name | Type and Description |
---|---|
pragma_elements |
list of
PragmaElements
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PragmaDeclaration Class (Abstract) A
Super Classes
Local Features
Name | Type and Description |
---|---|
option |
PragmaDeclarationOption
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
PragmaDeclarationException
PragmaDeclarationInline
PragmaDeclarationRestrictReferences
PragmaDeclarationSimple
Used In
PragmaDeclarationException Class
Super Classes
Local Features
Name | Type and Description |
---|---|
exception_name |
optional
ElementName
|
numeric_negative |
optional
NumericNegative
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
option |
PragmaDeclarationOption
E
|
PragmaDeclarationInline Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
inline_id |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
option |
PragmaDeclarationOption
E
|
PragmaDeclarationRestrictReferences Class
Super Classes
Local Features
Name | Type and Description |
---|---|
first_is_default | Boolean |
ids |
list of
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
option |
PragmaDeclarationOption
E
|
PragmaDeclarationSimple Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
option |
PragmaDeclarationOption
E
|
PragmaElements Class
Local Features
Name | Type and Description |
---|---|
identifier |
optional
ElementName
|
pragma_element |
PragmaElement
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PrecisionPart Class
Local Features
Name | Type and Description |
---|---|
base |
optional
PrecisionBase
E
|
fractional |
optional
Expression
A
|
leading |
Leading
E
|
leading_numeric |
optional
Expression
A
|
negative_fractional | Boolean? |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
PrimaryKeyClause Class
Local Features
Name | Type and Description |
---|---|
parenColumnList |
optional
ParenColumnList
|
usingIndexClause |
optional
UsingIndexClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
PrimaryOutOfLineConstraint Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_names |
list of
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
constraint_name |
optional
ElementName
|
constraint_state |
optional
ConstraintState
|
ProcDeclInType Class
Local Features
Name | Type and Description |
---|---|
body |
optional
Body
|
call_spec |
optional
CallSpec
A
|
declare | Boolean |
is_or_as |
IsOrAs
E
|
procedure_name |
optional
ElementName
|
seq_of_declare_specs |
list of
DeclareSpec
A
|
type_elements_parameter |
list of
TypeElementsParameter
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ProcedureBody Class
Super Classes
Local Features
Name | Type and Description |
---|---|
body |
optional
Body
|
call_spec |
optional
CallSpec
A
|
declare | Boolean |
external | Boolean |
invoker_rights_clause |
optional
InvokerRightsClause
E
|
parameters |
list of
Parameter
|
procedure_name |
optional
ElementName
|
seq_of_declare_specs |
list of
DeclareSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ProcedureSpec Class
Super Classes
Local Features
Name | Type and Description |
---|---|
identifier |
optional
ElementName
|
parameters |
list of
Parameter
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ProfileClause Class
Local Features
Name | Type and Description |
---|---|
id |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ProxyClause Class
Local Features
Name | Type and Description |
---|---|
authenticated_using |
optional
Authentication
E
|
authentication_required | Boolean? |
proxy_through |
ProxyThrough
E
|
revoke_or_grant |
RevokeOrGrant
E
|
role_clause |
optional
RoleClause
|
user_object_name |
optional
ExtendedSqlId
|
with_roles |
optional
WithRoles
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
Query Class
Local Features
Name | Type and Description |
---|---|
factoring_clause |
optional
FactoringClause
|
subquery |
optional
Subquery
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
QueryBlock Class
Local Features
Name | Type and Description |
---|---|
from_clause |
optional
FromClause
|
group_by_clause |
optional
GroupByClause
|
hierarchical_query_clause |
optional
HierarchicalQueryClause
|
into_clause |
optional
IntoClause
|
model_clause |
optional
ModelClause
|
modifier |
SelectModifierType
E
|
order_by_clause |
optional
OrderByClause
|
selected |
list of
SelectElement
|
where_clause |
optional
WhereClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
QueryPartitionClause Class
Local Features
Name | Type and Description |
---|---|
expressions |
list of
Expression
A
|
subquery |
optional
Subquery
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
QuotaClause Class
Local Features
Name | Type and Description |
---|---|
on_id |
optional
ExtendedSqlId
|
quota_size |
QuotaSize
E
|
size_clause |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
QuotedString Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RangePartitionDesc Class
Local Features
Name | Type and Description |
---|---|
partition_desc_clause |
optional
PartitionDescClause
|
partition_name |
optional
ExtendedSqlId
|
range_values_clause |
optional
RangeValuesClause
|
table_partition_description |
optional
TablePartitionDescription
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RangePartitions Class
Super Classes
Local Features
Name | Type and Description |
---|---|
interval_expression |
optional
Expression
A
|
range |
list of
ElementName
|
range_partitions_clauses |
list of
RangePartitionsClause
|
store_in |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
RangePartitionsClause Class
Local Features
Name | Type and Description |
---|---|
partition_name |
optional
ExtendedSqlId
|
range_values_clause |
optional
RangeValuesClause
|
table_partition_description |
optional
TablePartitionDescription
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RangeSubpartitionDesc Class
Local Features
Name | Type and Description |
---|---|
partitioning_storage_clause |
optional
PartitioningStorageClause
|
range_values_clause |
optional
RangeValuesClause
|
subpartition_name |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RangeValuesClause Class
Local Features
Name | Type and Description |
---|---|
less_than_values |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ReadClause Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RebuildClause Class
Local Features
Name | Type and Description |
---|---|
options |
list of
RebuildClauseOption
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RebuildClauseOption Class
Local Features
Name | Type and Description |
---|---|
key_compression |
optional
KeyCompression
|
logging_clause |
optional
LoggingClauseValue
E
|
odci_parameters |
optional
StringLiteral
|
online | Boolean? |
parallel_clause |
optional
ParallelClause
|
partition_name |
optional
ExtendedSqlId
|
physical_attributes_clause |
optional
PhysicalAttributesClause
|
reverse_or_noreverse |
optional
ReverseOrNoReverse
E
|
subpartition_name |
optional
ExtendedSqlId
|
tablespace |
optional
ExtendedSqlId
|
xmlindex_parameters_clause |
optional
XmlIndexParametersClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RebuildFreepools Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RecordTypeDef Class
Local Features
Name | Type and Description |
---|---|
fieldSpec |
list of
FieldSpec
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
RecordsPerBlockClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
value |
optional
RecordsPerBlockClauseValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
RecoveryClauses Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
GeneralRecovery
GeneralRecoveryDatabase
GeneralRecoveryDatabaseOption
GeneralRecoveryValue
ManagedStandbyRecovery
ManagedStandbyRecoveryDatabase
ManagedStandbyRecoveryLogical
RecoveryClausesBackup
Used In
RecoveryClausesBackup Class
Super Classes
Local Features
Name | Type and Description |
---|---|
option |
RecoveryBackupOption
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
RedoLogFileSpec Class
Super Classes
Local Features
Name | Type and Description |
---|---|
blocksize |
optional
SizeClause
|
datafile_names |
list of
StringLiteral
|
reuse | Boolean |
size |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RefCursorTypeDef Class
Local Features
Name | Type and Description |
---|---|
typeSpec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
RefOutOfLineRefConstraint Class
Super Classes
Local Features
Name | Type and Description |
---|---|
ref_col_or_attr |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ReferenceModel Class
Local Features
Name | Type and Description |
---|---|
cell_reference_options |
list of
CellReferenceOptionsWrapper
|
model_column_clauses |
optional
ModelColumnClauses
|
reference_model_name |
optional
ElementName
|
subquery |
optional
Subquery
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ReferencePartitionDesc Class
Local Features
Name | Type and Description |
---|---|
partition_name |
optional
ExtendedSqlId
|
table_partition_description |
optional
TablePartitionDescription
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ReferencePartitioning Class
Super Classes
Local Features
Name | Type and Description |
---|---|
reference_partition_desc |
list of
ReferencePartitionDesc
|
regular_id |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ReferencesClause Class
Local Features
Name | Type and Description |
---|---|
on_delete |
optional
OnDelete
E
|
paren_column_list |
list of
ElementName
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ReferencingClause Class
Local Features
Name | Type and Description |
---|---|
referencing_element |
list of
ReferencingElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ReferencingElement Class
Local Features
Name | Type and Description |
---|---|
column_alias |
optional
Expression
A
|
target |
ReferencingTarget
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RefreshCondition Class
Local Features
Name | Type and Description |
---|---|
condition |
CreateMvRefreshValue
E
|
date |
optional
Expression
A
|
rb_segment | String? |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RefreshValue Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
RegisterLogfileClause Class
Local Features
Name | Type and Description |
---|---|
can_replace | Boolean |
file_specifications |
list of
FileSpecification
A
|
logical_or_physical |
Replication
E
|
logminer_session_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RegularId Class
Local Features
Name | Type and Description |
---|---|
nonReservedKeywordsIn12c |
optional
NonReservedKeywordsIn12c
|
nonReservedKeywordsPre12c |
optional
NonReservedKeywordsPre12c
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RelationalOperator Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
RelationalProperty Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
CheckOutOfLineConstraint
ColumnDefinition
ForeignKeyOutOfLineConstraint
ForeignKeyOutOfLineRefConstraint
InlineConstraints
OutOfLineConstraint
OutOfLineRefConstraint
PrimaryOutOfLineConstraint
RefOutOfLineRefConstraint
ScopeOutOfLineRefConstraint
SupplementalLoggingProps
UniqueOutOfLineConstraint
VirtualColumnDefinition
Used In
RelationalTable Class
Local Features
Name | Type and Description |
---|---|
columnProperties |
optional
ColumnProperties
A
|
enableDisableClause |
list of
EnableDisableClause
|
flashbackArchiveClause |
optional
FlashbackArchiveClause
|
parallelClause |
optional
ParallelClause
|
physicalProperties |
optional
PhysicalProperties
|
relationalProperty |
list of
RelationalProperty
A
|
rowMovementClause |
optional
RowMovementClause
|
tablePartitioningClauses |
optional
TablePartitioningClauses
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ReliesOnPart Class
Local Features
Name | Type and Description |
---|---|
tableviewName |
list of
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
RenameColumnClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
new_column_name |
optional
ElementName
|
old_column_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
RenameConstraintClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
new_name |
optional
ElementName
|
old_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
RenameFileClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
to_filename |
optional
StringLiteral
|
what_filename |
list of
StringLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
RenameLogfileClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
filename |
list of
StringLiteral
|
to_filename |
optional
StringLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ReplaceTypeClause Class
Local Features
Name | Type and Description |
---|---|
invoker_rights_clause |
optional
InvokerRightsClause
E
|
object_member_specs |
list of
ObjectMemberSpec
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RespectOrIgnoreNulls Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ResultCacheClause Class
Local Features
Name | Type and Description |
---|---|
relies_on_part |
list of
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ResultCacheModeClause Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ReverseAttribute Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RoleClause Class
Local Features
Name | Type and Description |
---|---|
role_names |
list of
RoleName
|
target |
RoleClauseTarget
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RoleName Class
Local Features
Name | Type and Description |
---|---|
id |
optional
ExtendedSqlId
|
role |
Role
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RollbackSegmentRefreshValue Class
Super Classes
Local Features
Name | Type and Description |
---|---|
option |
RefreshOptions
E
|
rollback_segment |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
RollupCubeClause Class
Local Features
Name | Type and Description |
---|---|
cube_or_rollup |
CubeOrRollup
E
|
grouping_sets_elements |
list of
GroupingSetsElements
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
RoutineClause Class
Local Features
Name | Type and Description |
---|---|
arguments |
optional
Arguments
|
routineName |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
RowMovementClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
value |
RowMovementClauseValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SampleClause Class
Local Features
Name | Type and Description |
---|---|
block | Boolean |
expressions |
list of
Expression
A
|
seed |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ScopeOutOfLineRefConstraint Class
Super Classes
Local Features
Name | Type and Description |
---|---|
ref_col_or_attr |
optional
ExtendedSqlId
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ScopedTableOrAlias Class
Local Features
Name | Type and Description |
---|---|
columnAlias |
optional
ColumnAlias
|
encryptionSpec |
optional
EncryptionSpec
|
scopedTableRefConstraint |
optional
ScopedTableRefConstraint
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ScopedTableRefConstraint Class
Local Features
Name | Type and Description |
---|---|
refColOrAttr |
optional
RegularId
|
tableviewName |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ScriptStatements Class
Local Features
Name | Type and Description |
---|---|
setCommand |
optional
SetCommand
|
sqlPlusCommand |
optional
SqlPlusCommand
|
sqlServerCommand |
optional
SqlServerCommand
|
statement |
optional
Statement
A
|
unitStatement |
optional
UnitStatement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SearchClause Class
Local Features
Name | Type and Description |
---|---|
column_name |
optional
ElementName
|
depth_or_breadth |
DepthOrBreadth
E
|
elements |
list of
SearchClauseElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SearchClauseElement Class
Local Features
Name | Type and Description |
---|---|
asc_or_desc |
optional
AscOrDesc
E
|
column_name |
optional
ElementName
|
nulls |
optional
PositionTarget
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SecondLevelIdExpression Class
Local Features
Name | Type and Description |
---|---|
idExpression |
optional
IdExpression
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SecurityClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
value |
SecurityClauseValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SeedPart Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SegmentAttributesClause Class
Local Features
Name | Type and Description |
---|---|
logging_clause |
list of
LoggingClauseValueWrapper
|
physical_attributes_clause |
list of
PhysicalAttributesClause
|
tablespace_name |
list of
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SelectListElements Class
Local Features
Name | Type and Description |
---|---|
columnAlias |
optional
ColumnAlias
|
expression |
optional
Expression
A
|
tableviewName |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SelectOnlyStatement Class
Local Features
Name | Type and Description |
---|---|
subquery |
optional
Subquery
|
subqueryFactoringClause |
optional
SubqueryFactoringClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SelectedList Class
Local Features
Name | Type and Description |
---|---|
selectListElements |
list of
SelectListElements
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SelectedTableview Class
Local Features
Name | Type and Description |
---|---|
select_statement |
optional
SelectStatement
|
table_alias |
optional
Expression
A
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SelectionDirective Class
Super Classes
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
selection_directive_else_part |
optional
SelectionDirectiveElsePart
|
selection_directive_elseif_part |
list of
SelectionDirectiveElseifPart
|
seq_of_statements |
list of
ExecutableElement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SelectionDirectiveElsePart Class
Local Features
Name | Type and Description |
---|---|
seq_of_statements |
list of
ExecutableElement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SelectionDirectiveElseifPart Class
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SeqOfDeclareSpecs Class
Local Features
Name | Type and Description |
---|---|
declareSpec |
list of
DeclareSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SeqOfStatements Class
Local Features
Name | Type and Description |
---|---|
executableElement |
list of
ExecutableElement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SequenceSpec Class
Local Features
Name | Type and Description |
---|---|
option |
SequenceSpecOption
E
|
value |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SequenceStartClause Class
Local Features
Name | Type and Description |
---|---|
value |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SetCommand Class
Super Classes
Local Features
Name | Type and Description |
---|---|
option | String |
value | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SetContainerData Class
Local Features
Name | Type and Description |
---|---|
containerNames |
optional
ContainerNames
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SetSubpartitionTemplate Class
Local Features
Name | Type and Description |
---|---|
subpartitionTemplate |
optional
SubpartitionTemplate
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SetTimeZoneClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
timezone |
optional
StringLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ShrinkClause Class
Local Features
Name | Type and Description |
---|---|
cascade | Boolean |
compact | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SimpleDmlTrigger Class
Super Classes
Local Features
Name | Type and Description |
---|---|
activation |
Activation
E
|
dml_event_clause |
optional
DmlEventClause
|
for_each_row |
optional
ForEachRow
|
referencing_clause |
optional
ReferencingClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SimpleElementName Class
Local Features
Name | Type and Description |
---|---|
idExpression |
optional
IdExpression
|
secondLevelIdExpression |
list of
SecondLevelIdExpression
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SingleColumnForLoop Class
Local Features
Name | Type and Description |
---|---|
action_expr |
optional
Expression
A
|
action_type |
optional
SingleColumnForLoopAction
E
|
column_name |
optional
ElementName
|
expressions |
list of
Expression
A
|
from_expr |
optional
Expression
A
|
to_expr |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SingleValueExternalOption Class
Super Classes
Local Features
Name | Type and Description |
---|---|
option_value |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
option |
ExternalOptionValue
E
|
SizeClause Class
Local Features
Name | Type and Description |
---|---|
id |
optional
StringLiteral
|
size |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SizeClauseStorageValue
DeallocateUnusedClause
AllocateExtentClauseOption
QuotaClause
RedoLogFileSpec
MaxsizeClause
AutoextendClause
DatafileTempfileSpec
ExtentManagementClause
AlterFileClause
PermanentTablespaceClauseOption
CreateClusterOptionSize
AlterTablespaceChangeSize
DatafileTempfileClausesShrink
DatafileTempfileClausesDrop
AlterClusterOption
StorageClauseOption
AlterDatafileClause
AlterTempfileClause
SizeClauseStorageValue Class
Super Classes
Local Features
Name | Type and Description |
---|---|
option |
StorageOptions
E
|
size_clause |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SortOrNoSortWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
SortOrNoSort
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SqlOperationWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
SqlOperation
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SqlPlusCommand Class
Local Features
Name | Type and Description |
---|---|
text | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SqlScript Class
Local Features
Name | Type and Description |
---|---|
scriptStatements |
list of
ScriptStatements
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SqlServerCommand Class
Super Classes
Local Features
Name | Type and Description |
---|---|
text | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SqlStatement Class
Local Features
Name | Type and Description |
---|---|
cursorManipulationStatements |
optional
CursorManipulationStatements
|
dataManipulationLanguageStatements |
optional
DataManipulationLanguageStatements
|
executeImmediate |
optional
ExecuteImmediate
|
transactionControlStatements |
optional
TransactionControlStatements
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SqlStatementShortcut Class
Local Features
Name | Type and Description |
---|---|
text | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SqljObjectType Class
Local Features
Name | Type and Description |
---|---|
external_name |
optional
Expression
A
|
javaSource |
JavaSource
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SqljObjectTypeAttr Class
Local Features
Name | Type and Description |
---|---|
external_name |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
StandardFunction Class
Local Features
Name | Type and Description |
---|---|
numericFunctionWrapper |
optional
NumericFunctionWrapper
|
otherFunction |
optional
OtherFunction
|
stringFunction |
optional
StringFunction
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
StandardPredictionFunctionKeyword Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
StandbyDatabaseClauses Class
Super Classes
Local Features
Name | Type and Description |
---|---|
activate_standby_db_clause |
optional
ActivateStandbyDbClause
|
commit_switchover_clause |
optional
CommitSwitchoverClause
|
convert_database_clause |
optional
ConvertDatabaseClause
|
maximize_standby_db_clause |
optional
MaximizeStandbyDbClause
|
parallel_clause |
optional
ParallelClause
|
register_logfile_clause |
optional
RegisterLogfileClause
|
start_standby_clause |
optional
StartStandbyClause
|
stop_standby_clause |
optional
StopStandbyClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
StartNextRepeat Class
Local Features
Name | Type and Description |
---|---|
datetimeExpr |
optional
DatetimeExpr
|
intervalExpression |
optional
IntervalExpression
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
StartPart Class
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
StartStandbyClause Class
Local Features
Name | Type and Description |
---|---|
immediate | Boolean |
new_primary_id |
optional
ExtendedSqlId
|
no_delay | Boolean |
option |
optional
StartStandbyClauseOption
E
|
scn_value |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
StartupClauseMount Class
Super Classes
Local Features
Name | Type and Description |
---|---|
option |
optional
MountOption
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
StartupClauseOpen Class
Super Classes
Local Features
Name | Type and Description |
---|---|
resetlogs_or_noresetlogs |
optional
ResetLogsOrNoResetLogs
E
|
status |
optional
OpenStatus
E
|
upgrade_or_downgrade |
optional
UpgradeOrDowngrade
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
StartupClauses Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
StaticReturningClause Class
Local Features
Name | Type and Description |
---|---|
expressions |
list of
Expression
A
|
into_clause |
optional
IntoClause
|
return_or_returning |
ReturnOrReturning
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
StatisticsClauses Class (Abstract) A
Local Features
Name | Type and Description |
---|---|
for_clause |
optional
ForClause
|
system | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
StopStandbyClause Class
Local Features
Name | Type and Description |
---|---|
stop_or_abort |
StopOrAbort
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
StorageClause Class
Local Features
Name | Type and Description |
---|---|
options |
list of
StorageValue
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
StorageClauseOption Class
Local Features
Name | Type and Description |
---|---|
freelistGroups | String? |
freelists | String? |
initialSize |
optional
SizeClause
|
maxextents |
optional
Extent
E
|
minextents |
optional
Extent
E
|
nextSize |
optional
SizeClause
|
pctincrease | String? |
sizeClause |
optional
SizeClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
StorageValue Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
StreamingClause Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
paren_column_list |
list of
ElementName
|
setting |
StreamingSetting
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
StringFunction Class
Local Features
Name | Type and Description |
---|---|
concatenation |
optional
Concatenation
|
expression |
list of
Expression
A
|
expressions |
optional
Expressions
|
modifier | String? |
quotedString |
list of
QuotedString
|
standardFunction |
optional
StandardFunction
|
tableElement |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SubpartitionByHash Class
Local Features
Name | Type and Description |
---|---|
column_name |
list of
ElementName
|
store_in |
list of
ExtendedSqlId
|
subpartition_template |
optional
SubpartitionTemplate
|
value |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SubpartitionByList Class
Local Features
Name | Type and Description |
---|---|
column_name |
optional
ElementName
|
subpartition_template |
optional
SubpartitionTemplate
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SubpartitionByRange Class
Local Features
Name | Type and Description |
---|---|
column_name |
list of
ElementName
|
subpartition_template |
optional
SubpartitionTemplate
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SubpartitionKeyValue Class
Local Features
Name | Type and Description |
---|---|
literal |
optional
Literal
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SubpartitionTemplate Class
Local Features
Name | Type and Description |
---|---|
hash_subpartition_quantity |
optional
IntLiteral
|
individual_hash_subparts |
list of
IndividualHashSubparts
|
list_subpartition_desc |
list of
ListSubpartitionDesc
|
range_subpartition_desc |
list of
RangeSubpartitionDesc
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SubprogDeclInType Class
Super Classes
Local Features
Name | Type and Description |
---|---|
constructor_declaration |
optional
ConstructorDeclaration
|
func_decl_in_type |
optional
FuncDeclInType
|
member_or_static |
MemberOrStatic
E
|
proc_decl_in_type |
optional
ProcDeclInType
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SubprogramSpec Class
Super Classes
Local Features
Name | Type and Description |
---|---|
member_or_static |
MemberOrStatic
E
|
type_function_spec |
optional
TypeFunctionSpec
|
type_procedure_spec |
optional
TypeProcedureSpec
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SubqueryBasicElements Class
Local Features
Name | Type and Description |
---|---|
queryBlock |
optional
QueryBlock
|
subquery |
optional
Subquery
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SubqueryElements Class
Local Features
Name | Type and Description |
---|---|
behavior |
SubqueryBehavior
E
|
block |
optional
QueryBlock
|
subquery |
optional
Subquery
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SubqueryFactoringClause Class
Local Features
Name | Type and Description |
---|---|
factoringElement |
list of
FactoringElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SubqueryOperationPart Class
Local Features
Name | Type and Description |
---|---|
subqueryBasicElements |
optional
SubqueryBasicElements
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SubqueryRestrictionClause Class
Local Features
Name | Type and Description |
---|---|
constraint_name |
optional
ElementName
|
readonly_or_checkoption |
ReadOnlyOrCheckOption
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SubstitutableColumnClause Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
SubstitutableColumnClauseAllLevels Class
Super Classes
Local Features
Name | Type and Description |
---|---|
substitutable | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SubstitutableColumnClauseType Class
Super Classes
Local Features
Name | Type and Description |
---|---|
element | Boolean |
is_type | Boolean |
type_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SubtypeDeclaration Class
Super Classes
Local Features
Name | Type and Description |
---|---|
identifier |
optional
ElementName
|
not_null | Boolean |
range_end |
optional
Expression
A
|
range_start |
optional
Expression
A
|
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SupplementalDbLogging Class
Super Classes
Local Features
Name | Type and Description |
---|---|
action |
Actions
E
|
target |
optional
SupplementalDbLoggingTarget
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SupplementalDbLoggingTarget Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
SupplementalDbLoggingTargetData Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SupplementalIdKeyClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
options |
list of
SupplementalIdKeyClauseOptionWrapper
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SupplementalIdKeyClauseOptionWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
SupplementalIdKeyClauseOption
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SupplementalLogGrpClause Class
Local Features
Name | Type and Description |
---|---|
always | Boolean |
elements |
list of
SupplementalLogGrpClauseElement
|
log_grp |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SupplementalLogGrpClauseElement Class
Local Features
Name | Type and Description |
---|---|
no_log | Boolean |
regular_id |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SupplementalLoggingProps Class
Super Classes
Local Features
Name | Type and Description |
---|---|
supplemental_id_key_clause |
optional
SupplementalIdKeyClause
|
supplemental_log_grp_clause |
optional
SupplementalLogGrpClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SupplementalPlsqlClause Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SupplementalTableLogging Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
SupplementalTableLoggingAdd Class
Super Classes
Local Features
Name | Type and Description |
---|---|
elements |
list of
SupplementalTableLoggingAddElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SupplementalTableLoggingAddElement Class
Local Features
Name | Type and Description |
---|---|
supplemental_id_key_clause |
optional
SupplementalIdKeyClause
|
supplemental_log_grp_clause |
optional
SupplementalLogGrpClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SupplementalTableLoggingDrop Class
Super Classes
Local Features
Name | Type and Description |
---|---|
elements |
list of
SupplementalTableLoggingDropElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SupplementalTableLoggingDropElement Class
Local Features
Name | Type and Description |
---|---|
log_grp |
optional
IntLiteral
|
supplemental_id_key_clause |
optional
SupplementalIdKeyClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
SwallowToSemi Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SwitchLogfileClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
blocksize |
optional
IntLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SynchronousOrAsynchronous Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SystemPartitioning Class
Super Classes
Local Features
Name | Type and Description |
---|---|
partitions_value |
optional
IntLiteral
|
reference_partition_desc |
list of
ReferencePartitionDesc
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
SystemPrivilege Class
Local Features
Name | Type and Description |
---|---|
text | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TSqlColumnDefinition Class
Local Features
Name | Type and Description |
---|---|
collateName |
optional
ElementName
|
columnName |
optional
ElementName
|
datatype |
optional
Datatype
|
encryptionSpec |
optional
EncryptionSpec
|
expression |
optional
Expression
A
|
inlineConstraint |
list of
InlineConstraint
A
|
inlineRefConstraint |
optional
InlineRefConstraint
A
|
typeName |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TSqlCreateTable Class
Local Features
Name | Type and Description |
---|---|
azureRelationalTable |
optional
AzureRelationalTable
|
objectTable |
optional
ObjectTable
|
selectOnlyStatement |
optional
SelectOnlyStatement
|
tSqlTableOption |
optional
TSqlTableOption
|
tableviewName |
optional
TableviewName
A
|
xmltypeTable |
optional
XmltypeTable
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TSqlDropTable Class
Local Features
Name | Type and Description |
---|---|
tableviewName |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TSqlExecutableElement Class
Local Features
Name | Type and Description |
---|---|
setCommand |
optional
SetCommand
|
statement |
optional
Statement
A
|
unitStatement |
optional
UnitStatement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TSqlIdExpression Class
Local Features
Name | Type and Description |
---|---|
regularId |
optional
RegularId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TSqlIdentifier Class
Local Features
Name | Type and Description |
---|---|
tSqlIdExpression |
optional
TSqlIdExpression
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TSqlIfStatement Class
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
elsePart |
optional
ElsePart
|
seqOfStatements |
optional
SeqOfStatements
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TSqlParameter Class
Local Features
Name | Type and Description |
---|---|
defaultValuePart |
optional
DefaultValuePart
|
parameterName |
optional
Identifier
|
typeSpec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TSqlProcedureBody Class
Local Features
Name | Type and Description |
---|---|
body |
optional
Body
|
callSpec |
optional
CallSpec
A
|
invokerRightsClause |
optional
InvokerRightsClause
E
|
procedureName |
optional
ElementName
|
seqOfDeclareSpecs |
optional
SeqOfDeclareSpecs
|
tSqlParameter |
list of
TSqlParameter
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TSqlScript Class
Local Features
Name | Type and Description |
---|---|
tSqlScriptStatements |
list of
TSqlScriptStatements
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TSqlScriptStatements Class
Local Features
Name | Type and Description |
---|---|
setCommand |
optional
SetCommand
|
sqlServerCommand |
optional
SqlServerCommand
|
statement |
optional
Statement
A
|
unitStatement |
optional
UnitStatement
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TSqlStatements Class
Local Features
Name | Type and Description |
---|---|
createDataSource |
optional
CreateDataSource
|
createFileFormat |
optional
CreateFileFormat
|
createSchema |
optional
CreateSchema
|
createStatisticsStatement |
optional
CreateStatisticsStatement
|
dropDatabase |
optional
DropDatabase
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TSqlTableOption Class
Local Features
Name | Type and Description |
---|---|
optionValue |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TableAlias Class
Local Features
Name | Type and Description |
---|---|
identifier |
optional
Identifier
|
quotedString |
optional
QuotedString
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TableCompressionClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
option |
TableCompression
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TableIndexClause Class
Local Features
Name | Type and Description |
---|---|
elements |
list of
TableIndexClauseElement
|
index_properties |
optional
IndexProperties
|
table_alias |
optional
Expression
A
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TableIndexClauseElement Class
Local Features
Name | Type and Description |
---|---|
asc_or_desc |
optional
AscOrDesc
E
|
index_expr |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TableIndexedByPart Class
Local Features
Name | Type and Description |
---|---|
typeSpec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TableIndicator Class
Local Features
Name | Type and Description |
---|---|
alias |
optional
Expression
A
|
tableview_name |
optional
TableviewName
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TablePartitionDescription Class
Local Features
Name | Type and Description |
---|---|
deferred_segment_creation |
optional
TimingCreation
E
|
key_compression |
optional
KeyCompression
|
lob_storage_clause |
optional
LobStorageClause
|
nested_table_col_properties |
optional
NestedTableColProperties
|
overflow | Boolean |
overflow_segment_attributes |
list of
SegmentAttributesClause
|
table_compression |
optional
TableCompression
E
|
varray_col_properties |
optional
VarrayColProperties
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TablePartitioningClauses Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
CompositeHashPartitions
CompositeListPartitions
CompositeRangePartitions
HashPartitions
ListPartitions
RangePartitions
ReferencePartitioning
SystemPartitioning
Used In
TableRef Class
Local Features
Name | Type and Description |
---|---|
join_clause |
list of
JoinClause
|
pivot_or_unpivot_clause |
optional
PivotOrUnpivotClause
A
|
table_ref_aux |
optional
TableRefAux
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TableRefAux Class
Local Features
Name | Type and Description |
---|---|
flashback_query_clause |
list of
FlashbackQueryClause
|
table_alias |
optional
Expression
A
|
table_ref_aux_internal |
optional
TableRefAuxInternal
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TableRefAuxInternal Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
TableRefAuxInternalExpression
TableRefAuxInternalOne
TableRefAuxInternalSubquery
TableRefAuxInternalThree
TableRefAuxInternalTwo
Used In
TableRefAuxInternalExpression Class
Super Classes
Local Features
Name | Type and Description |
---|---|
dml_table_expression_clause |
optional
DmlTableExpressionClause
A
|
only | Boolean |
pivot_or_unpivot_clause |
optional
PivotOrUnpivotClause
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TableRefAuxInternalOne Class
Super Classes
Local Features
Name | Type and Description |
---|---|
dmlTableExpressionClause |
optional
DmlTableExpressionClause
A
|
pivotClause |
optional
PivotClause
|
unpivotClause |
optional
UnpivotClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TableRefAuxInternalSubquery Class
Super Classes
Local Features
Name | Type and Description |
---|---|
pivot_or_unpivot_clause |
optional
PivotOrUnpivotClause
A
|
subquery_elements |
list of
SubqueryElements
|
table_ref |
optional
TableRef
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TableRefAuxInternalThree Class
Super Classes
Local Features
Name | Type and Description |
---|---|
dmlTableExpressionClause |
optional
DmlTableExpressionClause
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TableRefAuxInternalTwo Class
Super Classes
Local Features
Name | Type and Description |
---|---|
pivotClause |
optional
PivotClause
|
subqueryOperationPart |
list of
SubqueryOperationPart
|
tableRef |
optional
TableRef
|
unpivotClause |
optional
UnpivotClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TableRefList Class
Local Features
Name | Type and Description |
---|---|
tableRef |
list of
TableRef
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TableTypeDef Class
Local Features
Name | Type and Description |
---|---|
tableIndexedByPart |
optional
TableIndexedByPart
|
typeSpec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TablespaceAttribute Class
Local Features
Name | Type and Description |
---|---|
is_default | Boolean |
tablespace |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TablespaceEncryptionSpec Class
Local Features
Name | Type and Description |
---|---|
encrypt_algorithm |
optional
StringLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TablespaceGroupClause Class
Local Features
Name | Type and Description |
---|---|
tablespace_group_name |
optional
ExtendedSqlId
|
tablespace_group_string |
optional
StringLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TablespaceLoggingClauses Class
Local Features
Name | Type and Description |
---|---|
logging_clause |
optional
LoggingClauseValue
E
|
value |
TablespaceLoggingClausesValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TablespaceSetting Class
Local Features
Name | Type and Description |
---|---|
tablespace |
optional
ExtendedSqlId
|
target |
SettingTarget
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TableviewName Class (Abstract) A
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
TableElementExpression
DmlTableExpressionClauseTableview
TableIndicator
BitmapJoinIndexClause
TableIndexClause
ReferencesClause
ScopeOutOfLineRefConstraint
InlineRefConstraintScope
NestedTableColProperties
ResultCacheClause
ErrorLoggingClause
SelectedTableview
MergeStatement
LockTableElement
ExplainStatement
DropView
DropTable
ObjectViewClause
CreateView
DmlEventNestedClause
DmlEventClause
CreateTable
A
ExceptionsClause
CreateStatisticsStatement
CreateMaterializedViewLog
CreateMaterializedView
CommentOnTable
ColumnAssociation
ListRows
AnalyzeTable
AlterView
A
DependentExceptionsPart
AlterTableProperties
ModifyCollectionRetrieval
AlterTable
AlterMaterializedViewLog
AlterMaterializedView
ReliesOnPart
IntoClause1
ScopedTableRefConstraint
PlsqlCreateTable
TSqlCreateTable
PlsqlDropTable
TSqlDropTable
SelectListElements
ErrorLoggingIntoPart
TableviewNameSimple Class
Super Classes
Local Features
Name | Type and Description |
---|---|
name |
optional
ElementName
|
partition_extension_clause |
optional
PartitionExtensionClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TableviewNameXmlTable Class
Super Classes
Local Features
Name | Type and Description |
---|---|
outer_join_sign | Boolean |
xmltable |
optional
XmlTableFunction
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TargetElement Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
TargetElementConstraint Class
Super Classes
Local Features
Name | Type and Description |
---|---|
constraint_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TargetElementPrimaryKey Class
Super Classes
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TargetElementUnique Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_names |
list of
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
TempfileSpecification Class
Local Features
Name | Type and Description |
---|---|
datafile_tempfile_spec |
optional
DatafileTempfileSpec
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TemporaryTablespaceClause Class
Local Features
Name | Type and Description |
---|---|
extent_management_clause |
optional
ExtentManagementClause
|
tablespace_group_clause |
optional
TablespaceGroupClause
|
tablespace_name |
optional
ExtendedSqlId
|
tempfile_specification |
optional
TempfileSpecification
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TimingPointSection Class
Local Features
Name | Type and Description |
---|---|
ak | String? |
bk | String? |
triggerBlock |
optional
TriggerBlock
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TraceFileClause Class
Local Features
Name | Type and Description |
---|---|
filename |
optional
StringLiteral
|
resetlogs_or_noresetlogs |
optional
ResetLogsOrNoResetLogs
E
|
reuse | Boolean? |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TransactionControlStatements Class
Local Features
Name | Type and Description |
---|---|
commitStatement |
optional
CommitStatement
|
rollbackStatement |
optional
RollbackStatement
|
savepointStatement |
optional
SavepointStatement
|
setConstraintStatement |
optional
SetConstraintStatement
|
setTransactionStatement |
optional
SetTransactionStatement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TriggerBlock Class
Local Features
Name | Type and Description |
---|---|
body |
optional
Body
|
declare | Boolean |
declare_spec |
list of
DeclareSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TriggerBody Class
Local Features
Name | Type and Description |
---|---|
identifier |
optional
ElementName
|
option |
TriggerBodyOption
E
|
trigger_block |
optional
TriggerBlock
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TriggerFollowsClause Class
Local Features
Name | Type and Description |
---|---|
trigger_names |
list of
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TriggerWhenClause Class
Local Features
Name | Type and Description |
---|---|
condition |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TypeBody Class
Local Features
Name | Type and Description |
---|---|
is_or_as |
IsOrAs
E
|
type_body_elements |
list of
TypeBodyElements
A
|
type_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TypeBodyElements Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
TypeDeclaration Class (Abstract) A
Super Classes
Local Features
Name | Type and Description |
---|---|
identifier |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
TypeDeclarationRecord Class
Super Classes
Local Features
Name | Type and Description |
---|---|
record_fields |
list of
FieldSpec
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
identifier |
optional
ElementName
|
TypeDeclarationRefCursor Class
Super Classes
Local Features
Name | Type and Description |
---|---|
return_type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
identifier |
optional
ElementName
|
TypeDeclarationTable Class
Super Classes
Local Features
Name | Type and Description |
---|---|
by |
optional
TypeSpec
A
|
indexed_or_index |
optional
IndexedOrIndex
E
|
not_null | Boolean |
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
identifier |
optional
ElementName
|
TypeDeclarationVararray Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
not_null | Boolean |
type_spec |
optional
TypeSpec
A
|
vararray_or_varying |
VararrayOrVarying
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
identifier |
optional
ElementName
|
TypeDefinition Class
Local Features
Name | Type and Description |
---|---|
object_type_def |
optional
ObjectTypeDef
|
oid |
optional
StringLiteral
|
type_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TypeElementsParameter Class
Local Features
Name | Type and Description |
---|---|
parameter_name |
optional
ElementName
|
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TypeFunctionSpec Class
Local Features
Name | Type and Description |
---|---|
call_spec |
optional
CallSpec
A
|
external_name |
optional
Expression
A
|
external_variable | Boolean? |
function_name |
optional
ElementName
|
is_or_as |
optional
IsOrAs
E
|
return_result |
ReturnResult
E
|
return_type |
optional
TypeSpec
A
|
type_elements_parameters |
list of
TypeElementsParameter
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TypeProcedureSpec Class
Local Features
Name | Type and Description |
---|---|
call_spec |
optional
CallSpec
A
|
is_or_as |
optional
IsOrAs
E
|
procedure_name |
optional
ElementName
|
type_elements_parameter |
list of
TypeElementsParameter
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
TypeSpec Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
LogicalOperation
XmlTableColumn
VirtualColumnDefinition
ColumnDefinition
DeclareParameter
VariableDeclaration
TypeDeclarationVararray
TypeDeclarationTable
TypeDeclarationRefCursor
FieldSpec
SubtypeDeclaration
Parameter
FunctionSpec
FunctionBody
A
ParameterSpec
CursorDeclaration
TypeElementsParameter
ConstructorDeclaration
FuncDeclInType
OverridingFunctionSpec
NestedTableTypeDef
VarrayTypeDef
TypeFunctionSpec
ConstructorSpec
ObjectMemberSpec
ObjectUnderPart
CreateFunctionBody
A
CreateClusterElement
AttributeDefinition
AlterCollectionClauses
ModifyColProperties
XmlSerializeFunction
TreatFunction
CastFunction
PlsqlParameter
TSqlParameter
OtherFunction
RefCursorTypeDef
TableIndexedByPart
TableTypeDef
UndoTablespaceClause Class
Local Features
Name | Type and Description |
---|---|
datafile_specification |
optional
DatafileSpecification
|
extent_management_clause |
optional
ExtentManagementClause
|
tablespace_name |
optional
ExtendedSqlId
|
tablespace_retention_clause |
optional
TablespaceRetentionClause
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
UniqueKeyClause Class
Local Features
Name | Type and Description |
---|---|
parenColumnList |
optional
ParenColumnList
|
usingIndexClause |
optional
UsingIndexClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
UniqueOutOfLineConstraint Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_names |
list of
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
constraint_name |
optional
ElementName
|
constraint_state |
optional
ConstraintState
|
UnpivotClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_names |
list of
ElementName
|
nulls |
optional
IncludingOrExcluding
E
|
pivot_for_clause |
optional
PivotForClause
|
unpivot_in_clause |
optional
UnpivotInClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
UnpivotInClause Class
Local Features
Name | Type and Description |
---|---|
unpivot_in_elements |
list of
UnpivotInElements
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
UnpivotInElements Class
Local Features
Name | Type and Description |
---|---|
column_names |
list of
ElementName
|
constants |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
UpdateIndexClause Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
UpdateSetClause Class
Local Features
Name | Type and Description |
---|---|
column_based_update_set_clause |
list of
ColumnBasedUpdateSetClause
A
|
expression |
optional
Expression
A
|
identifier |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
UpgradeTableClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_properties |
optional
ColumnProperties
A
|
data_inclusion |
DataInclusion
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
UseCommand Class
Super Classes
Local Features
Name | Type and Description |
---|---|
database_name | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
UserDefaultRoleClause Class
Local Features
Name | Type and Description |
---|---|
role |
DefaultRole
E
|
role_clause |
optional
RoleClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
UserEditionsClause Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
UserLockClauseWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
UserLockClause
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
UserTablespaceClause Class
Local Features
Name | Type and Description |
---|---|
default_or_temporary |
DefaultOrTemporary
E
|
id_expression |
optional
ExtendedSqlId
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
UsingClause Class
Local Features
Name | Type and Description |
---|---|
elements |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
UsingIndexClause Class
Local Features
Name | Type and Description |
---|---|
create_index |
optional
CreateIndex
|
index_attributes |
optional
IndexAttributes
|
index_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
UsingStatisticsType Class
Local Features
Name | Type and Description |
---|---|
statistics_type |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ValidateRefUpdateClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
set_dangling_to_null | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ValidateStructureClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
cascade | Boolean |
fast | Boolean |
into_clause |
optional
IntoClause
|
online_or_offline |
optional
OnlineOrOffline
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ValidationClause Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
ValidationClauses Class
Local Features
Name | Type and Description |
---|---|
intoClause |
optional
IntoClause
|
onlineOrOffline |
optional
OnlineOrOffline
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ValuesClause Class
Local Features
Name | Type and Description |
---|---|
values |
list of
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
VariableDeclaration Class
Super Classes
Local Features
Name | Type and Description |
---|---|
constant | Boolean |
default_value_part |
optional
DefaultValuePart
|
identifier |
optional
ElementName
|
not_null | Boolean |
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
VarrayColProperties Class
Super Classes
Local Features
Name | Type and Description |
---|---|
substitutable_column_clause |
optional
SubstitutableColumnClause
A
|
varray_item |
optional
VarrayItem
|
varray_storage_clause |
optional
VarrayStorageClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
VarrayStorageClause Class
Local Features
Name | Type and Description |
---|---|
as_file |
optional
FileType
E
|
lob_segname |
optional
ExtendedSqlId
|
lob_storage_parameters |
optional
LobStorageParameters
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
VarrayTypeDef Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
not_null | Boolean |
type_spec |
optional
TypeSpec
A
|
vararray_or_varying |
VararrayOrVarying
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ViewAliasConstraint Class
Super Classes
Local Features
Name | Type and Description |
---|---|
elements |
list of
ViewAliasConstraintElement
|
out_of_line_constraint |
optional
OutOfLineConstraint
A
|
table_alias |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
ViewAliasConstraintElement Class
Super Classes
Local Features
Name | Type and Description |
---|---|
inline_constraint |
list of
InlineConstraint
A
|
out_of_line_constraint |
optional
OutOfLineConstraint
A
|
table_alias |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
ViewOptions Class (Abstract) A
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Subclasses
Used In
VirtualColumnDefinition Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column_name |
optional
ElementName
|
datatype |
optional
TypeSpec
A
|
expression |
optional
Expression
A
|
generated_always | Boolean |
inline_constraint |
list of
InlineConstraint
A
|
virtual | Boolean |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
VisibleOrInvisibleWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
VisibleOrInvisible
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
WaitNowaitPart Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
WaitPart Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
wait_or_nowait |
WaitOrNoWait
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
WheneverCommand Class
Local Features
Name | Type and Description |
---|---|
text | String |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
WhereClause Class
Local Features
Name | Type and Description |
---|---|
cursor_name |
optional
Expression
A
|
expression |
optional
Expression
A
|
overlaps |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
WindowingClause Class
Local Features
Name | Type and Description |
---|---|
between_from |
optional
WindowingElements
|
between_to |
optional
WindowingElements
|
windowing_elements |
optional
WindowingElements
|
windowing_type |
WindowingType
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
WindowingElements Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
value |
WindowingElementsValue
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
WithClauses Class
Local Features
Name | Type and Description |
---|---|
new_values_clause |
optional
NewValuesClause
|
regular_id |
list of
ExtendedSqlId
|
with_clauses_elements |
list of
WithClausesElementWrapper
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
WithClausesElementWrapper Class
Local Features
Name | Type and Description |
---|---|
value |
WithClausesElement
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
WithinClause Class
Local Features
Name | Type and Description |
---|---|
order_by_clause |
optional
OrderByClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
WithinOrOverClauseKeyword Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
WithinOrOverPart Class
Local Features
Name | Type and Description |
---|---|
orderByClause |
optional
OrderByClause
|
overClause |
optional
OverClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
WriteClause Class
Local Features
Name | Type and Description |
---|---|
timing |
optional
TimingCreation
E
|
wait_or_nowait |
optional
WaitOrNoWait
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmlAttributesClause Class
Local Features
Name | Type and Description |
---|---|
entity_escaping |
optional
EntityEscaping
E
|
schema_check |
optional
SchemaCheck
E
|
xml_multiuse_expression_elements |
list of
XmlMultiuseElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmlColumnName Class
Local Features
Name | Type and Description |
---|---|
identifier |
optional
Identifier
|
quotedString |
optional
QuotedString
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
XmlElementArgument Class
Local Features
Name | Type and Description |
---|---|
alias |
optional
Expression
A
|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmlGeneralDefaultPart Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
XmlIndexClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
local_xmlindex_clause |
optional
LocalXmlIndexClause
|
parallel_clause |
optional
ParallelClause
|
xdb | Boolean |
xmlindex_parameters_clause |
optional
XmlIndexParametersClause
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
XmlIndexParametersClause Class
Local Features
Name | Type and Description |
---|---|
parameters |
optional
StringLiteral
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmlMultiuseElement Class
Local Features
Name | Type and Description |
---|---|
as_eval |
optional
Expression
A
|
as_id |
optional
ExtendedSqlId
|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmlMultiuseExpressionElement Class
Local Features
Name | Type and Description |
---|---|
concatenation |
optional
Concatenation
|
expression |
optional
Expression
A
|
idExpression |
optional
IdExpression
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmlNamespacesClause Class
Local Features
Name | Type and Description |
---|---|
default |
optional
Expression
A
|
xml_elements |
list of
XmlElementArgument
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmlPassingClause Class
Local Features
Name | Type and Description |
---|---|
by_value | Boolean |
elements |
list of
XmlElementArgument
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmlTableColumn Class
Local Features
Name | Type and Description |
---|---|
default |
optional
Expression
A
|
for_ordinality | Boolean |
name |
optional
Expression
A
|
path |
optional
Expression
A
|
type_spec |
optional
TypeSpec
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmlrootParamStandalonePart Class
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmlrootParamVersionPart Class
Local Features
Name | Type and Description |
---|---|
expression |
optional
Expression
A
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmlschemaSpec Class
Local Features
Name | Type and Description |
---|---|
any_schema |
optional
AllowOrDisallow
E
|
element_id | String |
non_schema |
optional
AllowOrDisallow
E
|
xmlschema_id | String? |
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmlserializeParamEncondingPart Class
Local Features
Name | Type and Description |
---|---|
concatenation |
optional
Concatenation
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmlserializeParamIdentPart Class
Local Features
Name | Type and Description |
---|---|
concatenation |
optional
Concatenation
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmlserializeParamVersionPart Class
Local Features
Name | Type and Description |
---|---|
concatenation |
optional
Concatenation
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
Xmltable Class
Local Features
Name | Type and Description |
---|---|
concatenation |
optional
Concatenation
|
generalElementPart |
optional
GeneralElementPart
|
xmlNamespacesClause |
optional
XmlNamespacesClause
|
xmlPassingClause |
optional
XmlPassingClause
|
xmlTableColumn |
list of
XmlTableColumn
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmltypeColumnProperties Class
Super Classes
Local Features
Name | Type and Description |
---|---|
column | Boolean |
column_name |
optional
ElementName
|
xmlschema_spec |
optional
XmlschemaSpec
|
xmltype_storage |
optional
XmltypeStorage
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
XmltypeStorage Class
Local Features
Name | Type and Description |
---|---|
file_type |
optional
FileType
E
|
lob_parameters |
optional
LobParameters
|
lob_segname |
optional
ExtendedSqlId
|
store_as |
XmltypeStore
E
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmltypeTable Class
Local Features
Name | Type and Description |
---|---|
cache_or_no_cache |
optional
CacheOption
E
|
column_properties |
optional
ColumnProperties
A
|
enable_disable_clauses |
list of
EnableDisableClause
|
flashback_archive_clause |
optional
FlashbackArchiveClause
|
object_properties |
optional
ObjectProperties
A
|
oid_clause |
optional
OidClause
E
|
oid_index_clause |
optional
OidIndexClause
|
on_commit |
optional
OnCommit
E
|
parallel_clause |
optional
ParallelClause
|
physical_properties |
optional
PhysicalProperties
|
result_cache |
optional
CacheOption
E
|
row_dependencies |
optional
RowDependencies
E
|
row_movement_clause |
optional
RowMovementClauseValue
E
|
table_partitioning_clauses |
optional
TablePartitioningClauses
A
|
xmlschema_spec |
optional
XmlschemaSpec
|
xmltype_storage |
optional
XmltypeStorage
|
xmltype_virtual_columns |
optional
XmltypeVirtualColumns
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmltypeViewClause Class
Super Classes
Local Features
Name | Type and Description |
---|---|
expressions |
list of
Expression
A
|
with_object_target |
optional
WithObject
E
|
with_object_value |
optional
SettingTarget
E
|
xmlschema_spec |
optional
XmlschemaSpec
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
XmltypeVirtualColumns Class
Local Features
Name | Type and Description |
---|---|
elements |
list of
XmltypeVirtualColumnsElement
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
XmltypeVirtualColumnsElement Class
Local Features
Name | Type and Description |
---|---|
as_expression |
optional
Expression
A
|
column_name |
optional
ElementName
|
Inherited Features
Name | Type and Description |
---|---|
position | Position? |
origin | Origin? |
destination | Destination? |
Used In
Data Types
Actions E
Values
- ADD
- REMOVE
- SET
- DROP
- MODIFY
Activation E
AdminOrDelegate E
Values
- ADMIN
- DELEGATE
AllowOrDisallow E
Values
- ALLOW
- DISALLOW
AlterFileOption E
Values
- ONLINE
- OFFLINE
- OFFLINE_FOR_DROP
- RESIZE
- AUTOEXTEND
- END_BACKUP
- DROP
- DROP_INCLUDING_DATAFILES
AlterFileType E
Values
- TEMPFILE
- DATAFILE
AlterIndexOptions E
Values
- REBUILD
- ALTER_INDEX_PARTITIONING
- DEFERRED_INVALIDATION
- IMMEDIATE_INVALIDATION
- PARAMETERS
- ENABLE
- DISABLE
- VISIBLE
- INVISIBLE
- ONLINE
- RENAME
- UNUSABLE
- COALESCE
- CLEANUP
- ONLY
- UPDATE_BLOCK_REFERENCES
- MONITORING
- NOMONITORING
- COMPILE
AlterIndexTarget E
Values
- ALL
- REFERENCED
AlterMaterializedViewOptions E
Values
- ENABLE_QUERY_REWRITE
- DISABLE_QUERY_REWRITE
- COMPILE
- CONSIDER_FRESH
AlterSessionValue E
Values
- ADVISE_COMMIT
- ADVISE_ROLLBACK
- ADVISE_NOTHING
- CLOSE_DATABASE_LINK
- ENABLE_COMMIT_IN_PROCEDURE
- DISABLE_COMMIT_IN_PROCEDURE
- ENABLE_GUARD
- DISABLE_GUARD
- ENABLE_PARALLEL
- DISABLE_PARALLEL
- FORCE_PARALLEL
- SET
AlterTableOptions E
Values
- ENABLE_TABLE_LOCK
- DISABLE_TABLE_LOCK
- ENABLE_ALL_TRIGGERS
- DISABLE_ALL_TRIGGERS
AlterTablePropertiesOptions E
Values
- RENAME
- READ_ONLY
- READ_WRITE
- SHRINK
- REKEY
- CLAUSES
AlterViewOptions E
Values
- ADD
- MODIFY_CONSTRAINT
- DROP_CONSTRAINT
- DROP_PRIMARY_KEY
- DROP_UNIQUE
- COMPILE
- READ_ONLY
- READ_WRITE
- EDITIONABLE
- NON_EDITIONABLE
AlterXmlschemaClause E
Values
- ALLOW_ANYSCHEMA
- ALLOW_NONSCHEMA
- DISALLOW_NONSCHEMA
ArchiveOption E
Values
- ARCHIVE
- NO_ARCHIVE
ArgumentModifiers E
Values
- RESPECT_NULLS
- IGNORE_NULLS
- ENTITY_ESCAPING
- NO_ENTITY_ESCAPING
- NAME
- EVAL_NAME
- DOCUMENT
- CONTENT
- DISTINCT
- UNIQUE
- CANONICAL
- COMPATIBILITY
- USING_CHAR_CS
- USING_NCHAR_CS
AscOrDesc E
Values
- ASC
- DESC
AuditContainerClause E
Values
- CURRENT
- ALL
AuditingTarget E
Values
- OBJECT
- DIRECTORY
- MINING_MODEL
- SQL_TRANSLATION_PROFILE
- DEFAULT
Authentication E
Values
- PASSWORD
- CERTIFICATE
- DISTINGUISHED_NAME
BeginOrEnd E
Values
- BEGIN
- END
ByOrExcept E
Values
- BY
- EXCEPT
ByTarget E
Values
- ANY
- HASH
- RANGE
- LIST
CacheOption E
Values
- CACHE
- NO_CACHE
- RESULT_CACHE_DEFAULT
- RESULT_CACHE_FORCE
- CACHE_READS
CascadeClause E
Values
- CASCADE_CONSTRAINTS
- INVALIDATE
CellReferenceOptions E
Values
- IGNORE_NAV
- KEEP_NAV
- UNIQUE_DIMENSION
- UNIQUE_SINGLE_REFERENCE
ChangeType E
Values
- SHRINK
- RESIZE
- MINIMUM_EXTENT
CommitOption E
Values
- COMMENT
- FORCE_CORRUPT_XID
- FORCE_CORRUPT_XID_ALL
- FORCE_EXPRESSIONS
CommitSwitchoverOption E
Values
- PRIMARY
- STANDBY
- SESSION_SHUTDOWN
- CANCEL
CompressionStatus E
Values
- COMPRESS
- NO_COMPRESS
ConcatenationOperatorType E
Values
- CONCATENATION
- MULTIPLICATION
- DIVISION
- ADDITION
- SUBTRACTION
Constant E
Values
- DEFAULT
- MINVALUE
- MAXVALUE
- DBTIMEZONE
- SESSIONTIMEZONE
- NULL
- ANY
Used In
ConstraintOption E
Values
- NULL
- NOT_NULL
- UNIQUE
- PRIMARY_KEY
ConstraintStateOptionValue E
Values
- DEFERRABLE
- NOT_DEFERRABLE
- INITIALLY_IMMEDIATE
- INITIALLY_DEFERRED
- RELY
- NO_RELY
- ENABLE
- DISABLE
- VALIDATE
- NO_VALIDATE
- INDEX_CLAUSE
ConstructScope E
Values
- PACKAGE
- BODY
- SPECIFICATION
ContainerClause E
Values
- CONTAINER_CURRENT
- CONTAINER_ALL
ContainerScope E
Values
- ALL
- DEFAULT
- NAMED
CreateClusterOptionValue E
Values
- PHYSICAL_ATTRIBUTES
- SIZE
- TABLESPACE
- INDEX
- HASHKEYS
CreateContextOption E
Values
- INITIALIZED_EXTERNALLY
- INITIALIZED_GLOBALLY
- ACCESSED_GLOBALLY
CreateMvRefreshValue E
Values
- NEVER_REFRESH
- FAST
- COMPLETE
- FORCE
- ON_DEMAND
- ON_COMMIT
- START_WITH
- NEXT
- WITH_PRIMARY_KEY
- WITH_ROWID
- USING_ENFORCED_CONSTRAINTS
- USING_TRUSTED_CONSTRAINTS
- DEFAULT_ROLLBACK_SEGMENT
- DEFAULT_MASTER_ROLLBACK_SEGMENT
- DEFAULT_LOCAL_ROLLBACK_SEGMENT
- ROLLBACK_SEGMENT
- MASTER_ROLLBACK_SEGMENT
- LOCAL_ROLLBACK_SEGMENT
CreateTableOption E
Values
- GLOBAL_TEMPORARY
- EXTERNAL
CrossOrNatural E
Values
- CROSS
- NATURAL
CubeOrRollup E
Values
- CUBE
- ROLLUP
CursorStatus E
DataInclusion E
Values
- INCLUDING_DATA
- NOT_INCLUDING_DATA
DatabaseOrSchema E
Values
- DATABASE
- SCHEMA
DefaultOrTemporary E
Values
- DEFAULT
- TEMPORARY
DefaultRole E
Values
- NONE
- ROLE_CLAUSE
DenseRank E
Values
- FIRST
- LAST
DependentHandlingClauseOption E
Values
- INVALIDATE
- CASCADE
- CONVERT_TO_SUBSTITUTABLE
- NOT_INCLUDING_TABLE_DATA
- INCLUDING_TABLE_DATA
DepthOrBreadth E
Values
- DEPTH
- BREADTH
DropColumnClauseType E
Values
- DROP_COLUMNS
- DROP_UNUSED_COLUMNS
- DROP_COLUMNS_CONTINUE
- SET_UNUSED
EnableOrDisable E
EncryptOrDecrypt E
Values
- ENCRYPT
- DECRYPT
EntityEscaping E
Values
- ENTITY_ESCAPING
- NO_ENTITY_ESCAPING
Extent E
Values
- UNSIGNED_INTEGER
- UNLIMITED
ExtentManagementClauseOption E
Values
- AUTOALLOCATE
- UNIFORM
- UNIFORM_SIZE
ExternalOptionValue E
Values
- CLUSTERED_COLUMNSTORE_INDEX
- CLUSTERED_COLUMNSTORE_INDEX_ORDER
- HEAP
- CLUSTERED_INDEX
- DISTRIBUTION_HASH
- DISTRIBUTION_ROUND_ROBIN
- DISTRIBUTION_REPLICATE
- TYPE
- LOCATION
- FORMAT_TYPE
- FORMAT_OPTIONS
- DATA_SOURCE
- FILE_FORMAT
- REJECT_TYPE
- REJECT_VALUE
- LABEL
FileSize E
FileType E
Values
- SECUREFILE
- BASICFILE
FirstOrNext E
Values
- FIRST
- NEXT
FlashbackArchiveClauseOption E
Values
- FLASHBACK_ARCHIVE
- NO_FLASHBACK_ARCHIVE
FlashbackQueryClauseOption E
Values
- VERSIONS_BETWEEN_SCN
- VERSIONS_BETWEEN_TIMESTAMP
- AS_OF_SCN
- AS_OF_TIMESTAMP
- AS_OF_SNAPSHOT
ForClauseOption E
Values
- TABLE
- ALL_COLUMNS
- ALL_INDEXED_COLUMNS
- COLUMNS
- ALL_LOCAL_INDEXES
ForUpdateOptionValue E
Values
- SKIP_LOCKED
- WAIT
- NO_WAIT
ForceOrValidate E
Values
- FORCE
- VALIDATE
FullDatabaseRecoveryElementOption E
Values
- UNTIL_CANCEL
- UNTIL_TIME
- UNTIL_CHANGE
- UNTIL_CONSISTENT
- USING_BACKUP_CONTROLFILE
GeneralRecoveryDatabaseOptionValue E
Values
- TEST
- ALLOW_CORRUPTION
- PARALLEL_CLAUSE
GeneralRecoveryOption E
Values
- DATABASE
- CONTINUE
- CONTINUE_DEFAULT
- CANCEL
GlobalIndexClause E
Values
- UPDATE
- INVALIDATE
Grantee E
Identified E
IncludingOrExcluding E
Values
- INCLUDING
- EXCLUDING
IndexOrNoIndex E
Values
- INDEX
- NO_INDEX
IndexedOrIndex E
Values
- INDEX
- INDEXED
InnerOrOuter E
Values
- INNER
- OUTER
InvokerRightsClause E
IsOrAs E
Values
- IS
- AS
IsolationLevel E
Values
- SERIALIZABLE
- READ_COMMITTED
JavaSource E
JoinOrApply E
Values
- JOIN
- APPLY
KeepOrDrop E
Values
- KEEP
- DROP
Leading E
LibraryEditionable E
Values
- EDITIONABLE
- NON_EDITIONABLE
LobCompressionClause E
Values
- NOCOMPRESS
- COMPRESS
- COMPRESS_HIGH
- COMPRESS_MEDIUM
- COMPRESS_LOW
LobDeduplicateClause E
Values
- DEDUPLICATE
- KEEP_DUPLICATES
LobRetentionClauseOption E
Values
- RETENTION
- RETENTION_MAX
- RETENTION_MIN
- RETENTION_AUTO
- RETENTION_NONE
LocalIndexes E
Values
- REBUILD_UNUSABLE_LOCAL_INDEXES
- UNUSABLE_LOCAL_INDEXES
LocalOrGlobal E
Values
- LOCAL
- GLOBAL
LocatorOrValue E
Values
- LOCATOR
- VALUE
LockMode E
Values
- ROW_SHARE
- ROW_EXCLUSIVE
- SHARE_UPDATE
- SHARE
- SHARE_ROW_EXCLUSIVE
- EXCLUSIVE
LoggingClauseValue E
Values
- LOGGING
- NOLOGGING
- FILESYSTEM_LIKE_LOGGING
LogicalOperationType E
Values
- NULL
- NAN
- PRESENT
- INFINITE
- A_SET
- EMPTY
- TYPE
ManagedStandbyRecoveryClauseValue E
Values
- USING_CURRENT_LOGFILE
- DISCONNECT
- DISCONNECT_FROM_SESSION
- NO_DELAY
- UNTIL_CHANGE
- UNTIL_CONSISTENT
- PARALLEL_CLAUSE
ManagedStandbyRecoveryDatabaseOption E
Values
- FINISH
- CANCEL
- RECOVERY_CLAUSE
ManagedStandbyRecoveryLogicalOption E
Values
- DB_NAME
- KEEP_IDENTITY
MapOrOrder E
Values
- MAP
- ORDER
MappingTableClause E
Values
- MAPPING_TABLE
- NO_MAPPING
MaximizeOption E
Values
- PROTECTION
- AVAILABILITY
- PERFORMANCE
MemberOrStatic E
Values
- MEMBER
- STATIC
ModelType E
Values
- MODEL
- MODEL_AUTO
ModifierClause E
Values
- INSTANTIABLE
- FINAL
- OVERRIDING
- NOT_INSTANTIABLE
- NOT_FINAL
- NOT_OVERRIDING
ModifyIndexPartitionOptionValue E
Values
- COALESCE
- UPDATE_BLOCK_REFERENCES
- UNUSABLE
MountOption E
Values
- STANDBY
- CLONE
MvLogPurgeClauseValue E
Values
- IMMEDIATE
- IMMEDIATE_SYNCHRONOUS
- IMMEDIATE_ASYNCHRONOUS
- START_WITH
- NEXT
- REPEAT_INTERVAL
NestedItemType E
Values
- ID
- COLUMN_VALUE
NumericArgumentModifier E
Values
- DISTINCT
- UNIQUE
- ALL
ObjectTableSubstitution E
Values
- NOT_SUBSTITUTABLE
- SUBSTITUTABLE
OidClause E
Values
- SYSTEM_GENERATED
- PRIMARY_KEY
OnCommit E
Values
- DELETE_ROWS
- PRESERVE_ROWS
OnDelete E
Values
- CASCADE
- SET_NULL
OnOrOff E
Values
- ON
- OFF
OnlineOrOffline E
OnlyOrWithTies E
Values
- ONLY
- WITH_TIES
OpenStatus E
Values
- READ_ONLY
- READ_WRITE
Order E
OuterJoinTypeValue E
Values
- FULL
- LEFT
- RIGHT
Parallel E
ParallelSession E
Values
- DML
- DDL
- QUERY
ParameterMode E
Values
- IN
- OUT
- INOUT
- NOCOPY
PartitionOrSubpartition E
Values
- PARTITION
- SUBPARTITION
PartitioningSetting E
Values
- AUTOMATIC
- MANUAL
PctversionOrFreepoolsValue E
Values
- PCTVERSION
- FREEPOOLS
PermanentTablespaceClauseOptionValue E
Values
- MINIMUM_EXTENT
- BLOCKSIZE
- LOGGING_CLAUSE
- FORCE_LOGGING
- ONLINE
- OFFLINE
- ENCRYPTION
- DEFAULT
- EXTENT_MANAGEMENT_CLAUSE
- SEGMENT_MANAGEMENT_CLAUSE
- FLASHBACK_MODE_CLAUSE
PipelinedOrAggregate E
Values
- PIPELINED
- AGGREGATE
PositionTarget E
Values
- FIRST
- LAST
- ALL
PragmaDeclarationOption E
Values
- SERIALLY_REUSABLE
- AUTONOMOUS_TRANSACTION
- EXCEPTION_INIT
- INLINE
- RESTRICT_REFERENCES
PragmaElement E
Values
- DEFAULT
- IDENTIFIER
PrebuiltTable E
Values
- PREBUILT_TABLE
- PREBUILT_TABLE_WITH_REDUCED_PRECISION
- PREBUILT_TABLE_WITHOUT_REDUCED_PRECISION
PrecisionBase E
Values
- CHAR
- BYTE
ProjectColumn E
Values
- ALL
- REFERENCED
ProxyThrough E
Values
- ENTERPRISE_USERS
- USER
PublicOrPrivate E
Values
- PUBLIC
- PRIVATE
QueryRewrite E
Values
- ENABLE_QUERY_REWRITE
- DISABLE_QUERY_REWRITE
QuotaSize E
Values
- SIZE_CLAUSE
- UNLIMITED
ReadOnlyOrCheckOption E
Values
- READ_ONLY
- CHECK_OPTION
RecordsPerBlockClauseValue E
Values
- MINIMIZE
- NO_MINIMIZE
RecoveryBackupOption E
Values
- BEGIN_BACKUP
- END_BACKUP
ReferencingTarget E
Values
- NEW
- OLD
- PARENT
RefreshOptions E
Values
- FAST
- COMPLETE
- FORCE
- ON_DEMAND
- ON_COMMIT
- START_WITH
- NEXT
- WITH_PRIMARY_KEY
- USING_DEFAULT_MASTER_ROLLBACK_SEGMENT
- USING_MASTER_ROLLBACK_SEGMENT
- USING_ENFORCED_CONSTRAINTS
- USING_TRUSTED_CONSTRAINTS
RejectLimit E
Values
- UNLIMITED
- EXPRESSION
RelationalOperatorType E
Values
- EQUALITY
- INEQUALITY
- LESS
- LESS_EQUAL
- GREATER
- GREATER_EQUAL
- MULTISET
- MULTISET_INTERSECT
- MULTISET_EXCEPT
- MULTISET_UNION
- MULTISET_UNION_ALL
Replication E
ResetLogsOrNoResetLogs E
Values
- RESET_LOGS
- NO_RESET_LOGS
ReturnOrReturning E
Values
- RETURN
- RETURNING
ReturnResult E
Values
- SELF
- TYPE
ReturnRowsClause E
Values
- RETURN_UPDATED
- RETURN_ALL
ReverseOrNoReverse E
Values
- REVERSE
- NO_REVERSE
RevokeOrGrant E
Values
- REVOKE
- GRANT
Role E
RoleClauseTarget E
Values
- ALL
- ALL_EXCEPT_NAMED
- NAMED
RowDependencies E
Values
- ROWDEPENDENCIES
- NO_ROWDEPENDENCIES
RowMovementClauseValue E
Values
- ENABLE_ROW_MOVEMENT
- DISABLE_ROW_MOVEMENT
RowOrRows E
Values
- ROW
- ROWS
RowsOrPercent E
Values
- ROWS
- PERCENT
SchemaCheck E
Values
- SCHEMA_CHECK
- NO_SCHEMA_CHECK
SecurityClauseValue E
Values
- GUARD_ALL
- GUARD_STANDBY
- GUARD_NONE
SegmentManagementClause E
Values
- SEGMENT_MANAGEMENT_AUTO
- SEGMENT_MANAGEMENT_MANUAL
SelectModifierType E
Values
- UNIQUE
- ALL
- DISTINCT
- NONE
SequenceSpecOption E
Values
- INCREMENT_BY
- MAXVALUE
- NOMAXVALUE
- MINVALUE
- NOMINVALUE
- CYCLE
- NOCYCLE
- CACHE
- NOCACHE
- ORDER
- NOORDER
SessionOrAccess E
Values
- SESSION
- ACCESS
SetTarget E
Values
- CONSTRAINT
- CONSTRAINTS
SettingTarget E
Values
- DEFAULT
- ID
- EXPRESSION
SingleColumnForLoopAction E
Values
- INCREMENT
- DECREMENT
SortOrNoSort E
Values
- SORT
- NO_SORT
SourceOrResource E
Values
- SOURCE
- RESOURCE
SqlOperation E
Values
- ALTER
- AUDIT
- COMMENT
- DELETE
- EXECUTE
- FLASHBACK
- GRANT
- INDEX
- INSERT
- LOCK
- READ
- RENAME
- SELECT
- UPDATE
- ALL
StartStandbyClauseOption E
Values
- NEW_PRIMARY
- INITIAL
- SKIP_FAILED_TRANSACTION
- FINISH
StatementsOrPrivileges E
StopOrAbort E
Values
- STOP
- ABORT
StorageInRow E
Values
- ENABLE_STORAGE_IN_ROW
- DISABLE_STORAGE_IN_ROW
StorageOptions E
Values
- INITIAL
- NEXT
- MINEXTENTS
- MAXEXTENTS
- MINEXTENTS_UNLIMITED
- MAXEXTENTS_UNLIMITED
- PCTINCREASE
- FREELISTS
- FREELIST_GROUPS
- OPTIMAL
- OPTIMAL_NULL
- BUFFER_POOL_KEEP
- BUFFER_POOL_RECYCLE
- BUFFER_POOL_DEFAULT
- FLASH_CACHE_KEEP
- FLASH_CACHE_NONE
- FLASH_CACHE_DEFAULT
- ENCRYPT
StorageTableClause E
Values
- WITH_SYSTEM_MANAGED_STORAGE_TABLES
- WITH_USER_MANAGED_STORAGE_TABLES
StreamingSetting E
Values
- ORDER
- CLUSTER
StringFormat E
Values
- STANDARD
- QUOTED
- NATIONAL
SubqueryBehavior E
Values
- NONE
- UNION
- UNION_ALL
- INTERSECT
- MINUS
SupplementalIdKeyClauseOption E
Values
- ALL
- PRIMARY_KEY
- UNIQUE
- FOREIGN_KEY
TSqlAlterIndexOption E
Values
- NONE
- DISABLE
- PAUSE
- ABORT
- REBUILD
TableCompression E
Values
- COMPRESS
- BASIC_COMPRESS
- FOR_OLTP_COMPRESS
- FOR_QUERY_COMPRESS
- FOR_ARCHIVE_COMPRESS
- FOR_QUERY_LOW_COMPRESS
- FOR_ARCHIVE_LOW_COMPRESS
- FOR_QUERY_HIGH_COMPRESS
- FOR_ARCHIVE_HIGH_COMPRESS
- NO_COMPRESS
Used In
TablespaceLoggingClausesValue E
Values
- LOGGING_CLAUSE
- FORCE_LOGGING
- NO_FORCE_LOGGING
TablespaceRetentionClause E
Values
- RETENTION_GUARANTEE
- RETENTION_NO_GUARANTEE
TablespaceStateClauses E
Values
- ONLINE
- OFFLINE_NORMAL
- OFFLINE_TEMPORARY
- OFFLINE_IMMEDIATE
- OFFLINE
- READ_ONLY
- READ_WRITE
- PERMANENT
- TEMPORARY
TimeType E
Values
- LOCAL
- TIMEZONE
- SECOND
- HOUR
- MINUTE
- DAY
- MONTH
- YEAR
TimingCreation E
Values
- IMMEDIATE
- DEFERRED
- BATCH
TriggerBodyOption E
Values
- COMPOUND_TRIGGER
- CALL
- TRIGGER_BLOCK
TrimModifier E
Values
- LEADING
- TRAILING
- BOTH
TypeSpecType E
UnaryOperatorType E
Values
- NEW
- PRIOR
- CONNECT_BY_ROOT
- DISTINCT
- ADDITION
- SUBTRACTION
- ALL
- SOME
- EXISTS
- ANY
UniqueOrBitmap E
Values
- UNIQUE
- BITMAP
UpdateOrUpsert E
Values
- UPDATE
- UPSERT
- UPSERT_ALL
UpgradeOrDowngrade E
Values
- UPGRADE
- DOWNGRADE
UserLockClause E
Values
- ACCOUNT_LOCK
- ACCOUNT_UNLOCK
UsingModifier E
Values
- IN
- IN_OUT
- OUT
ValidateOrNoValidate E
Values
- VALIDATE
- NO_VALIDATE
VararrayOrVarying E
Values
- VARRAY
- VARYING_ARRAY
VisibleOrInvisible E
WaitOrNoWait E
Values
- WAIT
- NO_WAIT
Whenever E
WindowingElementsValue E
Values
- UNBOUNDED_PRECEDING
- CURRENT_ROW
- PRECEDING_EXPRESSION
- FOLLOWING_EXPRESSION
WindowingType E
Values
- ROWS
- RANGE
WithClausesElement E
Values
- OBJECT_ID
- PRIMARY_KEY
- ROWID
- SEQUENCE
- COMMIT_SCN
WithObject E
Values
- IDENTIFIER
- ID
- OID
WithOrWithout E
Values
- WITH
- WITHOUT
WithRoles E
Values
- NO_ROLES
- ROLE_CLAUSE
XmlRootValue E
Values
- YES
- NO
- NO_VALUE
- EXPRESSION
XmlSerializeValue E
Values
- HIDE
- SHOW
- NO_VALUE
- INDENT
- NO_INDENT
- INDENT_WITH_SIZE
XmltypeStore E
Values
- AS_OBJECT_RELATIONAL_CLOB
- AS_OBJECT_RELATIONAL_BINARY_XML
- VARRAYS_AS_LOBS
- VARRAYS_AS_TABLES