alan
6 years ago
9 changed files with 49 additions and 17 deletions
@ -0,0 +1,5 @@ |
|||||||
|
export const ConstantName = 'bi.constant.database.conf.connect.list'; |
||||||
|
export const Constant = 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; |
@ -0,0 +1,6 @@ |
|||||||
|
export interface InfoType{ |
||||||
|
maxActive: number; |
||||||
|
maxIdle: number; |
||||||
|
numActive: number; |
||||||
|
numIdle: number; |
||||||
|
} |
Loading…
Reference in new issue