Package net.sourceforge.squirrel_sql.fw.sql.IndexInfo

Examples of net.sourceforge.squirrel_sql.fw.sql.IndexInfo.SortOrder


        String columnName = null;
        boolean nonUnique = true;
        String indexQualifier = null;
        IndexType indexType = null;
        short ordinalPosition = 0;
        SortOrder sortOrder = null;
        int cardinality = 0;
        int pages = 0;
        String filterCondition = null;
        IndexInfo doi = new IndexInfo(
           cat, schema, indexName, tableName, columnName, nonUnique, indexQualifier, indexType,
View Full Code Here

TOP

Related Classes of net.sourceforge.squirrel_sql.fw.sql.IndexInfo.SortOrder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.