|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RdfLiteral | |
olr.om |
Uses of RdfLiteral in olr.om |
Methods in olr.om that return RdfLiteral | |
RdfLiteral |
BaseRdfLiteral.copy()
Makes a copy of this object. |
protected RdfLiteral |
BaseRdfLiteral.copyInto(RdfLiteral copyObj)
|
static RdfLiteral |
BaseRdfLiteralPeer.row2Object(com.workingdogs.village.Record row,
int offset,
java.lang.Class cls)
Create a new object of type cls from a resultset row starting from a specified offset. |
static RdfLiteral |
BaseRdfLiteralPeer.retrieveByPK(int pk)
Retrieve a single object by pk |
static RdfLiteral |
BaseRdfLiteralPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static RdfLiteral |
BaseRdfLiteralPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
RdfLiteral |
BaseRdfStatement.getRdfLiteral()
Get the associated RdfLiteral object |
static RdfLiteral |
RdfLiteralPeer.insert(java.lang.String value)
|
Methods in olr.om with parameters of type RdfLiteral | |
protected RdfLiteral |
BaseRdfLiteral.copyInto(RdfLiteral copyObj)
|
static void |
BaseRdfLiteralPeer.populateObject(com.workingdogs.village.Record row,
int offset,
RdfLiteral obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BaseRdfLiteralPeer.doSelect(RdfLiteral obj)
Method to do selects |
static void |
BaseRdfLiteralPeer.doInsert(RdfLiteral obj)
Method to do inserts |
static void |
BaseRdfLiteralPeer.doUpdate(RdfLiteral obj)
|
static void |
BaseRdfLiteralPeer.doDelete(RdfLiteral obj)
|
static void |
BaseRdfLiteralPeer.doInsert(RdfLiteral obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BaseRdfLiteralPeer.doUpdate(RdfLiteral obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseRdfLiteralPeer.doDelete(RdfLiteral obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BaseRdfLiteralPeer.buildCriteria(RdfLiteral obj)
Build a Criteria object from the data object for this peer |
void |
BaseRdfStatement.setRdfLiteral(RdfLiteral v)
Declares an association between this object and a RdfLiteral object |
void |
BaseRdfUser.addRdfLiteral(RdfLiteral l)
Method called to associate a RdfLiteral object to this object through the RdfLiteral foreign key attribute |
Constructors in olr.om with parameters of type RdfLiteral | |
RdfStatement(RdfResource subject,
RdfResource predicate,
RdfLiteral object)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |