PersonIdentifierTyppublic class PersonIdentifierTyp extends Object implements oracle.sql.CustomDatumFactory, oracle.sql.CustomDatum
Fields Summary |
---|
public static final String | _SQL_NAME | public static final int | _SQL_TYPECODE | _Ctx | _ctx | oracle.jpub.runtime.MutableStruct | _struct | static int[] | _sqlType | static oracle.sql.CustomDatumFactory[] | _factory | static final PersonIdentifierTyp | _PersonIdentifierTypFactory |
Constructors Summary |
---|
public PersonIdentifierTyp()
_struct = new MutableStruct(new Object[2], _sqlType, _factory);
try
{
_ctx = new _Ctx(DefaultContext.getDefaultContext());
}
catch (Exception e)
{
_ctx = null;
}
| public PersonIdentifierTyp(sqlj.runtime.ConnectionContext c)
_struct = new MutableStruct(new Object[2], _sqlType, _factory);
_ctx = new _Ctx(c == null ? DefaultContext.getDefaultContext()
: c);
| public PersonIdentifierTyp(Connection c)
_struct = new MutableStruct(new Object[2], _sqlType, _factory);
_ctx = new _Ctx(c);
|
|