Serialized Form


Package jdbcadmin.core.data

Class jdbcadmin.core.data.Catalog extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Catalog name.

Class jdbcadmin.core.data.Column extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Column name.


size

int size
Size of the column.


isNullable

boolean isNullable
Is NULL allowed.


decimalDigits

int decimalDigits
Number of decimalDigits.


typeName

java.lang.String typeName
Database vendor type name.


type

int type
Type of the columns.

Class jdbcadmin.core.data.ConnectionInfo extends java.lang.Object implements Serializable

Serialized Fields

mode

java.lang.String mode
Connection mode.


url

java.lang.String url
Database URL .


driverName

java.lang.String driverName
JDBC Driver class name.


userName

java.lang.String userName
Database user.


userPassword

java.lang.String userPassword
Database password.


dataSourceJndiName

java.lang.String dataSourceJndiName
JNDI Datasource name.


driverJarData

byte[] driverJarData
Drivers jar file data.

Class jdbcadmin.core.data.Line extends java.lang.Object implements Serializable

Serialized Fields

values

java.util.Map values
Line values : Map column name/value as String.


table

Table table
Line's table

Class jdbcadmin.core.data.Schema extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Schema name

Class jdbcadmin.core.data.Table extends java.lang.Object implements Serializable

Serialized Fields

colMap

java.util.Map colMap
Columns of the table, key : column name.


colLst

java.util.List colLst
Ordered columns of the table


colNamesLst

java.util.List colNamesLst
Ordered column names of the table


pkColumns

java.util.List pkColumns
List of the primary key columns.


name

java.lang.String name
Table name.


schema

Schema schema
Table's schema.


columnSizes

java.util.Map columnSizes
Computed columns display sizes.


filled

boolean filled
Is the table completely filled.


Package jdbcadmin.core.exceptions

Class jdbcadmin.core.exceptions.ConvertionException extends org.apache.commons.lang.exception.NestableException implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName
Name of the property concerned by the convertion error.


sampleValue

java.lang.String sampleValue
sample value.

Class jdbcadmin.core.exceptions.DangerousOperationException extends org.apache.commons.lang.exception.NestableException implements Serializable

Class jdbcadmin.core.exceptions.DataNotFoundException extends org.apache.commons.lang.exception.NestableException implements Serializable

Class jdbcadmin.core.exceptions.FunctionalException extends org.apache.commons.lang.exception.NestableException implements Serializable

Class jdbcadmin.core.exceptions.TechnicalException extends org.apache.commons.lang.exception.NestableException implements Serializable



Copyright © 2004-2005 Norsys. All Rights Reserved.