8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 19:23:03 +01:00

More appropriate name.

This commit is contained in:
robocop 2009-12-26 13:24:39 +00:00
parent 81c2691884
commit 5d9204657c
3 changed files with 3 additions and 3 deletions

View File

@ -236,7 +236,7 @@
const USHORT f_fun_class = 16;
const USHORT f_fun_owner = 17;
const USHORT f_fun_legacy_flag = 18;
const USHORT f_fun_variant_flag = 19;
const USHORT f_fun_invariant_flag = 19;
// Relation 15 (RDB$FUNCTION_ARGUMENTS)

View File

@ -252,7 +252,7 @@ NAME("RDB$FUNCTION_BLR", nam_fun_blr)
NAME("RDB$FUNCTION_SOURCE", nam_fun_source)
NAME("RDB$FUNCTION_ID", nam_fun_id)
NAME("RDB$LEGACY_FLAG", nam_legacy_flag)
NAME("RDB$INVARIANT_FLAG", nam_variant_flag)
NAME("RDB$INVARIANT_FLAG", nam_invariant_flag)
NAME("RDB$ARGUMENT_MECHANISM", nam_arg_mechanism)
NAME("RDB$ARGUMENT_NAME", nam_arg_name)

View File

@ -235,7 +235,7 @@ RELATION(nam_funs, rel_funs, ODS_8_0, rel_persistent)
FIELD(f_fun_class, nam_class, fld_class, 1, ODS_12_0)
FIELD(f_fun_owner, nam_owner, fld_user, 1, ODS_12_0)
FIELD(f_fun_legacy_flag, nam_legacy_flag, fld_flag_nullable, 0, ODS_12_0)
FIELD(f_fun_variant_flag, nam_variant_flag, fld_flag_nullable, 0, ODS_12_0)
FIELD(f_fun_invariant_flag, nam_invariant_flag, fld_flag_nullable, 0, ODS_12_0)
END_RELATION
// Relation 15 (RDB$FUNCTION_ARGUMENTS)