public final class ProxyOperationsMappingConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProxyOperationsMappingConfig.Builder
Builder for the
ProxyOperationsMappingConfig |
Modifier and Type | Field and Description |
---|---|
static String |
CRUD_PREFIX |
static String |
DELETE_FUNCTION |
static String |
INSERT_FUNCTION |
static String |
INSERT_MANY_FUNCTION |
static String |
REPLACE_FUNCTION |
static String |
REPLACE_MANY_FUNCTION |
static String |
SCHEMA_FUNCTION |
static String |
SELECT_FUNCTION |
static String |
TRUNCATE_FUNCTION |
static String |
UPDATE_FUNCTION |
static String |
UPSERT_FUNCTION |
Modifier and Type | Method and Description |
---|---|
static ProxyOperationsMappingConfig.Builder |
builder()
Create new
ProxyOperationsMappingConfig.Builder instance |
String |
getDeleteFunctionName()
Get API function name for performing the delete operation.
|
String |
getGetSchemaFunctionName()
Get API function name for getting the spaces and indexes schema.
|
String |
getInsertFunctionName()
Get API function name for performing the insert operation.
|
String |
getInsertManyFunctionName()
Get API function name for performing the insert_many operation.
|
String |
getReplaceFunctionName()
Get API function name for performing the replace operation.
|
String |
getReplaceManyFunctionName()
Get API function name for performing the replace_many operation.
|
String |
getSelectFunctionName()
Get API function name for performing the select operation.
|
String |
getTruncateFunctionName()
Get API function name for performing the select operation.
|
String |
getUpdateFunctionName()
Get API function name for performing the update operation.
|
String |
getUpsertFunctionName()
Get API function name for performing the upsert operation.
|
public static final String CRUD_PREFIX
public static final String SCHEMA_FUNCTION
public static final String DELETE_FUNCTION
public static final String INSERT_FUNCTION
public static final String INSERT_MANY_FUNCTION
public static final String REPLACE_FUNCTION
public static final String REPLACE_MANY_FUNCTION
public static final String SELECT_FUNCTION
public static final String UPDATE_FUNCTION
public static final String UPSERT_FUNCTION
public static final String TRUNCATE_FUNCTION
public String getGetSchemaFunctionName()
ddl.get_schema
.
See the DDL module API for details on the desired schema metadata format.
public String getDeleteFunctionName()
crud.delete
.public String getInsertFunctionName()
crud.insert
.public String getInsertManyFunctionName()
crud.insert_many
.public String getReplaceFunctionName()
crud.replace
.public String getReplaceManyFunctionName()
crud.replace_many
.public String getUpdateFunctionName()
crud.update
.public String getUpsertFunctionName()
crud.upsert
.public String getSelectFunctionName()
crud.select
.public String getTruncateFunctionName()
crud.truncate
.public static ProxyOperationsMappingConfig.Builder builder()
ProxyOperationsMappingConfig.Builder
instanceCopyright © 2025 Picodata. All rights reserved.