A B C D F G I J L O P R S T U V W 
All Classes All Packages

A

addColumn(Schema.Builder, ColumnDTO) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogSchemaFactory
 
addConstraint(Schema.Builder, UniqueConstraintDTO) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogSchemaFactory
 
addWatermark(Schema.Builder, WatermarkDTO) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogSchemaFactory
 
alterDatabase(String, CatalogDatabase, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
alterFunction(ObjectPath, CatalogFunction, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
alterPartition(ObjectPath, CatalogPartitionSpec, CatalogPartition, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
alterPartitionColumnStatistics(ObjectPath, CatalogPartitionSpec, CatalogColumnStatistics, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
alterPartitionStatistics(ObjectPath, CatalogPartitionSpec, CatalogTableStatistics, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
alterTable(ObjectPath, CatalogBaseTable, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
alterTableColumnStatistics(ObjectPath, CatalogColumnStatistics, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
alterTableStatistics(ObjectPath, CatalogTableStatistics, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 

B

BaseConvert<E,​D> - Interface in cn.sliew.sakura.catalog.service.convert
 
BaseDTO - Class in cn.sliew.sakura.catalog.service.dto
 
BaseDTO() - Constructor for class cn.sliew.sakura.catalog.service.dto.BaseDTO
 

C

CatalogDatabaseConvert - Enum in cn.sliew.sakura.catalog.service.convert
 
CatalogDatabaseDTO - Class in cn.sliew.sakura.catalog.service.dto
 
CatalogDatabaseDTO() - Constructor for class cn.sliew.sakura.catalog.service.dto.CatalogDatabaseDTO
 
CatalogDatabaseFactory - Enum in cn.sliew.sakura.catalog.factory
 
CatalogFunctionConvert - Enum in cn.sliew.sakura.catalog.service.convert
 
CatalogFunctionDTO - Class in cn.sliew.sakura.catalog.service.dto
 
CatalogFunctionDTO() - Constructor for class cn.sliew.sakura.catalog.service.dto.CatalogFunctionDTO
 
CatalogFunctionFactory - Enum in cn.sliew.sakura.catalog.factory
 
CatalogSchemaFactory - Enum in cn.sliew.sakura.catalog.factory
 
CatalogService - Interface in cn.sliew.sakura.catalog.service
 
CatalogServiceImpl - Class in cn.sliew.sakura.catalog.service.impl
 
CatalogServiceImpl(SqlSessionFactory) - Constructor for class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
CatalogStoreConvert - Enum in cn.sliew.sakura.catalog.service.convert
 
CatalogStoreDTO - Class in cn.sliew.sakura.catalog.service.dto
 
CatalogStoreDTO() - Constructor for class cn.sliew.sakura.catalog.service.dto.CatalogStoreDTO
 
CatalogStoreFactoryHelper(CatalogStoreFactory, CatalogStoreFactory.Context) - Constructor for class cn.sliew.sakura.catalog.store.JdbcCatalogStoreFactory.CatalogStoreFactoryHelper
 
CatalogStoreService - Interface in cn.sliew.sakura.catalog.service
 
CatalogStoreServiceImpl - Class in cn.sliew.sakura.catalog.service.impl
 
CatalogStoreServiceImpl(SqlSessionFactory) - Constructor for class cn.sliew.sakura.catalog.service.impl.CatalogStoreServiceImpl
 
CatalogTableConvert - Enum in cn.sliew.sakura.catalog.service.convert
 
CatalogTableDTO - Class in cn.sliew.sakura.catalog.service.dto
 
CatalogTableDTO() - Constructor for class cn.sliew.sakura.catalog.service.dto.CatalogTableDTO
 
CatalogTableFactory - Enum in cn.sliew.sakura.catalog.factory
 
CatalogViewFactory - Enum in cn.sliew.sakura.catalog.factory
 
close() - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
close() - Method in class cn.sliew.sakura.catalog.store.JdbcCatalogStore
 
close() - Method in class cn.sliew.sakura.catalog.store.JdbcCatalogStoreFactory
 
cn.sliew.sakura.catalog - package cn.sliew.sakura.catalog
 
cn.sliew.sakura.catalog.factory - package cn.sliew.sakura.catalog.factory
 
cn.sliew.sakura.catalog.service - package cn.sliew.sakura.catalog.service
 
cn.sliew.sakura.catalog.service.convert - package cn.sliew.sakura.catalog.service.convert
 
cn.sliew.sakura.catalog.service.dto - package cn.sliew.sakura.catalog.service.dto
 
cn.sliew.sakura.catalog.service.impl - package cn.sliew.sakura.catalog.service.impl
 
cn.sliew.sakura.catalog.store - package cn.sliew.sakura.catalog.store
 
ColumnDTO - Class in cn.sliew.sakura.catalog.service.dto
 
ColumnDTO() - Constructor for class cn.sliew.sakura.catalog.service.dto.ColumnDTO
 
contains(String) - Method in class cn.sliew.sakura.catalog.store.JdbcCatalogStore
 
copy() - Method in class cn.sliew.sakura.catalog.SakuraCatalogTable
 
copy() - Method in class cn.sliew.sakura.catalog.SakuraCatalogView
 
copy(Map<String, String>) - Method in class cn.sliew.sakura.catalog.SakuraCatalogTable
 
createCatalog(CatalogFactory.Context) - Method in class cn.sliew.sakura.catalog.SakuraCatalogFactory
 
createCatalogStore() - Method in class cn.sliew.sakura.catalog.store.JdbcCatalogStoreFactory
 
createDatabase(String, CatalogDatabase, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
createFunction(ObjectPath, CatalogFunction, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
createPartition(ObjectPath, CatalogPartitionSpec, CatalogPartition, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
createTable(ObjectPath, CatalogBaseTable, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 

D

databaseExists(CatalogType, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
databaseExists(CatalogType, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
databaseExists(String) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
delete(CatalogType, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogStoreService
 
delete(CatalogType, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogStoreServiceImpl
 
deleteDatabase(CatalogType, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
deleteDatabase(CatalogType, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
deleteFunction(CatalogType, String, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
deleteFunction(CatalogType, String, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
deleteTable(CatalogType, String, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
deleteTable(CatalogType, String, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
deleteView(CatalogType, String, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
deleteView(CatalogType, String, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
DRIVER - Static variable in enum cn.sliew.sakura.catalog.SakuraCatalogOptions
 
DRIVER - Static variable in enum cn.sliew.sakura.catalog.store.JdbcCatalogStoreOptions
 
dropDatabase(String, boolean, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
dropFunction(ObjectPath, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
dropPartition(ObjectPath, CatalogPartitionSpec, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
dropTable(ObjectPath, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 

F

factoryIdentifier() - Method in class cn.sliew.sakura.catalog.SakuraCatalogFactory
 
factoryIdentifier() - Method in class cn.sliew.sakura.catalog.store.JdbcCatalogStoreFactory
 
fromDatabase(String, String, CatalogDatabase) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogDatabaseFactory
 
fromFunction(String, CatalogFunction) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogFunctionFactory
 
fromResolvedTable(String, CatalogBaseTable) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogTableFactory
 
fromResolvedView(String, ResolvedCatalogView) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogViewFactory
 
fromUnresolvedTable(String, CatalogBaseTable) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogTableFactory
 
fromUnresolvedTable(String, CatalogBaseTable) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogViewFactory
 
functionExists(CatalogType, String, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
functionExists(CatalogType, String, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
functionExists(ObjectPath) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 

G

get(CatalogType, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogStoreService
 
get(CatalogType, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogStoreServiceImpl
 
getCatalog(String) - Method in class cn.sliew.sakura.catalog.store.JdbcCatalogStore
 
getComment() - Method in class cn.sliew.sakura.catalog.SakuraCatalogTable
 
getComment() - Method in class cn.sliew.sakura.catalog.SakuraCatalogView
 
getDatabase(CatalogType, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
getDatabase(CatalogType, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
getDatabase(String) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
getDescription() - Method in class cn.sliew.sakura.catalog.SakuraCatalogTable
 
getDescription() - Method in class cn.sliew.sakura.catalog.SakuraCatalogView
 
getDetailedDescription() - Method in class cn.sliew.sakura.catalog.SakuraCatalogTable
 
getDetailedDescription() - Method in class cn.sliew.sakura.catalog.SakuraCatalogView
 
getExpandedQuery() - Method in class cn.sliew.sakura.catalog.SakuraCatalogView
 
getFunction(CatalogType, String, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
getFunction(CatalogType, String, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
getFunction(ObjectPath) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
getOptions() - Method in class cn.sliew.sakura.catalog.SakuraCatalogTable
 
getOptions() - Method in class cn.sliew.sakura.catalog.SakuraCatalogView
 
getOriginalQuery() - Method in class cn.sliew.sakura.catalog.SakuraCatalogView
 
getPartition(ObjectPath, CatalogPartitionSpec) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
getPartitionColumnStatistics(ObjectPath, CatalogPartitionSpec) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
getPartitionKeys() - Method in class cn.sliew.sakura.catalog.SakuraCatalogTable
 
getPartitionStatistics(ObjectPath, CatalogPartitionSpec) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
getTable(CatalogType, String, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
getTable(CatalogType, String, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
getTable(ObjectPath) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
getTableColumnStatistics(ObjectPath) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
getTableKind() - Method in class cn.sliew.sakura.catalog.SakuraCatalogTable
 
getTableKind() - Method in class cn.sliew.sakura.catalog.SakuraCatalogView
 
getTableStatistics(ObjectPath) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
getUnresolvedSchema() - Method in class cn.sliew.sakura.catalog.SakuraCatalogTable
 
getUnresolvedSchema() - Method in class cn.sliew.sakura.catalog.SakuraCatalogView
 
getView(CatalogType, String, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
getView(CatalogType, String, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 

I

IDENTIFIER - Static variable in enum cn.sliew.sakura.catalog.store.JdbcCatalogStoreOptions
 
insert(CatalogStoreDTO) - Method in interface cn.sliew.sakura.catalog.service.CatalogStoreService
 
insert(CatalogStoreDTO) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogStoreServiceImpl
 
insertDatabase(CatalogDatabaseDTO) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
insertDatabase(CatalogDatabaseDTO) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
insertFunction(CatalogType, String, String, CatalogFunctionDTO) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
insertFunction(CatalogType, String, String, CatalogFunctionDTO) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
insertTable(CatalogType, String, String, CatalogTableDTO) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
insertTable(CatalogType, String, String, CatalogTableDTO) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
insertView(CatalogType, String, String, CatalogTableDTO) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
insertView(CatalogType, String, String, CatalogTableDTO) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
INSTANCE - cn.sliew.sakura.catalog.service.convert.CatalogDatabaseConvert
 
INSTANCE - cn.sliew.sakura.catalog.service.convert.CatalogFunctionConvert
 
INSTANCE - cn.sliew.sakura.catalog.service.convert.CatalogStoreConvert
 
INSTANCE - cn.sliew.sakura.catalog.service.convert.CatalogTableConvert
 
isDatabaseEmpty(CatalogType, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
isDatabaseEmpty(CatalogType, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
isPartitioned() - Method in class cn.sliew.sakura.catalog.SakuraCatalogTable
 

J

JDBC_URL - Static variable in enum cn.sliew.sakura.catalog.SakuraCatalogOptions
 
JDBC_URL - Static variable in enum cn.sliew.sakura.catalog.store.JdbcCatalogStoreOptions
 
JdbcCatalogStore - Class in cn.sliew.sakura.catalog.store
 
JdbcCatalogStore(String, String, String, String) - Constructor for class cn.sliew.sakura.catalog.store.JdbcCatalogStore
 
JdbcCatalogStoreFactory - Class in cn.sliew.sakura.catalog.store
 
JdbcCatalogStoreFactory() - Constructor for class cn.sliew.sakura.catalog.store.JdbcCatalogStoreFactory
 
JdbcCatalogStoreFactory.CatalogStoreFactoryHelper - Class in cn.sliew.sakura.catalog.store
 
JdbcCatalogStoreOptions - Enum in cn.sliew.sakura.catalog.store
 

L

list(CatalogType) - Method in interface cn.sliew.sakura.catalog.service.CatalogStoreService
 
list(CatalogType) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogStoreServiceImpl
 
listCatalogs() - Method in class cn.sliew.sakura.catalog.store.JdbcCatalogStore
 
listDatabases() - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
listDatabases(CatalogType, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
listDatabases(CatalogType, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
listFunctions(CatalogType, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
listFunctions(CatalogType, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
listFunctions(String) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
listPartitions(ObjectPath) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
listPartitions(ObjectPath, CatalogPartitionSpec) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
listPartitionsByFilter(ObjectPath, List<Expression>) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
listTables(CatalogType, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
listTables(CatalogType, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
listTables(String) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
listViews(CatalogType, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
listViews(CatalogType, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
listViews(String) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 

O

open() - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
open() - Method in class cn.sliew.sakura.catalog.store.JdbcCatalogStore
 
open(CatalogStoreFactory.Context) - Method in class cn.sliew.sakura.catalog.store.JdbcCatalogStoreFactory
 
optionalOptions() - Method in class cn.sliew.sakura.catalog.SakuraCatalogFactory
 
optionalOptions() - Method in class cn.sliew.sakura.catalog.store.JdbcCatalogStoreFactory
 

P

partitionExists(ObjectPath, CatalogPartitionSpec) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
PASSWORD - Static variable in enum cn.sliew.sakura.catalog.SakuraCatalogOptions
 
PASSWORD - Static variable in enum cn.sliew.sakura.catalog.store.JdbcCatalogStoreOptions
 

R

removeCatalog(String, boolean) - Method in class cn.sliew.sakura.catalog.store.JdbcCatalogStore
 
renameTable(CatalogType, String, String, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
renameTable(CatalogType, String, String, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
renameTable(ObjectPath, String, boolean) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
renameView(CatalogType, String, String, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
renameView(CatalogType, String, String, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
requiredOptions() - Method in class cn.sliew.sakura.catalog.SakuraCatalogFactory
 
requiredOptions() - Method in class cn.sliew.sakura.catalog.store.JdbcCatalogStoreFactory
 

S

SakuraCatalog - Class in cn.sliew.sakura.catalog
 
SakuraCatalog(String, String, String, String, String) - Constructor for class cn.sliew.sakura.catalog.SakuraCatalog
 
SakuraCatalogFactory - Class in cn.sliew.sakura.catalog
 
SakuraCatalogFactory() - Constructor for class cn.sliew.sakura.catalog.SakuraCatalogFactory
 
SakuraCatalogOptions - Enum in cn.sliew.sakura.catalog
 
SakuraCatalogTable - Class in cn.sliew.sakura.catalog
 
SakuraCatalogTable(CatalogBaseTable.TableKind, Schema, Map<String, String>, String) - Constructor for class cn.sliew.sakura.catalog.SakuraCatalogTable
 
SakuraCatalogView - Class in cn.sliew.sakura.catalog
 
SakuraCatalogView(CatalogBaseTable.TableKind, Schema, Map<String, String>, String, String, String) - Constructor for class cn.sliew.sakura.catalog.SakuraCatalogView
 
SchemaDTO - Class in cn.sliew.sakura.catalog.service.dto
 
SchemaDTO() - Constructor for class cn.sliew.sakura.catalog.service.dto.SchemaDTO
 
storeCatalog(String, CatalogDescriptor) - Method in class cn.sliew.sakura.catalog.store.JdbcCatalogStore
 

T

tableExists(CatalogType, String, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
tableExists(CatalogType, String, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
tableExists(ObjectPath) - Method in class cn.sliew.sakura.catalog.SakuraCatalog
 
toCatalog(SchemaDTO) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogSchemaFactory
 
toCatalogFunction(CatalogFunctionDTO) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogFunctionFactory
 
toColumn(Schema.UnresolvedColumn) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogSchemaFactory
 
toColumn(Column) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogSchemaFactory
 
toConstraint(Schema.UnresolvedPrimaryKey) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogSchemaFactory
 
toConstraint(UniqueConstraint) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogSchemaFactory
 
toDatabase(CatalogDatabaseDTO) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogDatabaseFactory
 
toDo(CatalogDatabaseDTO) - Method in enum cn.sliew.sakura.catalog.service.convert.CatalogDatabaseConvert
 
toDo(CatalogFunctionDTO) - Method in enum cn.sliew.sakura.catalog.service.convert.CatalogFunctionConvert
 
toDo(CatalogStoreDTO) - Method in enum cn.sliew.sakura.catalog.service.convert.CatalogStoreConvert
 
toDo(CatalogTableDTO) - Method in enum cn.sliew.sakura.catalog.service.convert.CatalogTableConvert
 
toDo(D) - Method in interface cn.sliew.sakura.catalog.service.convert.BaseConvert
 
toDo(List<D>) - Method in interface cn.sliew.sakura.catalog.service.convert.BaseConvert
 
toDto(CatalogDatabase) - Method in enum cn.sliew.sakura.catalog.service.convert.CatalogDatabaseConvert
 
toDto(CatalogFunction) - Method in enum cn.sliew.sakura.catalog.service.convert.CatalogFunctionConvert
 
toDto(CatalogStore) - Method in enum cn.sliew.sakura.catalog.service.convert.CatalogStoreConvert
 
toDto(CatalogTable) - Method in enum cn.sliew.sakura.catalog.service.convert.CatalogTableConvert
 
toDto(E) - Method in interface cn.sliew.sakura.catalog.service.convert.BaseConvert
 
toDto(List<E>) - Method in interface cn.sliew.sakura.catalog.service.convert.BaseConvert
 
toSchema(Schema) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogSchemaFactory
 
toSchema(ResolvedSchema) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogSchemaFactory
 
toTable(CatalogTableDTO) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogTableFactory
 
toView(CatalogTableDTO) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogViewFactory
 
toWatermark(Schema.UnresolvedWatermarkSpec) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogSchemaFactory
 
toWatermark(WatermarkSpec) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogSchemaFactory
 

U

UniqueConstraintDTO - Class in cn.sliew.sakura.catalog.service.dto
 
UniqueConstraintDTO() - Constructor for class cn.sliew.sakura.catalog.service.dto.UniqueConstraintDTO
 
updateDatabase(CatalogDatabaseDTO) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
updateDatabase(CatalogDatabaseDTO) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
updateFunction(CatalogType, String, String, CatalogFunctionDTO) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
updateFunction(CatalogType, String, String, CatalogFunctionDTO) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
updateTable(CatalogType, String, String, CatalogTableDTO) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
updateTable(CatalogType, String, String, CatalogTableDTO) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
updateView(CatalogType, String, String, CatalogTableDTO) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
updateView(CatalogType, String, String, CatalogTableDTO) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 
USERNAME - Static variable in enum cn.sliew.sakura.catalog.SakuraCatalogOptions
 
USERNAME - Static variable in enum cn.sliew.sakura.catalog.store.JdbcCatalogStoreOptions
 

V

valueOf(String) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogDatabaseFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogFunctionFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogSchemaFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogTableFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.sakura.catalog.factory.CatalogViewFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.sakura.catalog.SakuraCatalogOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.sakura.catalog.service.convert.CatalogDatabaseConvert
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.sakura.catalog.service.convert.CatalogFunctionConvert
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.sakura.catalog.service.convert.CatalogStoreConvert
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.sakura.catalog.service.convert.CatalogTableConvert
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.sliew.sakura.catalog.store.JdbcCatalogStoreOptions
Returns the enum constant of this type with the specified name.
values() - Static method in enum cn.sliew.sakura.catalog.factory.CatalogDatabaseFactory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.sakura.catalog.factory.CatalogFunctionFactory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.sakura.catalog.factory.CatalogSchemaFactory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.sakura.catalog.factory.CatalogTableFactory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.sakura.catalog.factory.CatalogViewFactory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.sakura.catalog.SakuraCatalogOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.sakura.catalog.service.convert.CatalogDatabaseConvert
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.sakura.catalog.service.convert.CatalogFunctionConvert
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.sakura.catalog.service.convert.CatalogStoreConvert
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.sakura.catalog.service.convert.CatalogTableConvert
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.sliew.sakura.catalog.store.JdbcCatalogStoreOptions
Returns an array containing the constants of this enum type, in the order they are declared.
viewExists(CatalogType, String, String, String) - Method in interface cn.sliew.sakura.catalog.service.CatalogService
 
viewExists(CatalogType, String, String, String) - Method in class cn.sliew.sakura.catalog.service.impl.CatalogServiceImpl
 

W

WatermarkDTO - Class in cn.sliew.sakura.catalog.service.dto
 
WatermarkDTO() - Constructor for class cn.sliew.sakura.catalog.service.dto.WatermarkDTO
 
A B C D F G I J L O P R S T U V W 
All Classes All Packages