alan
6 years ago
6 changed files with 25 additions and 15 deletions
@ -0,0 +1,5 @@
|
||||
export const ConstantName = 'dec.constant.database.conf.connect.list'; |
||||
export const links = ['APACHE KYLIN', 'DERBY', 'HP Vertica', 'IBM DB2', 'INFORMIX', 'Microsoft SQL Server', 'MySQL', 'Oracle', 'Privotal Greenplum Database', 'Postgresql', 'GaussDB 200']; |
||||
BI.constant(ConstantName, [ |
||||
]); |
||||
export default ConstantName; |
@ -1,5 +0,0 @@
|
||||
export const ConstantName = 'dec.constant.database.conf.connect.list'; |
||||
BI.constant(ConstantName, [ |
||||
'APACHE KYLIN', 'DERBY', 'HP Vertica', 'IBM DB2', 'INFORMIX', 'Microsoft SQL Server', 'MySQL', 'Oracle', 'Privotal Greenplum Database', 'Postgresql', 'GaussDB 200', |
||||
]); |
||||
export default ConstantName; |
Loading…
Reference in new issue