Example context entity for CA Ingres

<context name="default">
	<description>Ingres Database</description>
	<jdbc
		driver="ca.ingres.jdbc.IngresDriver"
		url="jdbc:ingres://localhost:II7/test"
		connectFormat="1"
		login="testuser"
		password="testpassword"
		cache="y"
		createTableIndicies="true"
		limitationPosition=""
		escapeHandler="com.jcorporate.expresso.core.db.DoubleQuoteEscapeHandler"
		hasBooleanType="false"
	/>
	<type-mapping>
		<java-type>BIGINT</java-type>
		<db-type>FLOAT(8)</db-type>
	</type-mapping>
	<type-mapping>
		<java-type>BIT</java-type>
		<db-type>CHAR</db-type>
	</type-mapping>
	<type-mapping>
		<java-type>BOOLEAN</java-type>
		<db-type>CHAR</db-type>
	</type-mapping>
	<type-mapping>
		<java-type>REAL</java-type>
		<db-type>DECIMAL</db-type>
	</type-mapping>
	<type-mapping>
		<java-type>TIME</java-type>
		<db-type>DATE</db-type>
	</type-mapping>
	<type-mapping>
		<java-type>BINARY</java-type>
		<db-type>BLOB</db-type>
	</type-mapping>
	<images>%context%/%expresso-dir%/images</images>
	<startJobHandler>y</startJobHandler>
	<showStackTrace>y</showStackTrace>
	<mailDebug>n</mailDebug>
</context>

Last Modified: 05 Nov, 2004