Uses of Class
org.clazzes.jdbc2xml.schema.IndexInfo

Packages that use IndexInfo
org.clazzes.jdbc2xml.schema   
org.clazzes.jdbc2xml.schema.impl   
 

Uses of IndexInfo in org.clazzes.jdbc2xml.schema
 

Methods in org.clazzes.jdbc2xml.schema that return IndexInfo
 IndexInfo TableInfo.getIndexInfo(java.lang.String idxName)
          Get a IndexInfo for a specified foreign-key-name.
 

Methods in org.clazzes.jdbc2xml.schema that return types with arguments of type IndexInfo
 java.util.List<IndexInfo> TableInfo.getIndices()
           
 

Methods in org.clazzes.jdbc2xml.schema with parameters of type IndexInfo
 void TableInfo.addIndex(IndexInfo indexInfo)
          Add an index to the list of indices.
 TableInfo ISchemaEngine.addIndex(TableInfo tableinfo, IndexInfo indexInfo)
          Add an index to an existing table.
 boolean TableInfo.indexContainsNullableColumns(IndexInfo indexInfo)
          Investigates if an IndexInfo contains a NULLable column
 void Dialect.pushAddIndex(SqlCommandQueue queue, TableInfo ti, IndexInfo indexInfo)
          Push the add index command to a command queue.
 void Dialect.pushDropIndex(SqlCommandQueue queue, TableInfo ti, IndexInfo indexInfo)
          Push the drop index command to a command queue.
 

Method parameters in org.clazzes.jdbc2xml.schema with type arguments of type IndexInfo
 void TableInfo.setIndices(java.util.List<IndexInfo> indices)
           
 

Uses of IndexInfo in org.clazzes.jdbc2xml.schema.impl
 

Methods in org.clazzes.jdbc2xml.schema.impl with parameters of type IndexInfo
 TableInfo SchemaEngineImpl.addIndex(TableInfo ti, IndexInfo indexInfo)
           
static java.lang.String DDLHelper.buildAddIndex(TableInfo ti, IndexInfo indexInfo, boolean allowsMultipleNullsInUniqueIndizes)
           
 void OracleDialect.pushAddIndex(SqlCommandQueue queue, TableInfo ti, IndexInfo indexInfo)
           
 void DerbyDialect.pushAddIndex(SqlCommandQueue queue, TableInfo ti, IndexInfo indexInfo)
           
 void MSSQLServerDialect.pushAddIndex(SqlCommandQueue queue, TableInfo ti, IndexInfo indexInfo)
           
 void MySQLDialect.pushAddIndex(SqlCommandQueue queue, TableInfo ti, IndexInfo indexInfo)
           
 void PostgreSQLDialect.pushAddIndex(SqlCommandQueue queue, TableInfo ti, IndexInfo indexInfo)
           
 void OracleDialect.pushDropIndex(SqlCommandQueue queue, TableInfo ti, IndexInfo indexInfo)
           
 void DerbyDialect.pushDropIndex(SqlCommandQueue queue, TableInfo ti, IndexInfo indexInfo)
           
 void MSSQLServerDialect.pushDropIndex(SqlCommandQueue queue, TableInfo ti, IndexInfo indexInfo)
           
 void MySQLDialect.pushDropIndex(SqlCommandQueue queue, TableInfo ti, IndexInfo indexInfo)
           
 void PostgreSQLDialect.pushDropIndex(SqlCommandQueue queue, TableInfo ti, IndexInfo indexInfo)
           
 



Copyright © 2010. All Rights Reserved.