com.hadoopz.cloud.JCloud.SDK.utils.TableUtils Maven / Gradle / Ivy
The newest version!
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.hadoopz.cloud.JCloud.SDK.utils;
import com.mycomm.IProtocol.beans.TableFieldStructure;
import java.util.List;
/**
*
* @author jw362j
*/
public class TableUtils {
public static String[] tablesDoIHave(String jcloudToken) {
return null;
}
public static List loadTableStructure(String tableName, String jcloudToken) {
return null;
}
}