public class SqlTable.Util extends SqlTableIdentity.Util
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
String[] |
getColumnNames()
Gets the column names.
|
SqlTable.Database |
getDb()
Gets the db.
|
SqlTable.Indices |
getIndices()
Gets the indices.
|
protected SqlTable.Indices |
getIndicesByReflection()
Gets the indices by reflection.
|
SqlField |
getSqlField(int columnIndex)
Gets the sql field.
|
SqlField[] |
getSqlFields()
Gets the sql fields.
|
void |
initialize()
Initialize.
|
void |
setColumnNames(String[] columnNames)
Sets the column names.
|
assembleName, getSql, toAliasString, wrapWithAlias
assembleName
public SqlTable.Database getDb()
public void initialize()
public String[] getColumnNames()
public SqlField[] getSqlFields()
public SqlField getSqlField(int columnIndex)
columnIndex
- the column indexpublic void setColumnNames(String[] columnNames)
columnNames
- the new column namespublic SqlTable.Indices getIndices()
protected SqlTable.Indices getIndicesByReflection()
Copyright © 2003–2021 XDEV Software. All rights reserved.