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

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


        // parent name more easily. We probably should create a IndexColumnInfo that has this
        // extra info in it.
        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;
View Full Code Here

TOP

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

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.