butler.ext.domain
Class DomainPrefixIndex

java.lang.Object
  extended by butler.sql.metadata.Index
      extended by butler.ext.domain.DomainPrefixIndex

public class DomainPrefixIndex
extends Index

Author:
Fredrik Bertilsson

Field Summary
 
Fields inherited from class butler.sql.metadata.Index
_cols, _name, _table, _unique
 
Constructor Summary
DomainPrefixIndex(Index index)
           
 
Method Summary
 java.lang.String getPhysicalName()
           
 
Methods inherited from class butler.sql.metadata.Index
getColumns, getName, getQualifiedName, getTable, isUnique, parseIndex, setName, setTable, setUnique, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainPrefixIndex

public DomainPrefixIndex(Index index)
Method Detail

getPhysicalName

public java.lang.String getPhysicalName()
Overrides:
getPhysicalName in class Index