Uses of Interface
net.ontopia.persistence.proxy.TicketIF
-
Packages that use TicketIF Package Description net.ontopia.persistence.proxy An object-relational mapping framework.net.ontopia.persistence.query.sql Object model for representing SQL queries. -
-
Uses of TicketIF in net.ontopia.persistence.proxy
Fields in net.ontopia.persistence.proxy declared as TicketIF Modifier and Type Field Description protected TicketIFSharedCache. current_ticketprotected TicketIFAbstractLocalCache. ticketMethods in net.ontopia.persistence.proxy that return TicketIF Modifier and Type Method Description TicketIFAbstractLocalCache. getTicket()TicketIFAccessRegistrarIF. getTicket()INTERNAL: Get ticket that should be used as first argument to register methods.TicketIFSharedCache. getTicket()Methods in net.ontopia.persistence.proxy with parameters of type TicketIF Modifier and Type Method Description ObjectAggregateFieldInfo. load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct)INTERNAL: Loads from its containing fields an aggregate object.ObjectDefaultFieldHandler. load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct)ObjectFieldHandlerIF. load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct)INTERNAL: Reads the value beginning at the given offset in the current ResultSet row.ObjectIdentityFieldInfo. load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct)INTERNAL: Loads from its containing fields an IdentityIF with the field values as key.ObjectIndicatorFieldHandler. load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct)ObjectPrimitiveFieldInfo. load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct)INTERNAL: Loads a single primitive value.ObjectReferenceFieldInfo. load(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct)INTERNAL: Loads from its containing fields the identity of an object.protected ObjectAggregateFieldInfo. readAggregateObject(AccessRegistrarIF registrar, TicketIF ticket, ResultSet rs, int rsindex, boolean direct)voidAbstractLocalCache. registerField(TicketIF ticket, IdentityIF identity, int field, Object value)voidAccessRegistrarIF. registerField(TicketIF ticket, IdentityIF identity, int field, Object value)INTERNAL: Called by storage accessors (FieldAccessIF) when they read the value of an object field from the database.voidSharedCache. registerField(TicketIF ticket, IdentityIF identity, int field, Object value)voidAbstractLocalCache. registerIdentity(TicketIF ticket, IdentityIF identity)voidAccessRegistrarIF. registerIdentity(TicketIF ticket, IdentityIF identity)INTERNAL: Called by storage accessors (QueryIFs or FieldAccessIF) when they locate the identity of an object in the database.voidSharedCache. registerIdentity(TicketIF ticket, IdentityIF identity) -
Uses of TicketIF in net.ontopia.persistence.query.sql
Fields in net.ontopia.persistence.query.sql declared as TicketIF Modifier and Type Field Description protected TicketIFRDBMSQueryResult. ticketMethods in net.ontopia.persistence.query.sql that return TicketIF Modifier and Type Method Description TicketIFSQLStatement. getTicket()TicketIFSQLStatementIF. getTicket()Methods in net.ontopia.persistence.query.sql with parameters of type TicketIF Modifier and Type Method Description protected ObjectRDBMSCollectionQuery. processResult(TicketIF ticket, ResultSet rs)protected ObjectRDBMSMapQuery. processResult(TicketIF ticket, ResultSet rs)protected ObjectRDBMSObjectQuery. processResult(TicketIF ticket, ResultSet rs)ObjectSQLStatement. readValue(TicketIF ticket, ResultSet rs, int index, boolean lookup_identity)ObjectSQLStatementIF. readValue(TicketIF ticket, ResultSet rs, int index, boolean lookup_identities)INTERNAL: Read the field value of the specified index from the current row in the result set.Object[]SQLStatement. readValues(TicketIF ticket, ResultSet rs, boolean lookup_identities)Object[]SQLStatement. readValues(TicketIF ticket, ResultSet rs, Object[] values, boolean lookup_identities)Object[]SQLStatementIF. readValues(TicketIF ticket, ResultSet rs, boolean lookup_identities)INTERNAL: Reads all the field values from the current row in the result set.Object[]SQLStatementIF. readValues(TicketIF ticket, ResultSet rs, Object[] values, boolean lookup_identities)INTERNAL: Reads all the field values from the current row into the specified value array.Constructors in net.ontopia.persistence.query.sql with parameters of type TicketIF Constructor Description RDBMSQueryResult(SQLStatementIF stm, TicketIF ticket, ResultSet rs)RDBMSQueryResult(SQLStatementIF stm, TicketIF ticket, ResultSet rs, boolean lookup_identities)
-