de.schwarzrot.data.meta.support
Class DatabaseModelAccessor
java.lang.Object
de.schwarzrot.data.meta.support.DatabaseModelAccessor
public class DatabaseModelAccessor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseModelAccessor
public DatabaseModelAccessor()
columnExists
public boolean columnExists(TableDefinition td,
String columnName)
columnNames
public Collection<String> columnNames(TableDefinition td)
getColumn
public ColumnDefinition getColumn(TableDefinition td,
String columnName)
getSchema
public SchemaDefinition getSchema(DatabaseModel m,
String schemaName)
getTable
public TableDefinition getTable(SchemaDefinition sd,
String tableName)
indexes
public List<IndexDefinition> indexes(TableDefinition td)
schemaExists
public boolean schemaExists(DatabaseModel m,
String schemaName)
schemaNames
public Collection<String> schemaNames(DatabaseModel m)
tableExists
public boolean tableExists(SchemaDefinition sd,
String tableName)
tableNames
public Collection<String> tableNames(SchemaDefinition sd)
Submit
a bug or request a feature
SRJRCFrames is published according to the
GNU General Public License
Copyright 2005-2012
Reinhard Mantey - some rights reserved.