public interface DBExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
alterField(String typeName,
String fieldName,
String deltaFlags) |
void |
alterFieldType(String typeName,
String fieldName,
String newFieldType) |
void |
close() |
void |
createField(String typeName,
String field) |
void |
createTable(String tableName) |
void |
deleteField(String typeName,
String field) |
void |
deleteTable(String tableName) |
boolean |
execFieldDetect(String tableName,
String fieldName) |
boolean |
execTableDetect(String tableName) |
void |
executeDelete(QuerySpec spec) |
DValue |
executeInsert(DValue dval,
InsertContext ctx) |
QueryResponse |
executeQuery(QuerySpec spec,
QueryContext qtx) |
int |
executeUpdate(QuerySpec spec,
DValue dvalPartial) |
void |
renameField(String typeName,
String field,
String newName) |
void |
renameTable(String tableName,
String newTableName) |
DValue executeInsert(DValue dval, InsertContext ctx)
QueryResponse executeQuery(QuerySpec spec, QueryContext qtx)
void executeDelete(QuerySpec spec)
boolean execTableDetect(String tableName)
void close()
void createTable(String tableName)
void deleteTable(String tableName)
Copyright © 2020. All rights reserved.