com.datastax.stargate.sdk.rest.test.ApiDataTest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stargate-sdk Show documentation
Show all versions of stargate-sdk Show documentation
Connect to Stargate Data Gateway
package com.datastax.stargate.sdk.rest.test;
/**
* Constant for test Data API.
*
* @author Cedrick LUNVEN (@clunven)
*/
public interface ApiDataTest {
/** Test constant. */
String TEST_KEYSPACE = "java";
/** Test constant. */
String TEST_KEYSPACE_BIS = "javaks";
/** Test constant. */
String TEST_TABLE = "videos";
/** Test constant. */
String TEST_TABLE_TMP = "videos_tmp";
/** Test constant. */
String TEST_UDT = "address";
/** Test constant. */
String TEST_TABLE_UDT = "users";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy