Serialized Form
-
Package cn.sliew.flinkful.sql.catalog.repository.entity
-
Class cn.sliew.flinkful.sql.catalog.repository.entity.CatalogDatabase
class CatalogDatabase extends cn.sliew.carp.framework.mybatis.entity.BaseAuditDO implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
catalog
String catalog
-
name
String name
-
properties
String properties
-
remark
String remark
-
type
CatalogType type
-
-
Class cn.sliew.flinkful.sql.catalog.repository.entity.CatalogFunction
class CatalogFunction extends cn.sliew.carp.framework.mybatis.entity.BaseAuditDO implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
className
String className
-
databaseId
Long databaseId
-
functionLanguage
CatalogFunctionLanguage functionLanguage
-
name
String name
-
remark
String remark
-
-
Class cn.sliew.flinkful.sql.catalog.repository.entity.CatalogStore
class CatalogStore extends cn.sliew.carp.framework.mybatis.entity.BaseAuditDO implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
configuration
String configuration
-
name
String name
-
type
CatalogType type
-
-
Class cn.sliew.flinkful.sql.catalog.repository.entity.CatalogTable
class CatalogTable extends cn.sliew.carp.framework.mybatis.entity.BaseAuditDO implements Serializable- serialVersionUID:
- 1L
-
-
Package cn.sliew.flinkful.sql.catalog.service.dto
-
Class cn.sliew.flinkful.sql.catalog.service.dto.CatalogDatabaseDTO
class CatalogDatabaseDTO extends cn.sliew.carp.framework.common.model.BaseDTO implements Serializable -
Class cn.sliew.flinkful.sql.catalog.service.dto.CatalogFunctionDTO
class CatalogFunctionDTO extends cn.sliew.carp.framework.common.model.BaseDTO implements Serializable-
Serialized Fields
-
className
String className
-
functionLanguage
CatalogFunctionLanguage functionLanguage
-
name
String name
-
remark
String remark
-
-
-
Class cn.sliew.flinkful.sql.catalog.service.dto.CatalogStoreDTO
class CatalogStoreDTO extends cn.sliew.carp.framework.common.model.BaseDTO implements Serializable-
Serialized Fields
-
catalogName
String catalogName
-
configuration
org.apache.flink.configuration.Configuration configuration
-
type
CatalogType type
-
-
-
Class cn.sliew.flinkful.sql.catalog.service.dto.CatalogTableDTO
class CatalogTableDTO extends cn.sliew.carp.framework.common.model.BaseDTO implements Serializable
-