Code Search for Developers
 
 
  

Constants.java from BIRT at Krugle


Show Constants.java syntax highlighted

/*******************************************************************************
 * Copyright (c) 2004, 2005 Actuate Corporation.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *  Actuate Corporation  - initial API and implementation
 *******************************************************************************/

package org.eclipse.birt.report.data.oda.xml;

import org.eclipse.birt.report.data.oda.xml.i18n.Messages;

/**
 * This class hosts all constants used in xml driver.
 * @deprecated Please use DTP xml driver
 */
public final class Constants
{

	private Constants( )
	{
	}

	public static final int DATA_SOURCE_MAJOR_VERSION = 1;
	public static final int DATA_SOURCE_MINOR_VERSION = 0;
	public static final String DATA_SOURCE_PRODUCT_NAME = Messages.getString( "Constants.DriverName" );
	public static final int CACHED_RESULT_SET_LENGTH = 10000;
	public static final String APPCONTEXT_INPUTSTREAM = "org.eclipse.birt.report.data.oda.xml.inputStream";
	public static final String APPCONTEXT_CLOSEINPUTSTREAM = "org.eclipse.birt.report.data.oda.xml.closeInputStream";
	// The connection proporty that is used to give the relation information
	// string
	// to the driver.
	public static final String CONST_PROP_RELATIONINFORMATION = "RELATIONINFORMATION";

	// The connection property that gives the file name(s).Currently we only
	// support single file.
	public static final String CONST_PROP_FILELIST = "FILELIST";
}




See more files for this project here

BIRT

BIRT is an open source, Eclipse-based reporting system that integrates with your application to produce compelling reports for both web and PDF.

Project homepage: http://www.eclipse.org/birt/phoenix/
Programming language(s): Java,XML
License: gpl2

  i18n/
    Messages.java
    messages.properties
    package.html
  impl/
    Connection.java
    DataSetMetaData.java
    DataTypes.java
    Driver.java
    Query.java
    ResultSet.java
    ResultSetMetaData.java
    package.html
  util/
    date/
      DateFormatISO8601.java
      DateFormatter.java
      DateUtil.java
    ui/
      ATreeNode.java
      SchemaPopulationUtil.java
      XPathPopulationUtil.java
      package.html
    ISaxParserConsumer.java
    RelationInformation.java
    SaxParser.java
    SaxParserComplexNestedQueryHelper.java
    SaxParserConsumer.java
    SaxParserUtil.java
    UtilConstants.java
    XMLDataInputStream.java
    XMLDataInputStreamCreator.java
    package.html
  Constants.java
  package.html