ALTER DEFAULT SHADOW ALGORITHM
Description
The ALTER DEFAULT SHADOW ALGORITHM
syntax is used to alter a default shadow algorithm.
Syntax
Grammar Railroad diagram
AlterDefaultShadowAlgorithm ::=
'ALTER' 'DEFAULT' 'SHADOW' 'ALGORITHM' shadowAlgorithm
shadowAlgorithm ::=
'TYPE' '(' 'NAME' '=' algorithmType ',' propertiesDefiinition ')'
algorithmType ::=
string
propertiesDefinition ::=
'PROPERTIES' '(' key '=' value (',' key '=' value)* ')'
key ::=
string
value ::=
literal
Supplement
algorithmType
currently supportsVALUE_MATCH
,REGEX_MATCH
andSQL_HINT
.
Example
- Alter default shadow algorithm
ALTER DEFAULT SHADOW ALGORITHM TYPE(NAME="SQL_HINT");
Reserved word
ALTER
, DEFAULT
, SHADOW
, ALGORITHM
, TYPE
, NAME
, PROPERTIES
Related links
当前内容版权归 ShardingSphere 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ShardingSphere .