public class BucketTableSettings extends Object
| Modifier and Type | Method and Description |
|---|---|
static BucketTableSettings |
customSettings(String tableName,
String idName,
String stateName)
The method will define a custom configuration of the table for the work with the PostgreSQL extension
|
static BucketTableSettings |
getDefault()
The method will define the default configuration of the table for the work with the PostgreSQL extension
|
String |
getIdName() |
String |
getStateName() |
String |
getTableName() |
public static BucketTableSettings customSettings(String tableName, String idName, String stateName)
tableName - - name of table to use as a Buckets storeidName - - name of id (PRIMARY KEY - BIGINT)stateName - - name of state (BYTEA)BucketTableSettingspublic static BucketTableSettings getDefault()
BucketTableSettings with the default setting, which includes "bucket" as the table name, "id" as the id column, "state" as the state columnpublic String getIdName()
public String getStateName()
public String getTableName()
Copyright © 2022. All rights reserved.