PersonIdentifierTypeTyppublic class PersonIdentifierTypeTyp 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 PersonIdentifierTypeTyp | _PersonIdentifierTypeTypFactory |
Constructors Summary |
---|
public PersonIdentifierTypeTyp()
_struct = new MutableStruct(new Object[3], _sqlType, _factory);
try
{
_ctx = new _Ctx(DefaultContext.getDefaultContext());
}
catch (Exception e)
{
_ctx = null;
}
| public PersonIdentifierTypeTyp(sqlj.runtime.ConnectionContext c)
_struct = new MutableStruct(new Object[3], _sqlType, _factory);
_ctx = new _Ctx(c == null ? DefaultContext.getDefaultContext()
: c);
| public PersonIdentifierTypeTyp(Connection c)
_struct = new MutableStruct(new Object[3], _sqlType, _factory);
_ctx = new _Ctx(c);
|
|