public class ClientBase extends Object
| Constructor and Description |
|---|
ClientBase() |
public void addColumn(String tableName, String columnName, String columnDefinition) throws SQLException
SQLExceptionpublic boolean hasColumn(String tableName, String columnName) throws SQLException
SQLExceptionpublic void dropColumn(String tableName, String columnName) throws SQLException
SQLExceptionpublic boolean hasTable(String tableName)
public void dropTable(String tableName) throws SQLException
SQLExceptionpublic void dropTable(Class<?> entity) throws SQLException
SQLExceptionpublic void createTable(Class<?> entity) throws SQLException
SQLExceptionpublic HashMap<String,String> getRow(List<HashMap<String,String>> rows, String column, String value)
public User getAdminUser()
public void executeRaw(String rawQuery) throws SQLException
SQLExceptionpublic void createIndex(String indexSuffix, String tableName, String columnName) throws SQLException
SQLExceptionpublic String getDatabaseSchemaVersion()
public int getDatabaseSchemaVersionInt()
public void renameSequence(String sequenceName, String newSequenceName) throws SQLException
SQLExceptionCopyright © 2015–2019. All rights reserved.