// 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:   CustomDatumFactory.java
// Class Version:      45.3

package oracle.sql;

import java.sql.SQLException;
import oracle.jdbc.internal.ObjectDataFactory;

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

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


    // Parameter  0 added: Name this Type Loracle/sql/CustomDatumFactory; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name datum Type Loracle/sql/Datum; At 0 0 Range 0 4294967295 Init 0
    // Parameter  2 added: Name i Type I At 0 0 Range 0 4294967295 Init 0
    // RetValue   3 added: Name <returnValue> Type Loracle/sql/CustomDatum; At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract CustomDatum create(Datum datum, int i)
        throws SQLException;
}
