| 程序包 | 说明 |
|---|---|
| org.anyline.entity.authorize | |
| org.anyline.metadata | |
| org.anyline.metadata.graph | |
| org.anyline.util |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Privilege |
class |
Role |
class |
User |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Metadata<T extends Metadata> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Catalog |
class |
Column |
class |
ColumnComment |
class |
Constraint<E extends Constraint> |
class |
Database |
class |
ForeignKey |
class |
Function |
class |
Index<M extends Index> |
class |
Label |
class |
MasterTable |
class |
Namespace |
class |
Parameter |
class |
ParentTable |
class |
PartitionTable |
class |
PrimaryKey |
class |
Procedure |
class |
Schema |
class |
Sequence |
class |
Table<E extends Table> |
static class |
Table.Partition
分区
partition by :分区方式(LIST, RANGE, HASH)及 依据列
partition of :主表
partition for:分区依据值
|
static class |
Table.Partition.Slice
分片(分区依据值)
|
static class |
Table.Store |
class |
TableAffiliation<E extends TableAffiliation> |
class |
TableComment |
class |
Tag |
class |
Trigger |
class |
View |
| 限定符和类型 | 字段和说明 |
|---|---|
protected T |
Metadata.origin |
protected T |
Metadata.update |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends Metadata> |
Metadata.match(List<T> list,
Catalog catalog,
Schema schema,
String name) |
static <T extends Metadata> |
Metadata.match(List<T> list,
String name) |
static <T extends Metadata> |
Metadata.match(List<T> list,
String catalog,
String name) |
static <T extends Metadata> |
Metadata.match(List<T> list,
String catalog,
String schema,
String name) |
static <T extends Metadata> |
Metadata.match(T meta,
List<T> metas) |
static <T extends Metadata> |
Metadata.names(Collection<T> metas) |
static <T extends Metadata> |
Metadata.names(Collection<T> metas,
boolean upper) |
static <T extends Metadata> |
Metadata.names(LinkedHashMap<String,T> metas) |
static <T extends Metadata> |
Metadata.names(LinkedHashMap<String,T> metas,
boolean upper) |
static <T extends Metadata> |
Metadata.sort(LinkedHashMap<String,Integer> positions,
LinkedHashMap<String,T> columns)
排序
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
EdgeIndex |
class |
EdgeTable |
class |
GraphIndex |
class |
GraphTable |
class |
VertexIndex |
class |
VertexTable
为什么不用VertexType或VertexCollection,因为type容易误会成一个属性,collection容易误会成结果集
|
| 限定符和类型 | 方法和说明 |
|---|---|
static StringBuilder |
SQLUtil.delimiter(StringBuilder builder,
Metadata src,
String delimiterFr,
String delimiterTo) |
static StringBuilder |
SQLUtil.delimiter(StringBuilder builder,
Metadata src,
String delimiterFr,
String delimiterTo,
boolean check) |
Copyright © 2025. All rights reserved.