Package com.gsitm.ustra.java.data.utils
Class UstraJdbcUtils
java.lang.Object
com.gsitm.ustra.java.data.utils.UstraJdbcUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic intgetOracleType(String type) 오라클 타입 조회static intgetSqlType(String type) SQL 타입 조회static JdbcVendorTypegetVendorType(DataSource dataSource, String dataSourceName) Datasource에 database vendor 명 추출
-
Method Details
-
getSqlType
SQL 타입 조회- Parameters:
type-- Returns:
-
getOracleType
오라클 타입 조회- Parameters:
type-- Returns:
-
getVendorType
Datasource에 database vendor 명 추출- Parameters:
dataSource- 데이터 소스dataSourceName- 데이터 소스 명- Returns:
-