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