TenantBuilder |
TenantBuilder.catalog(String catalog) |
TenantBuilder |
TenantBuilder.column(String column) |
TenantBuilder |
TenantBuilder.column(String catalog,
String schema,
String table,
String column) |
TenantBuilder |
TenantBuilder.jdbcType(JdbcType jdbcType) |
TenantBuilder |
TenantBuilder.not(boolean not) |
TenantBuilder |
TenantBuilder.schema(String schema) |
TenantBuilder |
TenantBuilder.symbol(ExpressionSymbol symbol) |
TenantBuilder |
TenantBuilder.table(String table) |
TenantBuilder |
TenantBuilder.table(String catalog,
String schema,
String table) |
TenantBuilder |
TenantBuilder.values(List<?> tenantValues) |
<T> TenantBuilder |
TenantBuilder.values(T tenantValue) |