Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / derby-10.3.2.1 / java / engine / org / apache / derby / iapi / reference / ClassName.java
diff --git a/JMCR-Stable/real-world application/derby-10.3.2.1/java/engine/org/apache/derby/iapi/reference/ClassName.java b/JMCR-Stable/real-world application/derby-10.3.2.1/java/engine/org/apache/derby/iapi/reference/ClassName.java
new file mode 100644 (file)
index 0000000..981fcab
--- /dev/null
@@ -0,0 +1,125 @@
+/*\r
+\r
+   Derby - Class org.apache.derby.iapi.reference.ClassName\r
+\r
+   Licensed to the Apache Software Foundation (ASF) under one or more\r
+   contributor license agreements.  See the NOTICE file distributed with\r
+   this work for additional information regarding copyright ownership.\r
+   The ASF licenses this file to you under the Apache License, Version 2.0\r
+   (the "License"); you may not use this file except in compliance with\r
+   the License.  You may obtain a copy of the License at\r
+\r
+      http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+   Unless required by applicable law or agreed to in writing, software\r
+   distributed under the License is distributed on an "AS IS" BASIS,\r
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+   See the License for the specific language governing permissions and\r
+   limitations under the License.\r
+\r
+ */\r
+\r
+\r
+package org.apache.derby.iapi.reference;\r
+\r
+\r
+/**\r
+       List of strings representing class names, which are typically found\r
+    for classes with implement the Formatable interface.\r
+    These strings are removed from the code to separate them from the\r
+    strings which need to be internationalized. It also reduces footprint.\r
+    <P>\r
+       This class has no methods, all it contains are String's which by default\r
+       are public, static and final since they are declared in an interface.\r
+*/\r
+\r
+public interface ClassName\r
+{\r
+\r
+       String STORE_CONGLOMDIR =\r
+               "org.apache.derby.impl.store.access.ConglomerateDirectory";\r
+\r
+       String STORE_PCXENA =\r
+               "org.apache.derby.impl.store.access.PC_XenaVersion";\r
+\r
+\r
+       String DataValueFactory = "org.apache.derby.iapi.types.DataValueFactory";\r
+       String DataValueDescriptor = "org.apache.derby.iapi.types.DataValueDescriptor";\r
+\r
+       String BooleanDataValue = "org.apache.derby.iapi.types.BooleanDataValue";\r
+\r
+       String BitDataValue = "org.apache.derby.iapi.types.BitDataValue";\r
+       String StringDataValue = "org.apache.derby.iapi.types.StringDataValue";\r
+       String DateTimeDataValue = "org.apache.derby.iapi.types.DateTimeDataValue";\r
+       String NumberDataValue = "org.apache.derby.iapi.types.NumberDataValue";\r
+       String RefDataValue = "org.apache.derby.iapi.types.RefDataValue";\r
+       String UserDataValue = "org.apache.derby.iapi.types.UserDataValue";\r
+       String ConcatableDataValue  = "org.apache.derby.iapi.types.ConcatableDataValue";\r
+       String XMLDataValue  = "org.apache.derby.iapi.types.XMLDataValue";\r
+\r
+       String FormatableBitSet = "org.apache.derby.iapi.services.io.FormatableBitSet";\r
+\r
+       String BaseActivation = "org.apache.derby.impl.sql.execute.BaseActivation";\r
+       String BaseExpressionActivation = "org.apache.derby.impl.sql.execute.BaseExpressionActivation";\r
+\r
+       String CursorActivation = "org.apache.derby.impl.sql.execute.CursorActivation";\r
+\r
+       String Row = "org.apache.derby.iapi.sql.Row";\r
+       String Qualifier = "org.apache.derby.iapi.store.access.Qualifier";\r
+\r
+       String RunTimeStatistics = "org.apache.derby.iapi.sql.execute.RunTimeStatistics";\r
+\r
+       String Storable = "org.apache.derby.iapi.services.io.Storable";\r
+       String StandardException = "org.apache.derby.iapi.error.StandardException";\r
+\r
+       String LanguageConnectionContext = "org.apache.derby.iapi.sql.conn.LanguageConnectionContext";\r
+       String ConstantAction = "org.apache.derby.iapi.sql.execute.ConstantAction";\r
+       String DataDictionary = "org.apache.derby.iapi.sql.dictionary.DataDictionary";\r
+\r
+       String CursorResultSet = "org.apache.derby.iapi.sql.execute.CursorResultSet";\r
+\r
+       String ExecIndexRow = "org.apache.derby.iapi.sql.execute.ExecIndexRow";\r
+\r
+       String ExecPreparedStatement = "org.apache.derby.iapi.sql.execute.ExecPreparedStatement";\r
+\r
+       String ExecRow = "org.apache.derby.iapi.sql.execute.ExecRow";\r
+       String Activation = "org.apache.derby.iapi.sql.Activation";\r
+\r
+       String ResultSet = "org.apache.derby.iapi.sql.ResultSet";\r
+\r
+       String FileMonitor = "org.apache.derby.impl.services.monitor.FileMonitor";\r
+\r
+       String GeneratedClass = "org.apache.derby.iapi.services.loader.GeneratedClass";\r
+       String GeneratedMethod = "org.apache.derby.iapi.services.loader.GeneratedMethod";\r
+       String GeneratedByteCode = "org.apache.derby.iapi.services.loader.GeneratedByteCode";\r
+\r
+       String Context = "org.apache.derby.iapi.services.context.Context";\r
+\r
+       String NoPutResultSet = "org.apache.derby.iapi.sql.execute.NoPutResultSet";\r
+\r
+       String ResultSetFactory = "org.apache.derby.iapi.sql.execute.ResultSetFactory";\r
+       String RowFactory = "org.apache.derby.iapi.sql.execute.RowFactory";\r
+\r
+       String RowLocation = "org.apache.derby.iapi.types.RowLocation";\r
+\r
+       String VariableSizeDataValue = "org.apache.derby.iapi.types.VariableSizeDataValue";\r
+       String ParameterValueSet = "org.apache.derby.iapi.sql.ParameterValueSet";\r
+\r
+\r
+       String CurrentDatetime = "org.apache.derby.impl.sql.execute.CurrentDatetime";\r
+\r
+       String MaxMinAggregator = "org.apache.derby.impl.sql.execute.MaxMinAggregator";\r
+       String SumAggregator = "org.apache.derby.impl.sql.execute.SumAggregator";\r
+       String CountAggregator = "org.apache.derby.impl.sql.execute.CountAggregator";\r
+       String AvgAggregator = "org.apache.derby.impl.sql.execute.AvgAggregator";\r
+\r
+       String ExecutionFactory = "org.apache.derby.iapi.sql.execute.ExecutionFactory";\r
+       String LanguageFactory ="org.apache.derby.iapi.sql.LanguageFactory";\r
+       String ParameterValueSetFactory ="org.apache.derby.iapi.sql.ParameterValueSetFactory";\r
+\r
+       String TriggerNewTransitionRows = "org.apache.derby.catalog.TriggerNewTransitionRows";\r
+       String TriggerOldTransitionRows = "org.apache.derby.catalog.TriggerOldTransitionRows";\r
+       String VTICosting = "org.apache.derby.vti.VTICosting";\r
+\r
+       String Authorizer = "org.apache.derby.iapi.sql.conn.Authorizer";\r
+}\r