public class HybrisMSSqlBuilder
extends MSSqlBuilder
| Constructor and Description |
|---|
HybrisMSSqlBuilder(Platform platform,
DatabaseSettings databaseSettings) |
| Modifier and Type | Method and Description |
|---|---|
void |
dropTable(Table table) |
String |
getColumnName(Column column) |
String |
getIndexName(Index index) |
protected String |
getSqlType(Column column)
Returns the full SQL type specification (including size and precision/scale) for the given column.
|
String |
getTableName(Table table) |
protected String |
getValueAsString(Column column,
Object value) |
public HybrisMSSqlBuilder(Platform platform,
DatabaseSettings databaseSettings)
public void dropTable(Table table)
throws IOException
IOExceptionpublic String getColumnName(Column column)
public String getIndexName(Index index)
public String getTableName(Table table)
protected String getSqlType(Column column)
column - The columnCopyright © 2017 SAP SE. All Rights Reserved.