public class ScalarFunctionEntry
extends java.lang.Object
Constructor and Description |
---|
ScalarFunctionEntry(FunctionEntry entry) |
Modifier and Type | Method and Description |
---|---|
com.scalar.db.io.TextValue |
getBinaryNameValue()
Returns a
TextValue consisting of the binary name of the FunctionEntry . |
com.scalar.db.io.BlobValue |
getByteCodeValue()
Returns a
BlobValue consisting of the bytecode of the function contained in the FunctionEntry . |
com.scalar.db.io.TextValue |
getIdValue()
Returns a
TextValue consisting of the id of the FunctionEntry . |
com.scalar.db.io.BigIntValue |
getRegisteredAtValue()
Returns a
BigIntValue consisting of the registered at time of the FunctionEntry . |
public ScalarFunctionEntry(FunctionEntry entry)
public com.scalar.db.io.TextValue getIdValue()
TextValue
consisting of the id of the FunctionEntry
.TextValue
consisting of the id of the FunctionEntry
public com.scalar.db.io.TextValue getBinaryNameValue()
TextValue
consisting of the binary name of the FunctionEntry
.TextValue
consisting of the binary name of the FunctionEntry
public com.scalar.db.io.BlobValue getByteCodeValue()
BlobValue
consisting of the bytecode of the function contained in the FunctionEntry
.BlobValue
consisting of the bytecode of the function contained in the FunctionEntry
public com.scalar.db.io.BigIntValue getRegisteredAtValue()
BigIntValue
consisting of the registered at time of the FunctionEntry
.BigIntValue
consisting of the registered at time of the FunctionEntry