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
SQLExceptionvoid executeSQL(Query query, List<SQLParameter> parameters, boolean calculateTotalSize, Integer skip, Integer top, String nextOption, int pageSize, QueryResponse response) throws SQLException
SQLExceptionCountResponse executeCount(Query query, List<SQLParameter> parameters) throws SQLException
SQLExceptionUpdateResponse executeUpdate(Command command, List<SQLParameter> parameters) throws SQLException
SQLExceptionString startTransaction() throws SQLException
SQLExceptionvoid commit(String txnId) throws SQLException
SQLExceptionvoid rollback(String txnId) throws SQLException
SQLExceptionConnection open() throws SQLException, TeiidProcessingException
SQLExceptionTeiidProcessingExceptionvoid close()
throws SQLException
SQLExceptionCopyright © 2019. All rights reserved.