// Decompiled by Jad v1.5.7f. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) braces deadcode fieldsfirst 
// Source File Name:   ORAData.java
// Class Version:      45.3

package oracle.sql;

import java.sql.Connection;
import java.sql.SQLException;
import oracle.jdbc.internal.ObjectData;

// Referenced classes of package oracle.sql:
//            Datum

// flag ACC_ABSTRACT is set
public interface ORAData
    extends ObjectData
{
    // Constants:          16
    // Interfaces:         1
    // Fields:             0
    // Methods:            1
    // Class Attributes:   1


    // Parameter  0 added: Name this Type Loracle/sql/ORAData; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name connection Type Ljava/sql/Connection; At 0 0 Range 0 4294967295 Init 0
    // RetValue   2 added: Name <returnValue> Type Loracle/sql/Datum; At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract Datum toDatum(Connection connection)
        throws SQLException;
}
