index int64 | repo_id string | file_path string | content string |
|---|---|---|---|
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/table/PlanItem.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.table;
import org.h2.index.Index;
/**
* The plan item describes the index to be used, and the estimated cost when
* using it.
*/
p... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/table/RangeTable.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.table;
import java.util.ArrayList;
import org.h2.api.ErrorCode;
import org.h2.engine.Session;
import org.h2.expression.Expression;
imp... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/table/RegularTable.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.table;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/table/SingleColumnResolver.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.table;
import org.h2.command.dml.Select;
import org.h2.expression.Expression;
import org.h2.expression.ExpressionColumn;
import org.h2... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/table/SubQueryInfo.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.table;
import org.h2.result.SortOrder;
/**
* Information about current sub-query being prepared.
*
* @author Sergi Vladykin
*/
p... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/table/Table.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.table;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Set;
... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/table/TableBase.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.table;
import java.util.Collections;
import java.util.List;
import org.h2.command.ddl.CreateTableData;
import org.h2.engine.Database;
... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/table/TableFilter.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.table;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import org.h2.api.ErrorCode;
import org.h2.comm... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/table/TableLink.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.table;
import java.sql.DatabaseMetaData;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.ResultSetMetaDa... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/table/TableLinkConnection.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.table;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.Objects;
import org.h2.mes... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/table/TableSynonym.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.table;
import org.h2.command.ddl.CreateSynonymData;
import org.h2.engine.Session;
import org.h2.message.DbException;
import org.h2.mes... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/table/TableType.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.table;
/**
* The table types.
*/
public enum TableType {
/**
* The table type name for linked tables.
*/
TABLE_LI... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/table/TableView.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.table;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
imp... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/Backup.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
impo... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/ChangeFileEncryption.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.nio.channels.FileChannel;
impo... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/CompressTool.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.zip.DeflaterOutputStream;... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/Console.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
//## AWT ##
import java.awt.Button;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.Frame;
import java.awt.Gra... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/ConvertTraceFile.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.io.IOException;
import java.io.LineNumberReader;
import java.io.PrintWriter;
import java.sql.SQLException;
import ja... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/CreateCluster.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.io.IOException;
import java.io.PipedReader;
import java.io.PipedWriter;
import java.sql.Connection;
import java.sql... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/Csv.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.BufferedReader;
import java.io.Buffered... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/DeleteDbFiles.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.sql.SQLException;
import java.util.ArrayList;
import org.h2.engine.Constants;
import org.h2.store.FileLister;
impo... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/MultiDimension.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import ... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/Recover.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.io.BufferedInputStream;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.IOExcept... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/Restore.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.sql.SQLException;
import java.... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/RunScript.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.io.BufferedInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
i... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/Script.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Statement;
import org.... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/Server.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.net.URI;
import java.sql.Connection;
import java.sql.SQLException;
import org.h2.api.ErrorCode;
import org.h2.engi... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/Shell.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/SimpleResultSet.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.io.InputStream;
import java.io.Reader;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.net.UR... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/SimpleRowSource.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.sql.SQLException;
/**
* This interface is for classes that create rows on demand.
* It is used together with Sim... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/tools/TriggerAdapter.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.tools;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.h2.api.Trigger;
/**
* An adap... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/upgrade/DbUpgrade.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.upgrade;
import java.io.File;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/AbbaDetector.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.util.ArrayDeque;
import java.util.Deque;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
impor... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/AbbaLockingDetector.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0, Version
* 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html). Initial Developer: H2 Group
*/
package org.h2.util;
import java.lang.management.ManagementFactory;
import java.lang.management.Monito... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/BitField.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.util.Arrays;
/**
* A list of bits.
*/
public final class BitField {
private static final int ADDRESS_BITS = ... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/Bits.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.util.UUID;
/**
* Manipulations with bytes and arrays. This class can be overridden in
* multi-release JAR with mo... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/Cache.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.util.ArrayList;
/**
* The cache keeps frequently used objects in the main memory.
*/
public interface Cache {
... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/CacheHead.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
/**
* The head element of the linked list.
*/
public class CacheHead extends CacheObject {
@Override
public boolean c... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/CacheLRU.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Map;
import org.h2.engine.Constants;
import org.h2.en... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/CacheObject.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import org.h2.engine.SysProperties;
import org.h2.message.DbException;
/**
* The base object for all cached objects.
*/
publi... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/CacheSecondLevel.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: Jan Kotek
*/
package org.h2.util;
import java.util.ArrayList;
import java.util.Map;
/**
* Cache which wraps another cache (proxy pattern) and adds caching usin... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/CacheTQ.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.util.ArrayList;
/**
* An alternative cache implementation. This implementation uses two caches: a
* LRU cache and... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/CacheWriter.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import org.h2.message.Trace;
/**
* The cache writer is called by the cache to persist changed data that needs to
* be removed... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/CloseWatcher.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
* Iso8601:
* Initial Developer: Robert Rathsack (firstName dot lastName at gmx dot de)
*/
package org.h2.util;
import java.io.Closeable;
import java.i... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/ColumnNamer.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
*/
package org.h2.util;
import java.util.HashSet;
import java.util.Set;
import java.util.regex.Matcher;
import org.h2.engine.Session;
import org.h2.expression.Expression;
/**
* A fa... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/ColumnNamerConfiguration.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
*/
package org.h2.util;
import java.util.regex.Pattern;
import org.h2.engine.Mode.ModeEnum;
import static org.h2.engine.Mode.ModeEnum.*;
import org.h2.message.DbException;
/**
* The... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/DateTimeFunctions.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import static org.h2.expression.Function.CENTURY;
import static org.h2.expression.Function.DAY_OF_MONTH;
import static org.h2.ex... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/DateTimeUtils.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0, and the
* EPL 1.0 (http://h2database.com/html/license.html). Initial Developer: H2
* Group Iso8601: Initial Developer: Robert Rathsack (firstName dot lastName at
* gmx dot de)
*/
package org.h2.util;
import java.sql.Date;
import java.sql.Time... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/DbDriverActivator.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;
/**
* The driver activator loads the H2 dr... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/DebuggingThreadLocal.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.util.HashMap;
import java.util.concurrent.ConcurrentHashMap;
/**
* Similar to ThreadLocal, except that it allows i... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/DoneFuture.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Future;
import java.util.concurrent.TimeUnit;
import... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/HashBase.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
/**
* The base for other hash classes.
*/
public abstract class HashBase {
/**
* The maximum load, in percent.
... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/IOUtils.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutpu... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/IntArray.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.util.Arrays;
import org.h2.engine.SysProperties;
/**
* An array with integer element.
*/
public class IntArray {... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/IntIntHashMap.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import org.h2.message.DbException;
/**
* A hash map with int key and int values. There is a restriction: the
* value -1 (NOT_... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/JdbcUtils.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectInpu... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/LazyFuture.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.util.concurrent.CancellationException;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.F... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/LocalDateTimeUtils.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
* Iso8601: Initial Developer: Philippe Marschall (firstName dot lastName
* at gmail dot com)
*/
package org.h2.util;
import java.lang.reflect.Invocati... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/MathUtils.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.io.ByteArrayOutputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.lang.reflect.Meth... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/MergedResultSet.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.util.ArrayList;
import j... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/NetUtils.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.io.IOException;
import java.net.BindException;
import java.net.Inet6Address;
import java.net.InetAddress;
import jav... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/New.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.util.ArrayList;
/**
* This class contains static methods to construct commonly used generic objects
* such as Arr... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/OsgiDataSourceFactory.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.sql.SQLException;
import java.sql.SQLFeatureNotSupportedException;
import java.util.Properties;
import javax.sql.Con... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/ParserUtil.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
public class ParserUtil {
/**
* A keyword.
*/
public static final int KEYWORD = 1;
/**
* An identif... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/Permutations.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*
* According to a mail from Alan Tucker to Chris H Miller from IBM,
* the algorithm is in the public domain:
*
* Date: 2010-07-15 15:57
* Subject: ... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/Profiler.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.io.ByteArrayOutputStream;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
im... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/ScriptReader.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.io.Closeable;
import java.io.IOException;
import java.io.Reader;
import java.util.Arrays;
import org.h2.engine.Const... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/SmallLRUCache.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.util.LinkedHashMap;
import java.util.Map;
/**
* This class implements a small LRU object cache.
*
* @param <K> t... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/SmallMap.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.util.HashMap;
import java.util.Iterator;
import org.h2.api.ErrorCode;
import org.h2.message.DbException;
/**
* A ... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/SoftHashMap.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.lang.ref.Reference;
import java.lang.ref.ReferenceQueue;
import java.lang.ref.SoftReference;
import java.util.Abstra... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/SortedProperties.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.io.BufferedWriter;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOExcep... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/SourceCompiler.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.io.BufferedReader;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import java.io.File;
import... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/StatementBuilder.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
/**
* A utility class to build a statement. In addition to the methods supported by
* StringBuilder, it allows to add a text o... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/StringUtils.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.lang.ref.SoftReference;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
import java.util.Array... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/SynchronizedVerifier.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.util.Collections;
import java.util.HashMap;
import java.util.IdentityHashMap;
import java.util.Map;
import java.util... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/Task.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.util.concurrent.atomic.AtomicInteger;
/**
* A method call that is executed in a separate thread. If the method thr... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/TempFileDeleter.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.lang.ref.PhantomReference;
import java.lang.ref.Reference;
import java.lang.ref.ReferenceQueue;
import java.util.Arr... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/ThreadDeadlockDetector.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.io.PrintStream;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.lang.management.LockInfo;
impor... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/ToChar.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: Daniel Gredler
*/
package org.h2.util;
import java.math.BigDecimal;
import java.text.DateFormatSymbols;
import java.text.DecimalFormat;
import java.text.DecimalF... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/ToDateParser.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: Daniel Gredler
*/
package org.h2.util;
import static java.lang.String.format;
import java.util.Calendar;
import java.util.GregorianCalendar;
import java.util.Li... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/ToDateTokenizer.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: Daniel Gredler
*/
package org.h2.util;
import static java.lang.String.format;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/Tool.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.PrintStream;
import java.sql.SQLException;
impor... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/Utils.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.lang.management.Garbag... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/util/ValueHashMap.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.util;
import java.util.ArrayList;
import org.h2.message.DbException;
import org.h2.value.Value;
import org.h2.value.ValueNull;
/**
*... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/value/CaseInsensitiveConcurrentMap.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.value;
import java.util.concurrent.ConcurrentHashMap;
import org.h2.util.StringUtils;
/**
* A concurrent hash map with a case-insens... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/value/CaseInsensitiveMap.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.value;
import java.util.HashMap;
import org.h2.util.StringUtils;
/**
* A hash map with a case-insensitive string key.
*
* @param <... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/value/CharsetCollator.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.value;
import java.nio.charset.Charset;
import java.text.CollationKey;
import java.text.Collator;
import java.util.Comparator;
/**
*... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/value/CompareMode.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.value;
import java.nio.charset.Charset;
import java.text.Collator;
import java.util.Locale;
import java.util.Objects;
import org.h2.e... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/value/CompareModeDefault.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.value;
import java.text.CollationKey;
import java.text.Collator;
import org.h2.engine.SysProperties;
import org.h2.message.DbExceptio... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/value/CompareModeIcu4J.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.value;
import java.lang.reflect.Method;
import java.util.Comparator;
import java.util.Locale;
import org.h2.message.DbException;
impo... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/value/DataType.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.value;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.Reader;
import java.math.BigDecimal;
import java.math... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/value/NullableKeyConcurrentMap.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.value;
import java.util.concurrent.ConcurrentHashMap;
/**
* A concurrent hash map that allows null keys
*
* @param <V> the value t... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/value/Transfer.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.value;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.DataInputStream;
import java.io.DataOut... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/value/Value.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.value;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.io.Reader;
import java.io.StringReader;
import jav... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/value/ValueArray.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.value;
import java.lang.reflect.Array;
import java.sql.PreparedStatement;
import java.util.ArrayList;
import org.h2.engine.Constants;
... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/value/ValueBoolean.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.value;
import java.sql.PreparedStatement;
import java.sql.SQLException;
/**
* Implementation of the BOOLEAN data type.
*/
public cl... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/value/ValueByte.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.value;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import org.h2.api.ErrorCode;
import org.h2.message.DbExceptio... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/value/ValueBytes.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.value;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.Arrays;
import org.h2.engine.SysProperties;
... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/value/ValueDate.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.value;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import org.h2.api.ErrorCode;
import org... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/value/ValueDecimal.java | /*
* Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.value;
import java.math.BigDecimal;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import org.h2.api.ErrorCode;
imp... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.