Serialized Form
Package net.sf.farrago.cwm.behavioral |
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
Package net.sf.farrago.cwm.core |
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
Package net.sf.farrago.cwm.relational.enumerations |
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
Package net.sf.farrago.fem.config |
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
Package net.sf.farrago.fem.fennel |
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
Package net.sf.farrago.fem.med |
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
Package net.sf.farrago.fem.security |
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
Package net.sf.farrago.fem.sql2003 |
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves serialized instance of enumeration value.
- Throws:
ObjectStreamException
literalName
String literalName
Package net.sf.farrago.fennel.tuple |
serialVersionUID: 5514431391550418871L
serialVersionUID: -4582426550989158154L
typeDescriptor
FennelStoredTypeDescriptor typeDescriptor
- the FennelStoredTypeDescriptor of this attribute.
isNullable
boolean isNullable
- is this attribute nullable?
storageSize
int storageSize
- the amount of storage, in bytes, taken by this attribute.
serialVersionUID: -7075506007273800588L
attrs
List<E> attrs
- a collection of the FennelTupleAttributeDescriptor objects we're keeping.
Package net.sf.farrago.jdbc |
serialVersionUID: -2302810435386763566L
writeReplace
private Object writeReplace()
- Per
Serializable
API, provides a replacement object
to be written during serialization.
This implementation converts this FarragoSqlException into an
exception that looks similar but is serializable.
original
Throwable original
- Original exception.
originalStatement
String originalStatement
serialVersionUID: -5324961535239009568L
Package net.sf.farrago.jdbc.client |
serialVersionUID: -3256212096290593733L
Package net.sf.farrago.jdbc.param |
serialVersionUID: 5042520840301805755L
type
int type
- SQL paramMetaData of this field.
className
String className
- SQL className.
typeName
String typeName
- SQL typename of this field.
precision
int precision
- precision of this field.
scale
int scale
- scale of this field.
nullable
int nullable
- indicates whether this parameter field is nullable. One of {
ParameterMetaData.parameterNoNulls
, ParameterMetaData.parameterNullable
, ParameterMetaData.parameterNullableUnknown
}.
signed
boolean signed
- indicates whether this field is signed.
mode
int mode
- indicate the parameter mode. One of {
ParameterMetaData.parameterModeUnknown
, ParameterMetaData.parameterModeIn
, ParameterMetaData.parameterModeOut
, ParameterMetaData.parameterModeInOut
.
paramTypeStr
String paramTypeStr
- String describing the parameter type Usually of the form: typeName
(precision, scale)
Package net.sf.farrago.parser.impl |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package net.sf.farrago.plannerviz |
state
int state
detail
int detail
currentGenerationNumber
int currentGenerationNumber
stepVar
Object stepVar
frame
JFrame frame
scrollPane
JScrollPane scrollPane
graph
org.jgraph.JGraph graph
graphView
org.jgraph.graph.GraphLayoutCache graphView
graphAdapter
org.jgrapht.ext.JGraphModelAdapter<V,E> graphAdapter
graphModel
org.jgrapht.graph.ListenableDirectedGraph<V,E> graphModel
status
JMenuItem status
physicalEquivMap
org.jgraph.algebra.UnionFind physicalEquivMap
logicalEquivMap
org.jgraph.algebra.UnionFind logicalEquivMap
scale
double scale
rels
Set<E> rels
objToVertexMap
Map<K,V> objToVertexMap
normalVertexAttributes
org.jgraph.graph.AttributeMap normalVertexAttributes
newVertexAttributes
org.jgraph.graph.AttributeMap newVertexAttributes
oldVertexAttributes
org.jgraph.graph.AttributeMap oldVertexAttributes
finalVertexAttributes
org.jgraph.graph.AttributeMap finalVertexAttributes
highlightList
List<E> highlightList
ruleName
String ruleName
Package net.sf.farrago.query |
rel
RelNode rel
Package net.sf.farrago.release |
packageName
StringProperty packageName
- Base name of the released package for package management systems such as
rpm and deb.
productName
StringProperty productName
- Name of the product (e.g. as reported via java.sql.DatabaseMetaData)
productVersionMajor
IntegerProperty productVersionMajor
- Major version number for the product.
productVersionMinor
IntegerProperty productVersionMinor
- Minor version number for the product.
productVersionPoint
IntegerProperty productVersionPoint
- Point-release version number for the product.
jdbcDriverName
StringProperty jdbcDriverName
- Name of the JDBC driver as reported via java.sql.DatabaseMetaData.
jdbcDriverVersionMajor
IntegerProperty jdbcDriverVersionMajor
- JDBC driver major version number as reported via
java.sql.DatabaseMetaData.
jdbcDriverVersionMinor
IntegerProperty jdbcDriverVersionMinor
- JDBC driver minor version number as reported via
java.sql.DatabaseMetaData.
jdbcUrlBase
StringProperty jdbcUrlBase
- Base string for JDBC connection URL.
jdbcUrlPortDefault
IntegerProperty jdbcUrlPortDefault
- Default port to use for JDBC connections. Note that this is the
release-level default; the actual port to use for a server can be
overridden at each site via system parameter serverRmiRegistryPort, and
for a client by explicitly including the port in the connection URL.
jdbcUrlHttpPortDefault
IntegerProperty jdbcUrlHttpPortDefault
- Default port to use for JDBC connections over HTTP. Note that this is the
release-level default; the actual port to use for a server can be
overridden at each site through app server settings, and for a client by
explicitly including the port in the connection URL.
Package net.sf.farrago.rng.parserimpl |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package net.sf.farrago.server |
farragoConnection
FarragoConnection farragoConnection
- Holds the underlying connection. The underlying connection is also held
in the base class, but that member is private and is of the wrong type.
Class net.sf.farrago.server.FarragoRJConnectionServer_Stub extends RemoteStub implements Serializable |
serialVersionUID: 2L
Class net.sf.farrago.server.FarragoRJDriverServer_Stub extends RemoteStub implements Serializable |
serialVersionUID: 2L
Class net.sf.farrago.server.FarragoRJMedDataWrapperServer_Stub extends RemoteStub implements Serializable |
serialVersionUID: 2L
Package net.sf.farrago.test |
name
String name
Package net.sf.farrago.util |
traceConfigFile
StringProperty traceConfigFile
- The string property "java.util.logging.config.file" is the path to the
Farrago trace configuration file.
homeDir
StringProperty homeDir
- The string property "net.sf.farrago.home" is the path to the Farrago
installation directory.
catalogDir
StringProperty catalogDir
- The optional string property "net.sf.farrago.catalog" is the path to the
Farrago repository directory. See also
FarragoProperties.getCatalogDir()
defaultSessionFactoryLibraryName
StringProperty defaultSessionFactoryLibraryName
- The optional string property
"net.sf.farrago.defaultSessionFactoryLibraryName" is the name of the
plugin library to use for the default session factory. Defaults to
FarragoDefaultSessionFactory
.
testJdbcDriverClass
StringProperty testJdbcDriverClass
- The string property "net.sf.farrago.test.jdbcDriverClass" specifies the
fully qualified name of the JDBC driver to use during testing. If not
specified,
FarragoJdbcEngineDriver
is
used.
testFilesetUnitsql
StringProperty testFilesetUnitsql
- The string property "net.sf.farrago.fileset.unitsql" specifies a
newline-separated list of unit test SQL script files to run.
testFilesetRegression
StringProperty testFilesetRegression
- The string property "net.sf.farrago.fileset.regressionsql" specifies a
newline-separated list of regression test SQL script files to run.
testFilesetConcurrent
StringProperty testFilesetConcurrent
- The string property "net.sf.farrago.fileset.concurrentsql" specifies a
newline-separated list of concurrency test SQL script files to run.
testFilesetUnitlurql
StringProperty testFilesetUnitlurql
- The string property "org.eigenbase.fileset.unitlurql" specifies a
newline-separated list of LURQL test script files to run.
testTableReloadSleep
IntegerProperty testTableReloadSleep
- The integer property "net.sf.farrago.ddl.DdlReloadTableStmt.sleep"
specifies (if set) the number of milliseconds that ALTER TABLE should
sleep after taking locks and before executing. This is a trap intended
solely for test instrumentation.
testTableReloadCrash
BooleanProperty testTableReloadCrash
- The boolean property "net.sf.farrago.ddl.DdlReloadTableStmt.crash" causes
ALTER TABLE to fail in a mode which simultates a database crash.
Package org.eigenbase.jdbc4 |
serialVersionUID: 8754470401040578510L
Package org.eigenbase.jmi |
mofAssoc
Association mofAssoc
mofAssocEnds
AssociationEnd[] mofAssocEnds
refAssoc
RefAssociation refAssoc
mutableGraph
org.jgrapht.DirectedGraph<V,E> mutableGraph
- The underlying graph structure; we hide it here so that it can only be
modified internally.
transform
JmiDependencyTransform transform
vertexMap
Map<K,V> vertexMap
hierarchyGraph
org.jgrapht.DirectedGraph<V,E> hierarchyGraph
superClass
JmiClassVertex superClass
subClass
JmiClassVertex subClass
classLoader
ClassLoader classLoader
- Class loader to instantiate MDR classes. It's important to set this
correctly if there are extension models (not on the regular classpath).
combinedGraph
org.jgrapht.DirectedGraph<V,E> combinedGraph
- The underlying graph structure; we hide it here so that it can only be
modified internally.
inheritanceGraph
org.jgrapht.DirectedGraph<V,E> inheritanceGraph
- Subgraph with just inheritance edges.
unmodifiableInheritanceGraph
org.jgrapht.DirectedGraph<V,E> unmodifiableInheritanceGraph
- Unmodifiable view of inheritanceGraph.
assocGraph
org.jgrapht.DirectedGraph<V,E> assocGraph
- Subgraph with just inheritance edges.
unmodifiableAssocGraph
org.jgrapht.DirectedGraph<V,E> unmodifiableAssocGraph
- Unmodifiable view of assocGraph.
map
Map<K,V> map
- Map from Ref and Mof instances to corresponding graph vertices and edges.
refRootPackage
RefPackage refRootPackage
strict
boolean strict
obj
RefObject obj
Package org.eigenbase.jmi.mem |
clazz
Class<T> clazz
id
long id
proxy
Object proxy
immediatePkg
JmiMemFactory.RefPackageImpl immediatePkg
persistentMofId
String persistentMofId
Package org.eigenbase.lurql |
stringRep
String stringRep
- String representation of this edge.
source
LurqlPlanVertex source
target
LurqlPlanVertex target
subgraph
org.jgrapht.DirectedGraph<V,E> subgraph
projectSet
Set<E> projectSet
isNegated
boolean isNegated
assocEdge
JmiAssocEdge assocEdge
- The model edge representing the association to be traversed.
iOriginEnd
int iOriginEnd
- The end number (0 or 1) of the origin of the traversal.
destinationTypeFilter
JmiClassVertex destinationTypeFilter
- If non-null, traverse to only those destination objects which instantiate
the given class.
Package org.eigenbase.lurql.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package org.eigenbase.oj.util |
Package org.eigenbase.relopt |
equivalenceClass
Object equivalenceClass
isPhysical
boolean isPhysical
rel
RelNode rel
before
boolean before
ruleCall
RelOptRuleCall ruleCall
Package org.eigenbase.reltype |
type
RelDataType type
name
String name
index
int index
writeReplace
private Object writeReplace()
- Per
Serializable
API, provides a replacement object to be written
during serialization.
This implementation converts this RelRecordType into a
SerializableRelRecordType, whose readResolve
method converts
it back to a RelRecordType during deserialization.
Package org.eigenbase.runtime |
Package org.eigenbase.sql |
collationName
String collationName
wrappedCharset
SerializableCharset wrappedCharset
locale
Locale locale
strength
String strength
coercibility
SqlCollation.Coercibility coercibility
Package org.eigenbase.sql.parser |
writeReplace
private Object writeReplace()
- Per
Serializable
API, provides a replacement object to be
written during serialization.
SqlParseException is serializable but is not available on the client.
This implementation converts this SqlParseException into a vanilla RuntimeException
with the same message.
pos
SqlParserPos pos
expectedTokenSequences
int[][] expectedTokenSequences
tokenImages
String[] tokenImages
serialVersionUID: 1L
lineNumber
int lineNumber
columnNumber
int columnNumber
endLineNumber
int endLineNumber
endColumnNumber
int endColumnNumber
Package org.eigenbase.sql.parser.impl |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package org.eigenbase.sql.type |
typeName
SqlTypeName typeName
isNullable
boolean isNullable
precision
int precision
scale
int scale
collation
SqlCollation collation
wrappedCharset
SerializableCharset wrappedCharset
intervalQualifier
SqlIntervalQualifier intervalQualifier
elementType
RelDataType elementType
sqlIdentifier
SqlIdentifier sqlIdentifier
comparability
RelDataTypeComparability comparability
family
RelDataTypeFamily family
Package org.eigenbase.sql.validate |
serialVersionUID: -831683113957131387L
Package org.eigenbase.test.concurrent |
description
String description
Package org.eigenbase.util |
serialVersionUID: -54978888153560134L
posLine
int posLine
posColumn
int posColumn
endPosLine
int endPosLine
endPosColumn
int endPosColumn
originalStatement
String originalStatement
serialVersionUID: -1314522633397794178L
Class org.eigenbase.util.MultiMap$EntryIter$1 extends Object implements Serializable |
Class org.eigenbase.util.ReflectUtil$1 extends Object implements Serializable |
classDir
StringProperty classDir
- The string property "saffron.class.dir" is the path of the directory to
compile classes to.
printBeforeCompile
BooleanProperty printBeforeCompile
- The boolean property "saffron.Statement.printBeforeCompile" controls
whether
Statement
prints the statement before
compiling it.
javaCompilerClass
StringProperty javaCompilerClass
- The string property "saffron.java.compiler.class" is the name of the Java
compiler to use. It must implement
JavaCompiler
. The default value is
"JP.ac.tsukuba.openjava.SunJavaCompiler".
packageName
StringProperty packageName
- The string property "saffron.package.name" is the package in which to
include temporary classes. The default is "saffron.runtime".
javaDir
StringProperty javaDir
- The string property "saffron.java.dir" is the directory to generate
temporary java files to. The default is
the class root
.
javaCompilerArgs
StringProperty javaCompilerArgs
- The string property "saffron.java.compiler.args" is the argument string
for the
java compiler
. JavaCompilerArgs.setString(java.lang.String)
describes how these
arguments are interpreted.
stupid
BooleanProperty stupid
- The boolean property "saffron.stupid" determines whether to optimize
variable assignments. If it is true, records are assigned to a variable
even if they are never used. Default is false.
debugLevel
IntegerProperty debugLevel
- The integer property "saffron.debug.level" determines how much debugging
information is printed. The default, 0, means no debugging.
debugOut
StringProperty debugOut
- The string property "saffron.debug.out" is the name of the file to send
debugging information to.
"out"
(the default), means send to
System.out
; "err"
means send to System.err
.
testName
StringProperty testName
- The string property "saffron.test.Name" is used by
FarragoTestCase
to filter tests.
testClass
StringProperty testClass
- The string property "saffron.test.Class" is used by
FarragoTestCase
to filter tests.
testSuite
StringProperty testSuite
- The string property "saffron.test.Suite" is used by
FarragoTestCase
to filter tests.
testEverything
BooleanProperty testEverything
- The string property "saffron.test.everything" is used by
FarragoTestCase
to filter tests.
testJdbcUrl
StringProperty testJdbcUrl
- The string property "saffron.test.jdbc.url" is the URL of the JDBC
database which contains the EMP and DEPT tables used for testing.
testJdbcDrivers
StringProperty testJdbcDrivers
- The string property "saffron.test.jdbc.drivers" is a comma-separated list
of class names to be used as JDBC drivers.
allowInfiniteCostConverters
BooleanProperty allowInfiniteCostConverters
- The boolean property "saffron.opt.allowInfiniteCostConverters" determines
whether the optimizer will consider adding converters of infinite cost in
order to convert a relational expression from one calling convention to
another. The default value is
true
.
defaultCharset
StringProperty defaultCharset
- The string property "saffron.default.charset" is the name of the default
character set. The default is "ISO-8859-1". It is used in
SqlValidator
.
defaultNationalCharset
StringProperty defaultNationalCharset
- The string property "saffron.default.nationalcharset" is the name of the
default national character set which is used with the N'string' construct
which may or may not be different from the
SaffronProperties.defaultCharset
. The
default is "ISO-8859-1". It is used in SqlLiteral.SqlLiteral(java.lang.Object, org.eigenbase.sql.type.SqlTypeName, org.eigenbase.sql.parser.SqlParserPos)
defaultCollation
StringProperty defaultCollation
- The string property "saffron.default.collation.name" is the name of the
default collation. The default is "ISO-8859-1$en_US". Used in
SqlCollation
and SqlLiteral.SqlLiteral(java.lang.Object, org.eigenbase.sql.type.SqlTypeName, org.eigenbase.sql.parser.SqlParserPos)
defaultCollationStrength
StringProperty defaultCollationStrength
- The string property "saffron.default.collation.strength" is the strength
of the default collation. The default is "primary". Used in
SqlCollation
and SqlLiteral.SqlLiteral(java.lang.Object, org.eigenbase.sql.type.SqlTypeName, org.eigenbase.sql.parser.SqlParserPos)
generateCalcProgramComments
BooleanProperty generateCalcProgramComments
- The boolean property "saffron.calc.comments.generate" determines if to
generate comments in calculator programs in order to make debugging
easier. The default is "true". Used in
SqlCollation
and SqlLiteral.SqlLiteral(java.lang.Object, org.eigenbase.sql.type.SqlTypeName, org.eigenbase.sql.parser.SqlParserPos)
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Per
Serializable
.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Per
Serializable
.
- Throws:
IOException
charset
Charset charset
charsetName
String charsetName
node
Object node
Class org.eigenbase.util.Util$2 extends Object implements Serializable |
Class org.eigenbase.util.Util$3 extends Object implements Serializable |
Class org.eigenbase.util.Util$4 extends Object implements Serializable |
Class org.eigenbase.util.Util$5 extends Object implements Serializable |
Class org.eigenbase.util.Util$BacktrackVisitor$1 extends Object implements Serializable |
Package org.eigenbase.util.mapping |
Package org.eigenbase.util.property |
triggers
Map<K,V> triggers
properties
Map<K,V> properties
Package org.eigenbase.util14 |
serialVersionUID: -7944099370846909699L
description
String description
name
String name
ordinal
int ordinal
serialVersionUID: 1534436036499327177L
readObject
private void readObject(ObjectInputStream in)
throws IOException
- Deserialization method reads the
_ordinal
value.
- Throws:
IOException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serialization method writes just the ordinal value.
- Throws:
IOException
readResolve
protected abstract Object readResolve()
throws ObjectStreamException
- Subclass must implement this method to retrieve a matching instance
based on the
_ordinal
deserialized by Enum14.SerializableValue.readObject(java.io.ObjectInputStream)
. This would typically be an instance from the original
enumeration. Current instance is the candidate object deserialized
from the ObjectInputStream. It is incomplete, cannot be used as-is,
and this method must return a valid replacement. For example,
return SqlTypeName.get(_ordinal);
- Throws:
ObjectStreamException
_ordinal
int _ordinal
- Ordinal value which, when deserialized, can be used by
Enum14.SerializableValue.readResolve()
to locate a matching instance in the original
enumeration.
serialVersionUID: -6385775986251759394L
serialVersionUID: -1274713852537224763L
internalTime
long internalTime
- Treat this as a protected field. It is only made public to simplify Java
code generation.
serialVersionUID: 906156904798141861L
precision
int precision
serialVersionUID: -6829714640541648394L
precision
int precision