| 构造器和说明 |
|---|
TenantBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
Tenant |
build() |
TenantBuilder |
catalog(String catalog) |
TenantBuilder |
column(String column) |
TenantBuilder |
column(String catalog,
String schema,
String table,
String column) |
TenantBuilder |
jdbcType(JdbcType jdbcType) |
TenantBuilder |
not(boolean not) |
TenantBuilder |
schema(String schema) |
TenantBuilder |
symbol(ExpressionSymbol symbol) |
TenantBuilder |
table(String table) |
TenantBuilder |
table(String catalog,
String schema,
String table) |
TenantBuilder |
values(List<?> tenantValues) |
<T> TenantBuilder |
values(T tenantValue) |
public TenantBuilder catalog(String catalog)
public TenantBuilder schema(String schema)
public TenantBuilder table(String table)
public TenantBuilder table(String catalog, String schema, String table)
public TenantBuilder column(@Nullable String column)
public TenantBuilder column(String catalog, String schema, String table, String column)
public TenantBuilder not(boolean not)
public <T> TenantBuilder values(@Nullable T tenantValue)
public TenantBuilder jdbcType(JdbcType jdbcType)
public TenantBuilder symbol(ExpressionSymbol symbol)
public TenantBuilder values(@Nullable List<?> tenantValues)
Copyright © 2020. All rights reserved.