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/index/MultiVersionCursor.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.index;
import org.h2.engine.Session;
import org.h2.engine.SysProperties;
import org.h2.message.DbException;
import org.h2.result.Row;
... |
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/index/MultiVersionIndex.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.index;
import java.util.ArrayList;
import java.util.HashSet;
import org.h2.api.ErrorCode;
import org.h2.engine.Database;
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/index/NonUniqueHashCursor.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.index;
import java.util.ArrayList;
import org.h2.engine.Session;
import org.h2.result.Row;
import org.h2.result.SearchRow;
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/index/NonUniqueHashIndex.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.index;
import java.util.ArrayList;
import java.util.HashSet;
import org.h2.engine.Session;
import org.h2.message.DbException;
import 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/index/PageBtree.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.index;
import org.h2.result.SearchRow;
import org.h2.store.Data;
import org.h2.store.Page;
/**
* A page that contains index data.
*... |
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/index/PageBtreeCursor.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.index;
import org.h2.engine.Session;
import org.h2.result.Row;
import org.h2.result.SearchRow;
/**
* The cursor implementation for 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/index/PageBtreeIndex.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.index;
import java.util.HashSet;
import org.h2.api.ErrorCode;
import org.h2.engine.Constants;
import org.h2.engine.Session;
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/index/PageBtreeLeaf.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.index;
import java.util.Arrays;
import org.h2.api.ErrorCode;
import org.h2.engine.Constants;
import org.h2.engine.Session;
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/index/PageBtreeNode.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.index;
import org.h2.api.DatabaseEventListener;
import org.h2.api.ErrorCode;
import org.h2.engine.Session;
import org.h2.engine.SysPro... |
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/index/PageData.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.index;
import org.h2.engine.Session;
import org.h2.result.Row;
import org.h2.store.Data;
import org.h2.store.Page;
/**
* A page that... |
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/index/PageDataCursor.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.index;
import java.util.Iterator;
import org.h2.engine.Session;
import org.h2.message.DbException;
import org.h2.result.Row;
import or... |
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/index/PageDataIndex.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.index;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.L... |
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/index/PageDataLeaf.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.index;
import java.lang.ref.SoftReference;
import java.util.Arrays;
import org.h2.api.ErrorCode;
import org.h2.engine.Constants;
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/index/PageDataNode.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.index;
import java.util.Arrays;
import org.h2.api.DatabaseEventListener;
import org.h2.api.ErrorCode;
import org.h2.engine.Session;
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/index/PageDataOverflow.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.index;
import org.h2.api.ErrorCode;
import org.h2.engine.Constants;
import org.h2.engine.Session;
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/index/PageDelegateIndex.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.index;
import java.util.HashSet;
import org.h2.engine.Session;
import org.h2.message.DbException;
import org.h2.result.Row;
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/index/PageIndex.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.index;
/**
* A page store index.
*/
public abstract class PageIndex extends BaseIndex {
/**
* The root page of this index... |
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/index/RangeCursor.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.index;
import org.h2.engine.Session;
import org.h2.message.DbException;
import org.h2.result.Row;
import org.h2.result.SearchRow;
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/index/RangeIndex.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.index;
import java.util.HashSet;
import org.h2.engine.Session;
import org.h2.message.DbException;
import org.h2.result.Row;
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/index/ScanCursor.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.index;
import java.util.Iterator;
import org.h2.engine.Session;
import org.h2.message.DbException;
import org.h2.result.Row;
import or... |
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/index/ScanIndex.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.index;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
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/index/SingleRowCursor.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.index;
import org.h2.message.DbException;
import org.h2.result.Row;
import org.h2.result.SearchRow;
/**
* A cursor with at most one ... |
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/index/SpatialIndex.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.index;
import org.h2.result.SearchRow;
import org.h2.table.TableFilter;
/**
* A spatial index. Spatial indexes are used to speed up ... |
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/index/SpatialTreeIndex.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.index;
import java.util.HashSet;
import java.util.Iterator;
import org.h2.engine.Session;
import org.h2.message.DbException;
import or... |
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/index/TreeCursor.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.index;
import org.h2.result.Row;
import org.h2.result.SearchRow;
/**
* The cursor implementation for a tree index.
*/
public class ... |
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/index/TreeIndex.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.index;
import java.util.HashSet;
import org.h2.engine.Session;
import org.h2.engine.SysProperties;
import org.h2.message.DbException;
... |
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/index/TreeNode.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.index;
import org.h2.result.Row;
/**
* Represents a index node of a tree index.
*/
class TreeNode {
/**
* The balance. Fo... |
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/index/ViewCursor.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.index;
import org.h2.message.DbException;
import org.h2.result.ResultInterface;
import org.h2.result.Row;
import org.h2.result.SearchR... |
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/index/ViewIndex.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.index;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.concurrent.TimeUnit;
import org.h2.api.ErrorCode;
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/jdbc/JdbcArray.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.jdbc;
import java.sql.Array;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Types;
import java.util.Arrays;
... |
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/jdbc/JdbcBatchUpdateException.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.jdbc;
import java.io.PrintStream;
import java.io.PrintWriter;
import java.sql.BatchUpdateException;
import java.sql.SQLException;
/**... |
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/jdbc/JdbcBlob.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.jdbc;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.ByteArrayInputStream;
import java.io.Byt... |
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/jdbc/JdbcCallableStatement.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.jdbc;
import java.io.InputStream;
import java.io.Reader;
import java.math.BigDecimal;
import java.net.URL;
import java.sql.Array;
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/jdbc/JdbcCallableStatementBackwardsCompat.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.jdbc;
/**
* Allows us to compile on older platforms, while still implementing the methods
* from the newer JDBC API.
*/
public inte... |
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/jdbc/JdbcClob.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.jdbc;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.PipedInputStream;
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/jdbc/JdbcConnection.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.jdbc;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
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/jdbc/JdbcConnectionBackwardsCompat.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.jdbc;
/**
* Allows us to compile on older platforms, while still implementing the methods
* from the newer JDBC API.
*/
public inte... |
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/jdbc/JdbcDatabaseMetaData.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.jdbc;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
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/jdbc/JdbcDatabaseMetaDataBackwardsCompat.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.jdbc;
/**
* Allows us to compile on older platforms, while still implementing the methods
* from the newer JDBC API.
*/
public inte... |
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/jdbc/JdbcParameterMetaData.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.jdbc;
import java.sql.ParameterMetaData;
import java.sql.SQLException;
import java.util.ArrayList;
import org.h2.command.CommandInterf... |
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/jdbc/JdbcPreparedStatement.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.jdbc;
import java.io.InputStream;
import java.io.Reader;
import java.math.BigDecimal;
import java.net.URL;
import java.sql.Array;
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/jdbc/JdbcPreparedStatementBackwardsCompat.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.jdbc;
import java.sql.SQLException;
/**
* Allows us to compile on older platforms, while still implementing the methods
* from 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/jdbc/JdbcResultSet.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.jdbc;
import java.io.InputStream;
import java.io.Reader;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.net.URL... |
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/jdbc/JdbcResultSetBackwardsCompat.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.jdbc;
/**
* Allows us to compile on older platforms, while still implementing the methods
* from the newer JDBC API.
*/
public inte... |
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/jdbc/JdbcResultSetMetaData.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.jdbc;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import org.h2.message.DbException;
import org.h2.message.Trace;... |
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/jdbc/JdbcSQLException.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.jdbc;
import java.io.PrintStream;
import java.io.PrintWriter;
import java.sql.SQLException;
import org.h2.engine.Constants;
/**
* R... |
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/jdbc/JdbcSavepoint.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.jdbc;
import java.sql.SQLException;
import java.sql.Savepoint;
import org.h2.api.ErrorCode;
import org.h2.message.DbException;
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/jdbc/JdbcStatement.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.jdbc;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.SQLWarning;
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/jdbc/JdbcStatementBackwardsCompat.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.jdbc;
import java.sql.SQLException;
/**
* Allows us to compile on older platforms, while still implementing the methods
* from 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/jdbcx/JdbcConnectionPool.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: Christian d'Heureuse, www.source-code.biz
*
* This class is multi-licensed under LGPL, MPL 2.0, and EPL 1.0.
*
* This module is free software: you can redistri... |
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/jdbcx/JdbcConnectionPoolBackwardsCompat.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.jdbcx;
/**
* Allows us to compile on older platforms, while still implementing the methods
* from the newer JDBC API.
*/
public int... |
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/jdbcx/JdbcDataSource.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.jdbcx;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.PrintWriter;
import java.io.Serializable;
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/jdbcx/JdbcDataSourceBackwardsCompat.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.jdbcx;
/**
* Allows us to compile on older platforms, while still implementing the methods
* from the newer JDBC API.
*/
public int... |
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/jdbcx/JdbcDataSourceFactory.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.jdbcx;
import java.util.Hashtable;
import javax.naming.Context;
import javax.naming.Name;
import javax.naming.Reference;
import javax... |
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/jdbcx/JdbcXAConnection.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.jdbcx;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.uti... |
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/jdbcx/JdbcXid.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.jdbcx;
import java.util.StringTokenizer;
import javax.transaction.xa.Xid;
import org.h2.api.ErrorCode;
import org.h2.message.DbExcept... |
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/jmx/DatabaseInfo.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.jmx;
import java.lang.management.ManagementFactory;
import java.sql.Timestamp;
import java.util.HashMap;
import java.util.Hashtable;
... |
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/jmx/DatabaseInfoMBean.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.jmx;
/**
* Information and management operations for the given database.
* @h2.resource
*
* @author Eric Dong
* @author Thomas Mu... |
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/jmx/DocumentedMBean.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.jmx;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.util.Properties;
import javax.management.MBeanAttrib... |
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/message/DbException.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.message;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.PrintWriter;
import java.lang.reflect.Invocat... |
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/message/Trace.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.message;
import java.text.MessageFormat;
import java.util.ArrayList;
import org.h2.engine.SysProperties;
import org.h2.expression.Par... |
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/message/TraceObject.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.message;
import java.math.BigDecimal;
import java.sql.SQLException;
import java.util.Map;
import java.util.concurrent.atomic.AtomicInt... |
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/message/TraceSystem.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.message;
import java.io.IOException;
import java.io.PrintStream;
import java.io.PrintWriter;
import java.io.Writer;
import java.text.S... |
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/message/TraceWriter.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.message;
/**
* The backend of the trace system must implement this interface. Two
* implementations are supported: the (default) nat... |
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/message/TraceWriterAdapter.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.message;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* This adapter sends log output to SLF4J. SLF4J supports multi... |
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/mode/FunctionsMySQL.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: Jason Brittain (jason.brittain at gmail.com)
*/
package org.h2.mode;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Statement;
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/mvstore/Chunk.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.mvstore;
import java.nio.ByteBuffer;
import java.nio.charset.StandardCharsets;
import java.util.HashMap;
/**
* A chunk of data, cont... |
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/mvstore/ConcurrentArrayList.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.mvstore;
import java.util.Arrays;
import java.util.Iterator;
/**
* A very simple array list that supports concurrent access.
* Inte... |
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/mvstore/Cursor.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.mvstore;
import java.util.Iterator;
/**
* A cursor to iterate over elements in ascending order.
*
* @param <K> the key type
* @pa... |
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/mvstore/CursorPos.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.mvstore;
/**
* A position in a cursor
*/
public class CursorPos {
/**
* The current page.
*/
public Page page;
... |
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/mvstore/DataUtils.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.mvstore;
import java.io.EOFException;
import java.io.IOException;
import java.io.OutputStream;
import java.nio.ByteBuffer;
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/mvstore/FileStore.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.mvstore;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.nio.channels.FileLo... |
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/mvstore/FreeSpaceBitSet.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.mvstore;
import java.util.BitSet;
import org.h2.util.MathUtils;
/**
* A free space bit set.
*/
public class FreeSpaceBitSet {
... |
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/mvstore/MVMap.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.mvstore;
import java.util.AbstractList;
import java.util.AbstractMap;
import java.util.AbstractSet;
import java.util.Iterator;
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/mvstore/MVMapConcurrent.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.mvstore;
import org.h2.mvstore.type.DataType;
import org.h2.mvstore.type.ObjectDataType;
/**
* A class used for backward compatibili... |
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/mvstore/MVStore.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.mvstore;
import java.lang.Thread.UncaughtExceptionHandler;
import java.nio.ByteBuffer;
import java.nio.charset.StandardCharsets;
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/mvstore/MVStoreTool.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.mvstore;
import java.io.IOException;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.io.Writer;
import java.nio.B... |
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/mvstore/OffHeapStore.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.mvstore;
import java.nio.ByteBuffer;
import java.util.Iterator;
import java.util.Map.Entry;
import java.util.TreeMap;
/**
* A storag... |
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/mvstore/Page.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.mvstore;
import java.nio.ByteBuffer;
import java.util.HashSet;
import org.h2.compress.Compressor;
import org.h2.mvstore.type.DataType;... |
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/mvstore/StreamStore.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.mvstore;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputSt... |
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/mvstore/WriteBuffer.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.mvstore;
import java.nio.ByteBuffer;
/**
* An auto-resize buffer to write data into a ByteBuffer.
*/
public class WriteBuffer {
... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/cache/CacheLongKeyLIRS.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.mvstore.cache;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/cache/FilePathCache.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.mvstore.cache;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.nio.channels.... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/db/MVDelegateIndex.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.mvstore.db;
import java.util.HashSet;
import java.util.List;
import org.h2.engine.Session;
import org.h2.index.BaseIndex;
import org.h... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/db/MVIndex.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.mvstore.db;
import java.util.List;
import org.h2.index.Index;
import org.h2.result.Row;
/**
* An index that stores the data in an M... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/db/MVPrimaryIndex.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.mvstore.db;
import java.util.Collections;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/db/MVSecondaryIndex.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.mvstore.db;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashSet;
import java.util.Iterator;
import java... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/db/MVSpatialIndex.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.mvstore.db;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import org.h2.api.ErrorCode;
import org.h2.eng... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/db/MVTable.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.mvstore.db;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/db/MVTableEngine.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.mvstore.db;
import java.io.InputStream;
import java.lang.Thread.UncaughtExceptionHandler;
import java.nio.channels.FileChannel;
import... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/db/TransactionStore.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.mvstore.db;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.BitSet;
import java.util.HashMap;
import java.uti... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/db/ValueDataType.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.mvstore.db;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.nio.ByteBuffer;
import java.sql.ResultSet;
import ja... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/rtree/MVRTreeMap.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.mvstore.rtree;
import java.util.ArrayList;
import java.util.Iterator;
import org.h2.mvstore.CursorPos;
import org.h2.mvstore.DataUtils... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/rtree/SpatialDataType.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.mvstore.rtree;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import org.h2.mvstore.DataUtils;
import org.h2.mvstore.WriteBuf... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/rtree/SpatialKey.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.mvstore.rtree;
import java.util.Arrays;
/**
* A unique spatial key.
*/
public class SpatialKey {
private final long id;
pr... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/type/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.mvstore.type;
import java.nio.ByteBuffer;
import org.h2.mvstore.WriteBuffer;
/**
* A data type.
*/
public interface DataType {
... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/type/ObjectDataType.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.mvstore.type;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.ObjectInputStream;
import java... |
0 | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore | java-sources/ai/platon/pulsar/pulsar-h2/1.4.196/org/h2/mvstore/type/StringDataType.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.mvstore.type;
import java.nio.ByteBuffer;
import org.h2.mvstore.DataUtils;
import org.h2.mvstore.WriteBuffer;
/**
* A string type.
... |
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/result/LazyResult.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.result;
import org.h2.engine.SessionInterface;
import org.h2.expression.Expression;
import org.h2.message.DbException;
import org.h2.v... |
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/result/LocalResult.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.result;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Arrays;
import org.h2.e... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.