Uses of Interface
oracle.kv.table.RecordDef
-
Packages that use RecordDef Package Description oracle.kv This package contains the public API for using Oracle NoSQL Database.oracle.kv.query This package contains the majority of the public API for using Oracle NoSQL Database query language.oracle.kv.table Table support for Oracle NoSQL Database. -
-
Uses of RecordDef in oracle.kv
Methods in oracle.kv that return RecordDef Modifier and Type Method Description RecordDefStatementResult. getResultDef()Returns the definition of the result of this statement if the statement is a query, otherwise null. -
Uses of RecordDef in oracle.kv.query
Methods in oracle.kv.query that return RecordDef Modifier and Type Method Description RecordDefPreparedStatement. getResultDef()Returns the definition of the result of this Statement. -
Uses of RecordDef in oracle.kv.table
Methods in oracle.kv.table that return RecordDef Modifier and Type Method Description RecordDefFieldDef. asRecord()Casts to RecordDef.RecordDefRecordDef. clone()RecordDefRecordValue. getDefinition()Returns the record type that this record conforms to.
-