public interface Client
Modifier and Type | Field and Description |
---|---|
static String |
BATCH_SIZE |
static String |
CHARSET |
static String |
INVALID_CHARACTER_REPLACEMENT |
static String |
SKIPTOKEN_TIME |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
commit(String txnId) |
void |
executeCall(String sql,
List<SQLParameter> sqlParams,
ProcedureReturnType returnType,
OperationResponse response) |
CountResponse |
executeCount(Query query,
List<SQLParameter> parameters) |
void |
executeSQL(Query query,
List<SQLParameter> parameters,
boolean calculateTotalSize,
Integer skip,
Integer top,
String nextOption,
int pageSize,
QueryResponse response) |
UpdateResponse |
executeUpdate(Command command,
List<SQLParameter> parameters) |
MetadataStore |
getMetadataStore() |
String |
getProperty(String name) |
VDBMetaData |
getVDB() |
Connection |
open() |
void |
rollback(String txnId) |
String |
startTransaction() |
static final String INVALID_CHARACTER_REPLACEMENT
static final String BATCH_SIZE
static final String SKIPTOKEN_TIME
static final String CHARSET
VDBMetaData getVDB()
MetadataStore getMetadataStore()
void executeCall(String sql, List<SQLParameter> sqlParams, ProcedureReturnType returnType, OperationResponse response) throws SQLException
SQLException
void executeSQL(Query query, List<SQLParameter> parameters, boolean calculateTotalSize, Integer skip, Integer top, String nextOption, int pageSize, QueryResponse response) throws SQLException
SQLException
CountResponse executeCount(Query query, List<SQLParameter> parameters) throws SQLException
SQLException
UpdateResponse executeUpdate(Command command, List<SQLParameter> parameters) throws SQLException
SQLException
String startTransaction() throws SQLException
SQLException
void commit(String txnId) throws SQLException
SQLException
void rollback(String txnId) throws SQLException
SQLException
Connection open() throws SQLException, TeiidProcessingException
SQLException
TeiidProcessingException
void close() throws SQLException
SQLException
Copyright © 2019. All rights reserved.